We are skipping straight to 0.4 because of major API changes that were not in the unreleased v0.3.
These API changes do not remove any functionality, but rename a lot of the core functions.
These changes will allow for easier integration of the new features we have planned, as well as support for ML libraries beyond tensorflow.
New Features:
- graph() - autopicks graph type and mode
- plotlyGraph() - autopicks graph mode
- matplotlibGraph() - autopicks graph mode
**Upgrading from 0.3.0 to 0.4.0.**
Breaking Changes:
- Major:
- Analytics:
- Tensorflow replaced by analyzeModel
- TensorflowRaw replaced by analyzeModelRaw
- Interfaces:
- TensorflowGrid replace by predictionGrid
- TensorflowAnimation replaced by pedictionAnimation
- Corresponding raw replacements
- 'Output' key is now customizable in interface calls
- Colorizers:
- Simple replaced by simple
- Binary replaced by binary
- 'Color' key is now customizable in colorizer calls
- Graphs:
- x, y, and anim params should no longer be passed to the graphs,
they are autodetected instead
- size key is now customizable
- DashModelVisualizer
- kagglenotebook param renamed to usetunneling
- Minor:
- Type enums moved into new file (types.py)