Releases: JaneliaSciComp/xarray-multiscale
Releases · JaneliaSciComp/xarray-multiscale
v1.2.0
v1.1.1
1.1.0
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
v0.3.1
v0.3.0
version 0.2.0
- removed metadata
- added chained downscaling mode, which is more computationally efficient for linear downscaling methods.