Skip to content

Commit 48bc8d8

Browse files
committed
update the release notes
1 parent 5b9d5fe commit 48bc8d8

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Remove 'user-defined' proposal distribution
2727
- Remove hslice sampler
2828
- Change internal attribute from batch_bounds to batch_logl_bounds
29-
- various iterators when you use sampler don't return a tuple of things, but instead an Iterator object. You can use attributes to fetch things from it
30-
- rename various interal attributes and methods for consistency
29+
- Change diffeent iterators in the sampler to not return a tuple of things, but instead an special Iterator object. You can use attributes to fetch things from it.
30+
- Rename various interal attributes and methods for consistency.
3131

3232
### Fixed
3333

docs/source/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@ Changelog
9898
.. image:: ../images/logo.gif
9999
:align: center
100100

101+
102+
3.0.0 (2025-09-XX)
103+
------------------
104+
Major release
105+
106+
- Major refactor of the code that makes it easier to add new samplers.
107+
- You can now provide samplers as classes as arguments NestedSampler(sample=RWalkSampler(walks=44))
108+
- Major speedup of the uniform sampler when sampling in parallel
109+
- Convergence statistics are saved for each iteration that can help diagnose issues
110+
- You can now save the function evaluation history for all function calls throughout the sampling, even when doing it in parallel
111+
112+
113+
101114
2.1.5 (2024-12-17)
102115
------------------
103116
Bug fix release

0 commit comments

Comments
 (0)