forked from handley-lab/anesthetic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for logL_birth (handley-lab#324)
* Fix for logL_birth * bump version to 2.1.5 * bump version to 2.1.6 * now avoiding dropna where possible and reducing code repetition * version bump to 2.2.2 * Dropping all infs with warnings * Corrected bump_version script * Added a scatter kind * fix mistakenly changed DOI in README * check for inf directly instead of indirectly using isfinite, since nans are actually ok here * add `pytest.warns` to tests to explicitly check for the existance of the newly added warnings and to keep our pytest output clean * Update samples.py for pep8 * version bump to 2.5.2 * bump version to 2.7.4 * Removed obselete test for handley-lab#96 * Update README.rst version to 2.8.5 * Update _version.py to 2.8.5 * bump version to 2.8.6 * bump version to 2.8.7 * bump version to 2.8.8 * bump version to 2.8.9 --------- Co-authored-by: Lukas Hergt <[email protected]> Co-authored-by: Lukas Hergt <[email protected]>
- Loading branch information
1 parent
16083c4
commit 79c7bb6
Showing
5 changed files
with
38 additions
and
28 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
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 +1 @@ | ||
__version__ = '2.8.8' | ||
__version__ = '2.8.9' |
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
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
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