Releases: SebastianAment/CovarianceFunctions.jl
Releases · SebastianAment/CovarianceFunctions.jl
v0.3.5
CovarianceFunctions v0.3.5
v0.3.4
CovarianceFunctions v0.3.4
- Fix of
NaN
issue when target ofmul!
withBlockGramian
is initialized with aNaN
v0.3.3
CovarianceFunctions v0.3.3
- Increased performance of
GradientKernel
onSum
andProduct
kernels - Increased performance of
ValueGradientKernel
v0.3.2
CovarianceFunctions v0.3.2
gramian
now automatically recognizes non-symmetric Toeplitz structuregramian
falls back to the lazy implementation if input kernelk
hasGenericInput
type.
Merged pull requests:
- Adding gradient kernel scalability plot to README (#16) (@SebastianAment)
- added gradient kernel accuracy comparison to README (#17) (@SebastianAment)
v0.3.1
CovarianceFunctions v0.3.1
- added FFTW to dependencies to make ToeplitzMatrices work out of the box
Merged pull requests:
- CompatHelper: add new compat entry for FFTW at version 1, (keep existing compat) (#15) (@github-actions[bot])
v0.3.0
CovarianceFunctions v0.3.0
- Improvements to multiplication with
Gramian
- Made Matérn kernels to be differentiable at zero, enabling computation of gradient kernels
- Single-argument isotropic kernel methods now dependent on
r^2
instead ofr
to simplify gradient kernel calculation - Improved Barnes-Hut factorization
- Added Taylor factorization as alternative to Barnes-Hut for negative weights
- Made kernels functors to enable simple differentiation with Zygote and Flux
Merged pull requests:
- CompatHelper: add new compat entry for BesselK at version 0.3, (keep existing compat) (#9) (@github-actions[bot])
- CompatHelper: add new compat entry for SymEngine at version 0.8, (keep existing compat) (#10) (@github-actions[bot])
- moving to functors-based differentiation (#11) (@SebastianAment)
- CompatHelper: add new compat entry for Functors at version 0.2, (keep existing compat) (#12) (@github-actions[bot])
- CompatHelper: add new compat entry for Flux at version 0.13, (keep existing compat) (#13) (@github-actions[bot])
v0.2.4
CovarianceFunctions v0.2.4
- Moving specializations for
BlockFactorizations
intogramian