Skip to content

Commit

Permalink
Update changelog and whats_new (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose authored Nov 25, 2024
1 parent 8ebe228 commit 8471637
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bdsf/_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
47 changes: 47 additions & 0 deletions doc/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8471637

Please sign in to comment.