From 043ac1b1601b4c8c389b32a2260298a6e28a3941 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 22 Jun 2023 14:12:16 +0200 Subject: [PATCH] update changelog --- doc/changelog.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 6be322f9..5a04346f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,39 @@ Changelog ========= +2.22.0 (June 22, 2023) +---------------------- +- Hide confusing notes in docs: "not to be initialized by users." (`#906 `_) +- Fix: sdist size reduction (`#904 `_) +- Fix tests on freebsd, remove util._jacobi (`#903 `_) +- Update conclusions after the fix from jonas (`#899 `_) +- Use scikit-build-core (`#812 `_) +- Fix: make nograd not use grad at all in automatic diff doc (`#895 `_) +- Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (`#897 `_) +- Add minuit.fixto (`#894 `_) +- New benchmarks (`#893 `_) +- Make covariance fields in display easier to understand (`#891 `_) +- Improve docs (`#890 `_) +- Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (`#886 `_) +- Update fcn.hpp (`#889 `_) +- Fix-typo-in-basic (`#888 `_) +- Add leastsquares.pulls and leastsquares.prediction (`#880 `_) +- Better log-spacing detection (`#878 `_) +- Roofit tutorials (`#877 `_) +- Rename keyword nbins to bins in unbinnedcost.visualize (`#876 `_) +- Ignore missing matplotlib when calling minuit._repr_html_() (`#875 `_) +- Forward kwargs in minuit.visualize to plotting function (`#874 `_) +- Add hide_modules and deprecated_parameters (`#873 `_) +- Update progressbar (`#872 `_) +- Better ruff settings and adjustments, improvements to readme (`#871 `_) +- Use unicodeitplus instead of unicodeit to render latex as unicode (`#868 `_) +- Add roofit tutorial (`#867 `_) +- Improve error message for cost function (`#863 `_) +- Experimental mncontour algorithm (`#861 `_) +- Integer as variable (`#860 `_) +- Replace flake8 with ruff (`#859 `_) +- Add basic latex display support if unicodeit is installed (`#858 `_) + 2.21.3 (April 03, 2023) ----------------------- - Fix template input modification bug in template class (`#856 `_)