From 1330d8f8e6372b4a1ba0bf72a70be71a43bc1dde Mon Sep 17 00:00:00 2001 From: Marcel Loose Date: Mon, 25 Nov 2024 13:07:59 +0100 Subject: [PATCH] Update changelog and whats_new --- bdsf/_changelog.py | 21 ++++++++++++++++++ doc/source/whats_new.rst | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/bdsf/_changelog.py b/bdsf/_changelog.py index 7aae117a..4e36ff90 100644 --- a/bdsf/_changelog.py +++ b/bdsf/_changelog.py @@ -8,6 +8,27 @@ def changelog(): """ PyBDSF Changelog. ----------------------------------------------------------------------- + 2024/11/25 - Version 1.12.0 + + 2024/11/19 - Fix string checks and clean up (#243) + + 2024/11/15 - Fix unintended removal of handlers from the root logger (#245) + + 2024/11/15 - Fix outdir being ignored (#244) + + 2024/11/15 - rmsimage negative rms fallback, fixes #215 (#242) + + 2024/10/11 - Fix bug that resulted in ncores being at most 8 and improve + method for getting no. of available cores (#240) + + 2024/09/06 - Version 1.11.1 + + 2024/09/06 - Add macos arm binary wheels (#238) + + 2024/09/04 - Remove manylinux2014 directory (#237) + + 2024/09/04 - GitHubh action download artifact security update (#236) + 2024/07/26 - Version 1.11.0 2024/07/26 - Prepare release v1.11 (#234) diff --git a/doc/source/whats_new.rst b/doc/source/whats_new.rst index 116c7540..14eecb66 100644 --- a/doc/source/whats_new.rst +++ b/doc/source/whats_new.rst @@ -4,6 +4,53 @@ What's New ********** + Version 1.12.0 (2024/11/25): + * Fix string checks and clean up (#243) + + * Fix unintended removal of handlers from the root logger (#245) + + * Fix outdir being ignored (#244) + + * rmsimage negative rms fallback, fixes #215 (#242) + + * Fix bug that resulted in ncores being at most 8 and improve method for getting no. of available cores (#240) + + Version 1.11.1 (2024/09/06): + * Add macos arm binary wheels (#238) + + * Remove manylinux2014 directory (#237) + + * GitHub action download artifact security update (#236) + + Version 1.11.0 (2024/07/26): + * Add checks of output to tests (#231) + + * Set upper limit on NumPy version (#230) + + * Output island rms and mean values for wavelet Gaussians (#228) + + * Use setuptools_scm (#224) + + * Fix ReadtheDocs (#223) + + * Remove pyfits version checks (#222) + + * Fix issue with frequency_sp being ignored (#219) + + * Fix python3.12 build (#217) + + * Replace distutils for Python 3.12 (#216) + + * Fix save of residual image and add option to save model image (#213) + + * Fix issues with error estimation (#211) + + * Fix various issue with the spectral index module (#210) + + * Add options for use with a detection image (#209) + + * Use scikit-build (#204) + Version 1.10.3 (2023/05/22): * Fix build issue with Python 3.11 (#205)