This release features: - `EnsembleModel` and `SequenceModel` - new **cxflow** `eval` command, `predict` is now deprecated and will be removed in the next release - `stream_info` method of `BaseDataset` - improved `SaveConfusionMatrix` hook - various bug fixes
0.11.1
Minor patch.
Patch features: - Add [`StopOnNaN` hook](https://cxflow.org/cxflow/cxflow.hooks.htmlcxflow.hooks.StopOnNaN) - Fix public python API - Rework `DownloadableDataset` - Fix minor issues in `MainLoop`, `LogProfile` hook and docs
0.11.0
- Add `cxflow ls [-l] [-a] [-v] [-r] [directory]` command - Shorten log dir names
Minor changes: - Set up nightly builds - Fix main loop logging interference with `ShowProgress` hook
0.10.1
- Add `SaveLatest` hook - Add training trace artifact (will be utilized later)
Minor changes: - Rework of catching interrupts - Clean up types and constants
0.10.0
- Add Windows support (not tested regularly) - Add graceful NaN handling support to `ComputeStats` hook - Add `EveryNEpoch` base hook - Add `OnPlateau` base hook - Add `StopOnPlateau` hook - Various minor docs and code improvements