Skip to content

Releases: hippalectryon-0/xr-scipy

2.1.0

19 Jul 17:40
3d7aee1
Compare
Choose a tag to compare

Main change: Add support for python 3.9 and 3.12.

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

29 Feb 10:13
Compare
Choose a tag to compare

Added

  • signal.extra.psd is now available as signal.welch (as in scipy)

Changed

  • Move other.signal into signal and signal.extra to better mirror scipy's namespace (thanks @smartass101)
  • Remove urllib dependency (not relevant anymore)

Fixed

  • Fix publishing CI

1.1.2: Fix pypi (#32)

18 Oct 19:09
571e15f
Compare
Choose a tag to compare

Update the docs and squash some minor bugs

1.1.1

11 May 08:20
c389a70
Compare
Choose a tag to compare

Fix the CI and the link to documentation

Update README

1.1.0

11 May 08:06
35db63a
Compare
Choose a tag to compare

Changed

  • Refactor some inner functions in fft, fftpack
  • Bump minimum python version to 3.10 to support pipes | in typing.
  • Change arg a to x in scipy.fftpack to match the scipy signature
  • Add package to pipy

Fixed

  • Correctly rename shape to s in the docs for fft

1.0.0

10 May 14:38
e7bf7e7
Compare
Choose a tag to compare

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 for scipy and xarray. If those are too restrictive, we may broaden them later.
  • Refactor docs
  • xrscipy.fft now mirrors scipy.fft rather than numpy.fft
  • Replace custom documentation parsed by tweaked docstring_parser module
  • Move xrscipy.signal to xrscipy.other.signal

Fixed

  • Fix fft, fftpack, integrate utests and modules

Removed

  • Remove the interpolate module, which is now supported natively by xarray

0.0.1

10 May 13:53
ee7e8fb
Compare
Choose a tag to compare

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.