Skip to content

1.1.0

Compare
Choose a tag to compare
@d-v-b d-v-b released this 01 Jan 21:33
· 20 commits to main since this release

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.