Changelog

0.2.0 (2022-03-06)

  • !PR6 The parameter stdev_d becomes cov_d.

  • !PR5 The parameter n_assimilation becomes n_assimilations.

  • !PR4 The parameter stdev_m is removed.

  • !PR3 Type hints are now used in the library.

  • !PR2 Add the possibility to save the history of m and d. This introduces a new knew keyword (boolean) for the constructor save_ensembles_history. Note that the m_mean attribute is depreciated and two new attributes are introduced: m_history, d_history respectively to access the successive parameter and predictions ensemble.

0.1.0 (2021-11-28)

  • First release on PyPI.