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 functions to support shift and rotate
added a function for quantile transfer
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
NeutralLandcapespackage 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