Stheno.jl Versions Save

Probabilistic Programming with Gaussian processes in Julia

v0.6.12

3 years ago

Stheno v0.6.12

Diff since v0.6.11

Closed issues:

  • Warnings when plotting GPs (#111)
  • Convex Constrained GP (#131)
  • Shared data for finite GP (#132)

Merged pull requests:

  • Fix plot warnings (#133) (@willtebbutt)

v0.6.11

3 years ago

Stheno v0.6.11

Diff since v0.6.10

Closed issues:

  • can't install with unsatisfiable requirements detected (#112)
  • Length scale gradient NaN when x not fully continuous (#121)
  • Uncertainty propagation (possible feature request) (#130)

Merged pull requests:

  • Fix Eucidean (#129) (@willtebbutt)

v0.6.10

3 years ago

Stheno v0.6.10

Diff since v0.6.9

Merged pull requests:

  • Add test Project.toml (#127) (@willtebbutt)

v0.6.9

3 years ago

Stheno v0.6.9

Diff since v0.6.8

Merged pull requests:

  • Bump FillArrays and patch (#125) (@willtebbutt)

v0.6.8

3 years ago

Stheno v0.6.8

Diff since v0.6.7

Closed issues:

  • Bijector not defined for FiniteGP (#113)

Merged pull requests:

  • Use AbstractMvNormal (#124) (@willtebbutt)

v0.6.7

3 years ago

Stheno v0.6.7

Diff since v0.6.6

Merged pull requests:

  • Change docs badge (#119) (@willtebbutt)
  • Begin @adjoint -> ChainRules (#123) (@willtebbutt)

v0.6.6

3 years ago

Stheno v0.6.6

Diff since v0.6.5

Merged pull requests:

  • Index into AbstractGP (#117) (@willtebbutt)

v0.6.5

3 years ago

Stheno v0.6.5

Diff since v0.6.4

Closed issues:

  • cumulsizes not defined (#107)

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.9" (#109) (@github-actions[bot])
  • CompatHelper: bump compat for "Zygote" to "0.5" (#114) (@github-actions[bot])
  • Update README.md (#115) (@willtebbutt)

v0.6.4

4 years ago

Stheno v0.6.4

Diff since v0.6.3

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#102) (@github-actions[bot])
  • Upgrade BlockArrays deps (#108) (@willtebbutt)

v0.6.3

4 years ago

Stheno v0.6.3

Diff since v0.6.2

Closed issues:

  • logabsdet for Diagonal (#99)

Merged pull requests:

  • Test on 1.4. Don't test on 1.2 (#100) (@willtebbutt)
  • Introduce BaseKernel type (#101) (@willtebbutt)