Releases: hippalectryon-0/xr-scipy
Releases · hippalectryon-0/xr-scipy
2.1.0
Main change: Add support for python 3.9 and 3.12.
What's Changed
- Bump urllib3 from 2.1.0 to 2.2.2 by @dependabot in #46
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #45
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #44
- Bump idna from 3.6 to 3.7 by @dependabot in #43
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #42
- Bump black from 23.3.0 to 24.3.0 by @dependabot in #41
- Add support for python 3.9 and 3.12 by @ckutlu in #50
- Bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #48
- Bump setuptools from 69.0.3 to 70.0.0 by @dependabot in #49
- Fix docs by @hippalectryon-0 in #51
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
Added
signal.extra.psd
is now available assignal.welch
(as inscipy
)
Changed
- Move
other.signal
intosignal
andsignal.extra
to better mirrorscipy
's namespace (thanks @smartass101) - Remove
urllib
dependency (not relevant anymore)
Fixed
- Fix publishing CI
1.1.2: Fix pypi (#32)
Update the docs and squash some minor bugs
1.1.1
Fix the CI and the link to documentation
Update README
1.1.0
Changed
- Refactor some inner functions in
fft, fftpack
- Bump minimum python version to 3.10 to support pipes
|
in typing. - Change arg
a
tox
in scipy.fftpack to match the scipy signature - Add package to pipy
Fixed
- Correctly rename
shape
tos
in the docs forfft
1.0.0
Added
- Add a changelog
- Add
pre-commit
- Add
poetry
- Add 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 forscipy
andxarray
. If those are too restrictive, we may broaden them later. - Refactor docs
xrscipy.fft
now mirrorsscipy.fft
rather thannumpy.fft
- Replace custom documentation parsed by tweaked
docstring_parser
module - Move
xrscipy.signal
toxrscipy.other.signal
Fixed
- Fix
fft, fftpack, integrate
utests and modules
Removed
- Remove the
interpolate
module, which is now supported natively byxarray
0.0.1
This release is created to backup the state of the project before its refactoring.
If you're looking for "old" xr-scipy, this is it.