Skip to content

Commit 87b42d2

Browse files
committed
update changelog
1 parent 4e3cb0b commit 87b42d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
[Unreleased]
88
### Added
99
### Changed
10-
- Show the ETA when sampling
10+
- Show the ETA and expected number of iterations when sampling.
1111
- When restoring the sampler with the pool, use an updated value of `queue_size` based on the pool size
1212
- Use `chunksize=1` for the dynesty pool, as that is better behaved for `queue_size > nthreads` and unequal durations of function evaluations
1313
- When starting dynesty with a multiprocessing pool, dynesty now tries to use the `_processes` keyword to determine how many CPUs are available. This should reduce the need for manual `queue_size` specification
1414
### Fixed
15+
- Previously when restoring a saved sampler and starting running the it/s speeds shown in the progress bar were incorrect, because they did not take into account the previously evaluated iterations.
1516

1617
[3.0.0 - 2025-10-04]
1718
### Added

0 commit comments

Comments
 (0)