Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (39 loc) · 1.07 KB

File metadata and controls

48 lines (39 loc) · 1.07 KB

TODO

Optimisation

  • Suppress warnings from optimiser

General

  • Mode stdout to logging?

Updates

0.3.0

  • Updated for Python 3

0.2.4

  • 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

0.2.3

  • 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

0.2.2

  • 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

0.2.1

  • 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