Releases: theosanderson/chronumental
Releases · theosanderson/chronumental
v0.0.55
What's Changed
- Remove variance branch length parameter by @theosanderson in #26
- format and remove old unused eval by @theosanderson in #27
Full Changelog: v0.0.54...v0.0.55
v0.0.54
Fixes an issue related to a breaking change in latest numpy ver
What's Changed
- Update input_mod.py by @theosanderson in #22
Full Changelog: v0.0.53...v0.0.54
v0.0.53
Fixes the use of GPU
v0.0.52
Clarifies branch_len gth_ ariance parameter, and relaxes this prior
v0.0.51
What's Changed
No longer requires pinned Numpyro ver
v0.0.50
What's Changed
- Switch from tqdm to alive progress by @theosanderson in #19
Full Changelog: v0.0.49...v0.0.50
v0.0.49
- Allows forcing the reference node to be a particular node
v0.0.48
What's Changed
- Remove a memory bottleneck caused by lists instead of arrays during sparse matrix construction by @theosanderson in #17
Full Changelog: v0.0.47...v0.0.48
v0.0.47: Merge pull request #16 from theosanderson/add-license-1
Adds MIT License
v0.0.46
Unpin TreeSwift after fix