You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]