Skip to content

Commit 68c40fd

Browse files
committed
update checkpoint
1 parent 3e40e71 commit 68c40fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
[Unreleased]
88
### Added
99
### Changed
10-
- When restoring the sampler with the pool, try to use an updated value of queue_size based on pool size
11-
- Use chunksize=1 for dynesty pool as that is better behaved for queue_size>nthreads and unequal duration of function evaluations
12-
- When starting dynesty with multiprocessing pool, I now try to use the _processes keyword to find how many CPUs it is. That should reduce the need for manual queue_size specification
10+
- When restoring the sampler with the pool, use an updated value of `queue_size` based on the pool size
11+
- Use `chunksize=1` for the dynesty pool, as that is better behaved for `queue_size > nthreads` and unequal durations of function evaluations
12+
- 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
1313
### Fixed
1414

1515
[3.0.0 - 2025-10-04]

0 commit comments

Comments
 (0)