Skip to content

Releases: dokester/BayesicFitting

Version 2.5.0

04 Jun 10:22
Compare
Choose a tag to compare

What's new in versions 2.5.0

  • New models: BasicSplinesModel and SplinesDynamicModel
  • Option for constraints on the likelihood
  • Option for slow engines (working every slow-th iteration in NestedSampler)
  • Restructure growPrior setting
  • Print formatting in NestedSampler
  • Adapt to SplinesDynamicModel
  • Homogenized and improved plotoptions in test harnesses
  • Three more examples added

Version 2.4.4

17 Mar 14:46
Compare
Choose a tag to compare

What's new in versions 2.4.4

  • Moved BayesicFitting/BayesicFitting/documentation to BayesicFitting/docs
  • Added a references.md file which collects (external) references.
  • Updated the docs files.
  • Handling of weight in accordance with the definition in the Glossary.
  • Add keyword tail= to formatter to display last items of an array.

Version 2.4.3

04 Feb 15:32
Compare
Choose a tag to compare

What's new in versions 2.4.3

  • Clean up and unification of the python doc strings.
  • Reran all examples and test harnasses in python 3.7.
  • Add random seed to several examples to make them more stable.

Version 2.4.2

15 Nov 11:27
Compare
Choose a tag to compare
  • New Classes:
    - DecisionTreeModel
    A DecisionTree Model (DTM) is mostly defined on multiple input dimensions (axes).
    It splits the data in 2 parts, according low and high values on a certain input axis.
    The splitting can continue along other axes.
    - Modifiable
    Interface to define modifiable behaviour of some Models.
    - StructureEngine
    Engine to modify Models that implement Modifiable
  • Introduce Table from astrolib as (multidimensional) xdata
  • Some restructering necessitated by the classes above.
  • Testcases and examples for the classes above

Version 2.3.0

20 Jun 14:25
Compare
Choose a tag to compare

Add a few more classes, repair some bugs.

First release of BayesicFitting on Zenodo

18 Mar 11:36
Compare
Choose a tag to compare

First release of BayesicFitting on Zenodo. Earlier versions were available on pypi.org and GitHub.com.