Skip to content

Releases: lofar-astron/PyBDSF

Release v1.11.1

10 Sep 10:55
925c030
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

Version 1.11.0

26 Jul 11:52
4c87c0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.3...v1.11.0

Version 1.10.3

22 May 10:10
9969dc1
Compare
Choose a tag to compare
  • Fix build issue with Python 3.11 (#205)

  • Use cibuildwheel to build binary wheels for Linux and MacOS (Intel); drop support for Python 3.6 (#203)

  • Fix #198. Use the new method call canvas.manager.set_window_title (#199)

  • Replace Travis CI with GitHub actions (#196)

Version 1.10.2

10 Feb 15:32
35576ae
Compare
Choose a tag to compare

What's new

  • Fix issues with numpy versions >= 1.24 (#193)
  • Switch to manylinux2014 for building binary wheels (#191)
  • Fix ImportError in setuptools (#190)
  • Add binary wheels for Python 3.10 (#186)
  • Fix various documentation issues (#185)
  • Add logfilename option (#181)
  • Use len() instead of numpy.alen() (#180)

PyBDSF release 1.10.1

14 Feb 15:21
acf8c48
Compare
Choose a tag to compare

What's New

Version 1.10.1 (2022/02/14):

  • Fix numpy api compatibility issue (PR #175)

PyBDSF release 1.10.0

11 Feb 10:27
29c4d7d
Compare
Choose a tag to compare

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

06 Dec 10:06
d4a6336
Compare
Choose a tag to compare
PyBDSF release 1.9.2 Pre-release
Pre-release

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

25 Sep 09:35
Compare
Choose a tag to compare

What's New

Version 1.9.1 (2019/09/25):

  • Fix various shapelet decomposition issues
  • Fix crash in Gaussian fitting (#96)
  • Fix blank_limit check_low error (#100)
  • Fix various minor bugs

PyBDSF release 1.9.0

25 Mar 12:59
Compare
Choose a tag to compare

What's New

Version 1.9.0 (2019/03/25):

  • Add support for Python 3
  • Fix various minor bugs

PyBDSF release 1.8.15

12 Oct 13:55
Compare
Choose a tag to compare

What's New

Version 1.8.15 (2018/10/12):

  • Fix segfault in Gaussian fitting (#63)
  • Fix math domain error (#76)
  • Fix setup.py for boost versions > 1.63 (#58)