-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,29 @@ | ||
-------------------- | ||
[0.1.0] - 2020-02-24 | ||
[0.1.1] - 2020-02-28 | ||
-------------------- | ||
|
||
Early Alpha release made available via PyPI for community testing and evaluation. | ||
- Improve user experience with more progress bars and logging. | ||
- Slightly change traversal method in outside and outside maximization algorithms, | ||
this should only affect inference on inferred tree sequences with large numbers | ||
of nodes at the same frequency. | ||
- Improve reporting of current project version | ||
- Use appdirs for default caching location | ||
- Prevent dating tree sequences with dangling nodes | ||
|
||
Please don't use this version in published works. | ||
|
||
-------------------- | ||
[0.1.1] - 2020-02-25 | ||
-------------------- | ||
|
||
Bugfix release: resolve issue with precalculating prior values. | ||
|
||
|
||
-------------------- | ||
[0.1.0] - 2020-02-24 | ||
-------------------- | ||
|
||
Early Alpha release made available via PyPI for community testing and evaluation. | ||
|
||
Please don't use this version in published works. | ||
|
||
|