Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and whats_new #248

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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