Skip to content

Releases: JuliaGaussianProcesses/KernelFunctions.jl

v0.8.0

21 Sep 15:07
744419e
Compare
Choose a tag to compare

KernelFunctions v0.8.0

Diff since v0.7.2

Merged pull requests:

v0.7.2

02 Sep 15:07
8c99314
Compare
Choose a tag to compare

KernelFunctions v0.7.2

Diff since v0.7.1

Merged pull requests:

v0.7.1

31 Aug 17:06
3031ef7
Compare
Choose a tag to compare

KernelFunctions v0.7.1

Diff since v0.7.0

Closed issues:

  • AD issue with mixed inputs (#151)

Merged pull requests:

v0.7.0

24 Aug 14:07
96086dd
Compare
Choose a tag to compare

KernelFunctions v0.7.0

Diff since v0.6.1

Merged pull requests:

v0.6.1

21 Aug 17:06
a92fcc2
Compare
Choose a tag to compare

KernelFunctions v0.6.1

Diff since v0.6.0

Closed issues:

  • Mahalabonis constructor is not given by keyword (#64)
  • Refactor KernelSum and KernelProduct? (#68)
  • Using mapslices for FunctionTransform make it incompatible with Zygote (#74)

Merged pull requests:

v0.6.0

07 Aug 21:05
0df9e83
Compare
Choose a tag to compare

KernelFunctions v0.6.0

Diff since v0.5.1

v0.5.1

07 Aug 20:06
d9ccffa
Compare
Choose a tag to compare

KernelFunctions v0.5.1

Diff since v0.5.0

Closed issues:

  • Make validate_dims opt-in (#139)
  • Removing BaseKernel (#149)

Merged pull requests:

  • Use tuples in KernelSum and KernelProduct; Make Zygote tests pass for KernelSum and KernelProduct; Improve doctring. (#146) (@sharanry)

v0.5.0

04 Aug 16:10
5e9d78d
Compare
Choose a tag to compare

KernelFunctions v0.5.0

Diff since v0.4.5

Merged pull requests:

  • Input check relaxation and change of `pairwise (#147) (@theogf)

v0.4.5

04 Aug 14:06
1bfda4d
Compare
Choose a tag to compare

KernelFunctions v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

02 Aug 23:07
c50ebe1
Compare
Choose a tag to compare

KernelFunctions v0.4.4

Diff since v0.4.3

Closed issues:

  • Implicit gradient failing with matrices (#137)

Merged pull requests:

  • Fixing implicit gradients (#141) (@theogf)
  • Fix Independent MOKernel for single dimension input (#144) (@sharanry)
  • Enforce 'Tuple{Any, Int}' type inputs for IndependentMOKernel (#145) (@sharanry)