Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.4.0
added errors when layers are not compatible (as opposed to failing an assertion)
added support for smarter handling of projection data #555
fixed a bug with the strides being sometimes used in the wrong order (extremely low severity)
v1.3.5
- added the
centervaluekeyword argument toslidingwindowto pass the center value as a first argument to the function
v1.3.4
- improved the performance of
slidingwindow/slidingwindow!
v1.3.3
added a demonstration dataset with temperature
added the correct handling of scale and offset data #540
v1.3.2
- added a
Makiecompatibility entry for0.24
v1.3.1
- fixed plotting support to use
Makieinstead ofMakieCore
v1.3.0
fixed a deprecation in the syntax of MultivariateStats
added the
reclassifyfunction to change layer values using rules #407added the
cellareafunction in replacement ofcellsize#416
v1.2.2
- added a Makie extension #422
v1.2.1
improved performance of looking up values based on coordinates by using binary search via
Base.Sort.searchsortedfirst#342added (fixed) support for the
MultivariateStatspackage through an extension (currently supporting PCA and variants, and whitening)added (back)
coarsen#347
v1.2.0
added support for the
NeutralLandscapespackage through an extension (not currently supporting updaters) #368removed
Requiresas a dependencychanged the Julia version to LTS (1.10)
v1.1.1
added an overload for clustering quality #356
added an overload to transform a clustering result based on the vector of layers used to generate it #357
v1.1.0
added an extension for
Clusteringto supportkmeansandfuzzy_cmeansadded
burninandburnin!methods to write vectors into layers
v1.0.7
added support for the
⊻operatorfixed the
showmethod for layers (especially when returning many)
v1.0.6
- fixed the export of the
interpolate!method