Skip to content

Releases: Priesemann-Group/icomo

v0.2.0

25 Sep 01:39
Compare
Choose a tag to compare

What's changed

Functionality

Now, the Pytensor operator returned by ODEIntegrator.get_op accepts any pytree as input and output, before only the input was allowed to be a pytree. So, specifying list_keys_to_return isn't required anymore when a dictionary is returned. Furthermore, specifying the return_shapes when creating the operator is also no longer necessary, the shape is inferred automatically.

v0.1.7

19 Nov 21:15
Compare
Choose a tag to compare

Add the possibility to change the distribution from which the magnitudes of changepoints are drawn, for example, to use a StudentT distribution instead of a Normal distribution.

v0.1.6

11 Sep 17:03
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Correct error in delayed_copy, the copy didn't decrease when the original compartment decreased

Full Changelog: 0.1.3...0.1.4

v0.1.5

05 Sep 15:28
Compare
Choose a tag to compare

Correct error that importlib_metadata is imported twice

v0.1.4

16 Aug 12:48
Compare
Choose a tag to compare

What's Changed

Documentation

  • Example notebook also contains now the python output which was missing by error

Full Changelog: 0.1.3...0.1.4

Nicer documentation

16 Aug 12:31
Compare
Choose a tag to compare

What's Changed

Functionality

  • ODEIntegrator now checks better whether parameters are correct

Bugfixes

  • Pymc model in the example of the documentation contained some errors

Documentation

  • Nicer layout (download buttons, header cleaner,...)

Full Changelog: 0.1.2...0.1.3

Change of name

12 Aug 19:03
Compare
Choose a tag to compare

Change of name because of unavailability on PyPI

First release

12 Aug 18:18
Compare
Choose a tag to compare

First release, enjoy discovering this package!