Skip to content

Releases: rmnldwg/lymph

0.4.2

24 Aug 09:37
Compare
Choose a tag to compare

Minor bump that was mostly about getting the documentation's build to pass again and add a changelog to the project. The actual library's API has been left untouched.

What's new

Documentation

  • fix the issue of docs failing to build
  • remove outdated line in install instructions
  • move conf.py back into source dir
  • bundle sphinx requirements
  • update the quickstart & sampling notebooks
  • more stable sphinx-build & update old index

Maintenance

  • fine-tune git-chglog settings to my needs
  • start with a CHANGELOG
  • add description to types of allowed commits

all changes

0.4.1

23 Aug 14:44
Compare
Choose a tag to compare

Fixes:

  • fix a typo in the pyproject.toml that caused the README to disappear from PyPI

0.4.0

23 Aug 14:31
Compare
Choose a tag to compare

What's new:

  • a dict-like class has been added that elegantly takes care of defining and updating the distributions that are used to marginalize over the diagnose times
  • the API for the likelihood got an overhaul, using the mentioned new class. It should be much more readable and easier to use, since one does not have to worry about providing time distributions as arguments anymore
  • the API for the risk was changed similarly. Therefore, the most important user-facing methods have gotten a facelift

Unfortunately, I currently do not have the time to update the entire test suite. I managed to write a somewhat realistic integration test, but dropped some unit tests. I will at some point catch up on this.

0.3.10

01 Jul 09:45
Compare
Choose a tag to compare

First release 🥳

This marks the first release, which will also be pushed to PyPI.

What's new

  • faster tests
  • fix graph-order issue #31