Skip to content

Commit

Permalink
finale release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Oct 4, 2023
1 parent d9d9ace commit 31b7e61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed


## [2.1.3] - 2023-09-22
## [2.1.3] - 2023-10-04
### Added
- Warning is emitted if bootstrap expansion factor is too large ( @segasai )
- Warning is emitted if maxcall/maxiter stop the iterations too early ( @segasai )
Expand Down
12 changes: 12 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ Changelog
.. image:: ../images/logo.gif
:align: center

2.1.3 (2023-10-04)
------------------
Bug fix release

- Warning is emitted if bootstrap expansion factor is too large ( @segasai )
- Warning is emitted if maxcall/maxiter stop the iterations too early ( @segasai )
- The clustering/K-means for ellipsoid decomposition is now done in scaled space of points divided by stddev along each dimension ( @segasai)
- Update the initialisation of points in the case where some fraction of prior volume has log(L)=-inf this should increase the accuracy of log(Z) estimates in some cases
- Fix a rare possible bug where due to numerical instability in uniform sampling a q==0 error could have occured ( @segasai)
- Fix a FileExistsError when using check-points on Windows ( #450, reported by @rodleiva, fixed by @segasai )


2.1.2 (2023-06-01)
-------------------
Bug fix release
Expand Down
2 changes: 1 addition & 1 deletion py/dynesty/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.1.3"

0 comments on commit 31b7e61

Please sign in to comment.