Fixed a bug in the parser for initial states, where a formula was refused if it contained spaces.
0.7.16
- Added an optional nil_label to replace in piechart, PCA chart - Added an argument to PCA plot to highlight a model - Fix arrow and text size - Added option to label PCA comparison - Fixing comparison colors - Saving the PCA figure as self._pcafig - Saving the 3D figure as self._3dfig
0.7.15
- Restore a cache of plotted figures - Fix the figsize argument for 3D plotting - Fix the state filtering - Adding dtype for pandas Series (planned change in pandas default behaviour)
0.7.14
- Fixed ensemble simulation copy() - set_models_path now also work with zipped ensembles - legend can be deactivated on piecharts - PCA model comparison also work on state distributions - PCA methods now allow a matplotlib axes as parameter - PCA methods allow a cutoff_arrows to hide small arrows. - Added a 3D plotting method for model distributions
0.7.13
0.7.12
- Allowing per-model mutations - Improvements in plotting - Filters now also work with states - Bugfixes