Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.0.0]
The main breaking change is the removal of custom filters that are not in the scipy API.
This update re-affirms the goal of this library - to be a wrapper around scipy functions for easy use on xarrays, not to add additional functions.
Added
Add many tests, especially on
xrscipy.signalAdd
integrate.cumulative_simpsonAdd tentative support for
xarray<2023,>0.16
Changed
Rewrote
savgol_filteranddecimateto match thescipyimplementation.Renamed
psdtowelchto align withscipywelchnow returnsPSD**2, as inscipy
Fixed
Fixed n-dimentional
hilbert
Removed
Remove all filters that are not part of the
scipyAPI
[2.2.0]
Changed
Transition from
poetrytouvandblack/isort/pyclntoruffUpdated dependencies
Fixed
Minor docs fixes
[2.2.0]
Changed
Transition from
poetrytouvandblack/isort/pyclntoruffUpdated dependencies
Fixed
Minor docs fixes
[2.0.0]
Added
signal.extra.psdis now available assignal.welch(as inscipy)
Changed
Move
other.signalintosignalandsignal.extrato better mirrorscipy’s namespace (thanks @smartass101)Remove
urllibdependency (not relevant anymore)
Fixed
Fix publishing CI
[1.1.2]
Changed
Update docs
Fixed
Fix pypi pipeline
[1.1.1]
Fixed
Fix publishing CI
[1.1.0]
Changed
Refactor some inner functions in
fft, fftpackBump minimum python version to 3.10 to support pipes
|in typing.Change arg
atoxin scipy.fftpack to match the scipy signatureAdd package to pipy
Fixed
Correctly rename
shapetosin the docs forfft
[1.0.0]
Added
Add a changelog
Add
pre-commitAdd
poetryAdd several typing hints
Changed
Turn the travis CI into a github CI
Update the README
Move several doc files into python docstrings
Bump the minimum version of python to
3.9. Also bump the requirements forscipyandxarray. If those are too restrictive, we may broaden them later.Refactor docs
xrscipy.fftnow mirrorsscipy.fftrather thannumpy.fftReplace custom documentation parsed by tweaked
docstring_parsermoduleMove
xrscipy.signaltoxrscipy.other.signal
Fixed
Fix
fft, fftpack, integrateutests and modules
Removed
Remove the
interpolatemodule, which is now supported natively byxarray
[0.1.0] (6 March 2018)
Initial release. This is the “old” version.