- Suppress warnings from optimiser
- Mode stdout to logging?
- Updated for Python 3
- Removed IPython dependency, and updated docs to contain info on bounds in Ising model optimization (Thanks Marie S!)
- Added option to weight data points in optimization (Thanks Yuxin H!)
- Updated text output to scientific notation
- Added generic data model
- Added generic result saving methods
- Export fit parameters as a CSV file
- Make a generic save/load system
- Video to show installation
- Change saving method in plotting.plot_figure
- Update to enable better parameter instantiation and sharing in optimisation
- Changed the way constants are set
- 95% confidence Intervals for fitted parameters
- Updates to notebooks to reflect internal changes
- Added 95% confidence intervals to fit output
- Preparations for change-over of argument handling in core
- Added docstring printing for model info display
- Fixed typos/figure legends
- Added examples folder