KernelFunctions.jl Versions Save

Julia package for kernel functions for machine learning

v0.10.63

4 months ago

KernelFunctions v0.10.63

Diff since v0.10.62

Merged pull requests:

  • Add _sum for KernelSum{<:AbstractVector} and associated tests (#547) (@theogf)

Closed issues:

  • KernelSum and KernelProduct with Vector of Kernel fails (#497)

v0.10.62

4 months ago

KernelFunctions v0.10.62

Diff since v0.10.61

Merged pull requests:

  • Relax allocation test (#530) (@simsurace)
  • Fix periodic kernel AD (#531) (@simsurace)
  • Simplify rule according to feedback in #531 (#549) (@simsurace)

Closed issues:

  • PeriodicKernel does not play with AD (#527)

v0.10.61

4 months ago

KernelFunctions v0.10.61

Diff since v0.10.60

Merged pull requests:

  • Add dependabot and update CI a bit (#540) (@devmotion)
  • Bump actions/checkout from 2 to 4 (#542) (@dependabot[bot])
  • Fix @test_broken problems (#546) (@simsurace)
  • Create CI link on badge (#548) (@theogf)

v0.10.60

6 months ago

KernelFunctions v0.10.60

Diff since v0.10.59

What's Changed

Full Changelog: https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/compare/v0.10.59...v0.10.60

v0.10.59

6 months ago

KernelFunctions v0.10.59

Diff since v0.10.58

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#534) (@github-actions[bot])
  • CompatHelper: add new compat entry for Statistics at version 1 for package test, (keep existing compat) (#535) (@github-actions[bot])
  • CompatHelper: add new compat entry for Statistics at version 1 for package docs, (keep existing compat) (#536) (@github-actions[bot])

v0.10.58

7 months ago

KernelFunctions v0.10.58

Diff since v0.10.57

Merged pull requests:

  • Fix Matern AD failures (#528) (@simsurace)
  • Stop using deprecated signatures from Distances.jl (#529) (@simsurace)

v0.10.57

8 months ago

KernelFunctions v0.10.57

Diff since v0.10.56

Merged pull requests:

  • CompatHelper: bump compat for Flux to 0.14 for package train-kernel-parameters, (keep existing compat) (#522) (@github-actions[bot])
  • Make pullback error for ColVecs and RowVecs a bit more informative (#523) (@torfjelde)

v0.10.56

11 months ago

KernelFunctions v0.10.56

Diff since v0.10.55

Closed issues:

  • Does it make sense to replace custom ColVecs, RowVecs code with ArraysOfArrays library (#516)

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#502) (@github-actions[bot])

v0.10.55

1 year ago

KernelFunctions v0.10.55

Diff since v0.10.54

Closed issues:

  • Ambiguities (#481)

Merged pull requests:

  • Fix method ambiguities (#483) (@devmotion)

v0.10.54

1 year ago

KernelFunctions v0.10.54

Diff since v0.10.53

Closed issues:

  • spectral_mixture_kernel constructor is not type-stable (#490)

Merged pull requests:

  • Make spectral_mixture_kernel type stable for StaticArrays (#501) (@theogf)