Releases: rmnldwg/lymph
Releases · rmnldwg/lymph
0.4.2
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
0.4.1
0.4.0
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.