Skip to content

Releases: JaneliaSciComp/xarray-multiscale

v1.2.0

24 Jul 09:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v1.2.0

v1.1.1

24 Jan 19:47
Compare
Choose a tag to compare
  • The chunks keyword argument in multiscale can now take the string "preserve", which will preserve the chunk layout produced by the downsampling routine.
  • Added black as a pre-commit hook

1.1.0

01 Jan 21:33
Compare
Choose a tag to compare

1.0.0 went untagged but it featured a breaking refactor of multiscale functionality. see #15 for details.

1.1.0 contains a change in behavior of multiscale: previously, this function would apply cropping / trimming of the input array even for the first scale level returned (i.e., the full resolution source data). As of 1.1.0, the source data is preserved exactly in the first argument of the output.

This release also adds more extensive tests, and two new reducers: windowed_min and windowed_max. It's not clear when these would get used, but they were easy enough to implement.

See #17 for more details.

0.3.3 release

30 Aug 21:00
Compare
Choose a tag to compare

Fixes #10 and resolves #14

v0.3.1

24 Jan 23:43
Compare
Choose a tag to compare

fix a bug detailed in #13

v0.3.0

17 Nov 21:45
ad0e8ca
Compare
Choose a tag to compare

Add generic downscaling

version 0.2.0

22 Jun 16:18
Compare
Choose a tag to compare
  • removed metadata
  • added chained downscaling mode, which is more computationally efficient for linear downscaling methods.

v0.1.6

24 May 13:47
fcf6db0
Compare
Choose a tag to compare

First release tag :)