Version 0.5.0
Version 0.5 is stable!
We moved from 0.4 to 0.5 because of potential breaking changes in data structures and function calls.
Changes:
- Added data overlay tools (datainterface.py)
- Added data overlay example (DataOverlayDemo.py)
- Changed coldata format to be 2 items, a dict and a list (instead of list of dicts)
- Changed graphData format to support data overlay
- Changed graphing + colorization to support new data structures
- All internal floats are locked to 6 digits to prevent internal rounding errors.
- Keys look consistent across matplotlib, plotly, and plotly animations.