Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 11:07
· 23 commits to master since this release
de3ce81

KernelDensity v0.6.0

Diff since v0.5.1

Closed issues:

  • BoundsError with Interpolations 0.9.x (#60)
  • accessors for gridpoints and corresponding densities (#67)
  • Tag a release (#73)
  • extend methods for TrackedArray and TrackedReal (#76)
  • N-variate KDE (#81)
  • drop Optim? (#83)

Merged pull requests:

  • Support Interpolations v0.9 (#61) (@JLTastet)
  • Remove upper version bound for Interpolations (#65) (@JLTastet)
  • a Project.toml, remove REQUIRE, update travis conf (#70) (@tpapp)
  • Document that slots can be accessed as part of the API. (#72) (@tpapp)
  • Install TagBot as a GitHub Action (#79) (@JuliaTagBot)
  • Update Readme.md (#82) (@PaulSoderlind)
  • Remove optim in favor of independent golden section implementation (#84) (@piever)
  • add compat bounds, CompatHelper, prepare for release (#86) (@tpapp)