v0.3.0
FastAI v0.3.0
v0.3.0
Added
-
A new API for visualizing data. See this issue for motivation. This includes:
- High-level functions for visualizing data related to a learning method:
showsample
,showsamples
,showencodedsample
,showencodedsamples
,showbatch
,showprediction
,showpredictions
,showoutput
,showoutputs
,showoutputbatch
- Support for multiple backends, including a new text-based show backend that you can use to visualize data in a non-graphical environment. This is also the default unless
Makie
is imported. - Functions for showing blocks directly:
showblock
,showblocks
- Interfaces for extension:
ShowBackend
,showblock!
,showblocks!
- High-level functions for visualizing data related to a learning method:
Removed
- The old visualization API incl. all its
plot*
methods:plotbatch
,plotsample
,plotsamples
,plotpredictions
Closed issues:
- Visualization functions are not working (#184)
Merged pull requests:
- CompatHelper: bump compat for CSV to 0.9, (keep existing compat) (#168) (@github-actions[bot])
- New interpretation/Visualization API (#176) (@lorenzoh)
- CompatHelper: add new compat entry for InlineTest at version 0.2, (keep existing compat) (#177) (@github-actions[bot])
- CompatHelper: add new compat entry for ImageInTerminal at version 0.4, (keep existing compat) (#178) (@github-actions[bot])
- CompatHelper: add new compat entry for Requires at version 1, (keep existing compat) (#179) (@github-actions[bot])
- CompatHelper: add new compat entry for UnicodePlots at version 2, (keep existing compat) (#180) (@github-actions[bot])
- Make
Only
more generic (#182) (@lorenzoh) - v0.3.0 (#185) (@lorenzoh)