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.2.1
improved performance of looking up values based on coordinates by using binary search via
Base.Sort.searchsortedfirst
#342added (fixed) support for the
MultivariateStats
package through an extension (currently supporting PCA and variants, and whitening)added (back)
coarsen
#347
v1.2.0
added support for the
NeutralLandcapes
package through an extension (not currently supporting updaters) #368removed
Requires
as 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
Clustering
to supportkmeans
andfuzzy_cmeans
added
burnin
andburnin!
methods to write vectors into layers
v1.0.7
added support for the
⊻
operatorfixed the
show
method for layers (especially when returning many)
v1.0.6
- fixed the export of the
interpolate!
method