Skip to content

Releases: JuliaRobotics/KernelDensityEstimate.jl

v0.5.3

26 Dec 18:23
a1b813b
Compare
Choose a tag to compare

KernelDensityEstimate v0.5.3

Diff since v0.5.2

Closed issues:

  • tag v0.5.1 (#50)
  • tag v0.5.2 (#54)
  • Access Sampled Points (#58)

Merged pull requests:

  • Install TagBot as a GitHub Action (#56) (@JuliaTagBot)
  • CompatHelper: bump compat for "Distributions" to "0.24" (#59) (@github-actions[bot])
  • vector to matrix updates (#61) (@dehann)
  • add show method (#63) (@dehann)

v0.5.2

04 Nov 08:19
v0.5.2
Compare
Choose a tag to compare

v0.5.1

25 Sep 15:49
v0.5.1
c26f9d4
Compare
Choose a tag to compare

v0.5.1 (2019-09-25)

Diff since v0.5.0

Merged pull requests:

Initial Manifold Support and TOML Release

13 Feb 16:52
073d1ad
Compare
Choose a tag to compare

Minor version release update. See milestone information here.

Current manifold kde evaluation only supports direct evaluation and must explicitly be specified by the user before use. See KernelDensityEstimate.jl file for more details. Computational geometry aspects for on-manifold evaluations must still be resolved.

Experimental Hybrid Manifold Support

06 Feb 15:51
30aeff2
Compare
Choose a tag to compare
Pre-release

New experimental features for hybrid manifold support. Note this is a pre-release intended to support downstream development and testing. See related milestone work in this pre-release.

Experimental On-Manifold Support

26 Jan 22:50
4172f54
Compare
Choose a tag to compare
Pre-release

Pre-release relating to development of on-manifold operations. See milestone information here.

Maintenance Release, Bug / Deprecation Fixes

05 Oct 03:02
39b4c33
Compare
Choose a tag to compare

Further support and improvements for Julia 1.0 and downstream packages. See related fixes at milestones here.

Update Julia 0.7 and 1.0

30 Sep 01:26
288ed14
Compare
Choose a tag to compare

This release contains the updated code for running on Julia 0.7 and 1.0.

General Maintenance Release

17 Jul 00:55
6a66742
Compare
Choose a tag to compare
Pre-release

A few new features required downstream.

Initial release to Julia metadata

10 Apr 14:49
Compare
Choose a tag to compare
Pre-release

Basic KDE and product between KDEs code is available. More code development to follow.