Releases: lofar-astron/PyBDSF
Releases · lofar-astron/PyBDSF
Release v1.11.1
Version 1.11.0
What's Changed
- Use scikit-build by @gmloose in #204
- Add options for use with a detection image by @darafferty in #209
- Fix various issue with the spectral index module by @darafferty in #210
- Fix issues with error estimation by @darafferty in #211
- Fix saving of residual image and add option to save model image by @darafferty in #213
- Replace distutils for Python 3.12 by @gmloose in #216
- Fix python3.12 build by @gmloose in #217
- Fix issue with frequency_sp being ignored by @darafferty in #219
- Fix indentation by @gmloose in #221
- Rap 612 remove pyfits version checks by @gmloose in #222
- Fix ReadtheDocs by @gmloose in #223
- Rap 614 use setuptools scm by @gmloose in #224
- Output island rms and mean values for wavelet Gaussians by @darafferty in #228
- Set upper limit on NumPy version by @darafferty in #230
- Add checks of output to tests by @darafferty in #231
- Prepare release v1.11 by @gmloose in #234
Full Changelog: v1.10.3...v1.11.0
Version 1.10.3
Version 1.10.2
What's new
PyBDSF release 1.10.1
PyBDSF release 1.10.0
What's New
Version 1.10.0 (2022/02/11):
NOTE: the interactive pybdsf
shell is no longer installed by default. Please see the README for installation instructions.
- Update some functions as required by scipy versions >= 1.8.0 (PR #172)
- Fix build issues with Python 3.8, end support for Python < 3.6, add support
for Python 3.8 and 3.9, and make installation of the interactive pybdsf shell
optional (PR #169) - Improve handling of the beam in the spectral index module (PR #165)
- Improve handling of large, complex islands (PR #160)
- Allow a file to be supplied for the ch0 image used in the spectral index module (PR #127)
- Plus fix many other minor bugs and issues
PyBDSF release 1.9.2
What's New
Version 1.9.2 (2019/12/05):
- Fix exception behaviour if spline order change does not work
- 2019/09/27 - Add check for frequency info in header
PyBDSF release 1.9.1
PyBDSF release 1.9.0
What's New
Version 1.9.0 (2019/03/25):
- Add support for Python 3
- Fix various minor bugs