Skip to content

v0.4.0

Latest

Choose a tag to compare

@mhvk mhvk released this 10 Mar 20:54
· 8 commits to main since this release
v0.4.0

0.4 (2025-03-10)

  • Numpy >= 2.0 is now supported.
  • The minimum versions required by baseband-tasks are now python 3.10 and
    baseband 4.2.
  • Remove support for the deprecated astropy test runner. This means it is
    no longer possible to test the installed baseband package with
    baseband_tasks.test() inside python; instead, one should use
    pytest --pyargs baseband_tasks from the command line.

New Features

  • All tasks involving FFTs and padding now automatically ensure efficient
    lengths of the transforms. [#249]

API Changes

  • The integration.Stack class is deprecated, because of the name conflict with
    combining.Stack. It has been renamed to integration.PulseStack. Only
    the latter will be available under baseband.tasks.

Bug Fixes

  • Ensure subclasses of HDFPayload can be used directly with arbitrary headers. [#245]