From 85a5b0a67c003262c016763cadf88f443c9c6de2 Mon Sep 17 00:00:00 2001 From: Dominik Kutra Date: Tue, 4 Jul 2023 10:53:56 +0200 Subject: [PATCH] Update changelog Kicking things off for the next version --- docsrc/credits_changelog.dxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docsrc/credits_changelog.dxx b/docsrc/credits_changelog.dxx index 2cfd8fe4b..ab65a9a3b 100644 --- a/docsrc/credits_changelog.dxx +++ b/docsrc/credits_changelog.dxx @@ -85,6 +85,14 @@ Many thanks to all!
  • Updated CMake minimum version to 3.12.
  • Added support for PyPy as python runtime (Mark Harfouche). + +
  • Updated/Fixed CI, including various fixes for the build system (Mark Harfouche, John Kirkham, Dominik Kutra) + +
  • Various fixes / improved compatility to support updated dependencies (hdf5 5.12, numpy>=1.20, sphinx>=1.8.0, python 3, h5py 3.0) (Mark Harfouche, John Kirkham, Ullrich Koethe, Dominik Kutra, Hans Meine) + +
  • Fixed Matlab compilation (Joachim Börger) + +
  • Fixed compilation with cpp17 (Constantin Pape) Changes from Version 1.11.0 to 1.11.1 @@ -94,7 +102,7 @@ Many thanks to all!
  • Added Random Forest version 3, inspired by LEMON's graph API, to simplify customization of RF variants (Philip Schill). -
  • Improved hierarchical clustering (Cpnstantin Pape). +
  • Improved hierarchical clustering (Constantin Pape).
  • Minor improvements and bug fixes in the code and documentation.