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.
[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.