Skip to content

Releases: JuliaStats/KernelDensity.jl

v0.6.12

Choose a tag to compare

@github-actions github-actions released this 29 May 07:35
7c442fa

KernelDensity v0.6.12

Diff since v0.6.11

Merged pull requests:

Closed issues:

  • Multithreading problem caused by FFTW dependency (#80)

v0.6.11

Choose a tag to compare

@github-actions github-actions released this 20 Jan 10:06
986491d

KernelDensity v0.6.11

Diff since v0.6.10

Merged pull requests:

Closed issues:

  • Epanechnikov kernel? (#15)
  • check_ambiguous_visitor assertion (#55)
  • deprecated code (#62)
  • broadcast doesn't work for pdf calculation (#63)
  • Installation problem (#69)
  • Installation Unsatisfiable Requirements (#74)
  • Drop FFTW dependency (#123)
  • citation? (#133)

v0.6.10+docs1

Choose a tag to compare

@andreasnoack andreasnoack released this 12 Aug 07:56
b771592

What's Changed

Full Changelog: v0.6.10...v0.6.10+docs1

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:57
89ebd6c

KernelDensity v0.6.10

Diff since v0.6.9

Merged pull requests:

  • Add docs and update actions (#127) (@abhro)
  • CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#130) (@github-actions[bot])
  • Bump julia-actions/cache from 1 to 2 (#131) (@dependabot[bot])

Closed issues:

  • Release new version (#132)

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 30 Apr 07:49
45b3291

KernelDensity v0.6.9

Diff since v0.6.8

Merged pull requests:

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 15 Dec 22:26
ab69a51

KernelDensity v0.6.8

Diff since v0.6.7

Merged pull requests:

  • CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) (#119) (@github-actions[bot])

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 02 May 21:18
ae70f46

KernelDensity v0.6.7

Diff since v0.6.6

Merged pull requests:

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

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 26 Apr 19:40
176a6fe

KernelDensity v0.6.6

Diff since v0.6.5

Closed issues:

  • Error: Error during loading of extension ChainRulesCoreExt of LogExpFunctions, use Base.retry_load_extensions() to retry. (#112)
  • No more type aliases in StatsBase (#113)

Merged pull requests:

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 16:13
785a5c0

KernelDensity v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:22
6e9307d

KernelDensity v0.6.4

Diff since v0.6.3

Closed issues:

  • Multivariate KDE support (#98)
  • Replace Juno.progress() in code (#99)
  • Lazy evaluation KDE (#100)
  • ArgumentError: reducing over an empty collection is not allowed (#104)

Merged pull requests:

  • Update CompatHelper.yml and reenable workflow (#107) (@dehann)