Skip to content

Commit

Permalink
add changelog until 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 13, 2024
1 parent 1a9fd91 commit 50f9a58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Release Notes
==============

4.4.0 (2024-12-13)
------------------
* Compatible with numpy version 2 and above. Any remaining errors like "ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject" are due to ultranest and numpy being installed with different versions. Reinstall numpy and ultranest in that case.

4.3.0 (2024-04-12)
------------------
* added :py:class:`ultranest.popstepsampler.PopulationSimpleSliceSampler`: Vectorized, fixed-batch size slice sampler. (`PR <https://github.com/JohannesBuchner/UltraNest/pull/118>`_ by Benjamin Beauchesne)
* validation of passed parameter names (`PR <https://github.com/JohannesBuchner/UltraNest/pull/133>`_ by svaverbe)
* documentation improvements, including documenting results dictionary (`PR <https://github.com/JohannesBuchner/UltraNest/pull/138>`_ by Jacopo Tissino)
* make scipy actually optional (`PR <https://github.com/JohannesBuchner/UltraNest/pull/141>`_ by Matthew Kirk)
* linting

4.2.0 (2024-02-15)
------------------

Expand Down

0 comments on commit 50f9a58

Please sign in to comment.