Skip to content

Releases: lofar-astron/PyBDSF

Version 1.13.0 (post-fix 2)

10 Apr 16:14

Choose a tag to compare

What's Changed

Full Changelog: v1.13.0post1...v1.13.0.post2

v1.13.0post1

08 Apr 15:41
df8b822

Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.0post1

Version 1.13.0

08 Apr 11:20
81cf7c3

Choose a tag to compare

What's Changed

  • Python 3.8 support was dropped, Python 3.13 support was added
  • Added support for numpy 2.0 by @gmloose in #251
  • Fix PyBDSF's interactive shell for Python 3.13 by @darafferty in #252

Full Changelog: v1.12.0...v1.13.0

Version 1.12.0

25 Nov 13:13
8471637

Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.12.0

Note: This will be the last version supporting Python 3.8

Release v1.11.1

10 Sep 10:55
925c030

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

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

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

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

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

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