TiledViews v0.3.0
- Added support for tiled_processing of functions returning multiple values.
- Fixed a bug regarding windows returning NaN for lower and upper borders beeing equal.
- Changed the default of the window to
nothing, which causes uniform windows to be used when no overlap is present. - Added Documenter-generated pages.
Breaking changes
- The tiled processing, in particularly when called with a plain array, is a lot more powerful than the previous version. It now supports functions returning multiple results, of mixed types.
- NDTools.jl dependency ins now set to 0.8.
Merged pull requests:
- Added a feature to allow multiple return results in tiled_processing.… (#9) (@RainerHeintzmann)