Skip to content

Releases: PieterjanRobbe/GaussianRandomFields.jl

v2.1.1

14 May 00:18
343361d
Compare
Choose a tag to compare

GaussianRandomFields v2.1.1

Diff since v2.1.0

Closed issues:

  • Use in-place FFTW where possible (#22)

Merged pull requests:

  • Completely non-allocating sampling function for CirculantEmbedding (#23) (@giordano)

v2.1.0

25 Apr 00:11
Compare
Choose a tag to compare

GaussianRandomFields v2.1.0

Diff since v2.0.0

Closed issues:

  • Add other common covariance structures (#1)
  • Update library to later versions of Julia (#15)
  • Negative eigenvalue for KL creates ''cannot document expression'' error (#17)
  • Links to tutorial and API in README.md are broken (#18)
  • Result of sample changed between v2 and master (#20)

Merged pull requests:

  • CompatHelper: bump compat for "Plots" to "1.0" (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for "RecipesBase" at version "1.0" (#21) (@github-actions[bot])

v2.0.0

15 Mar 00:13
ca81163
Compare
Choose a tag to compare

GaussianRandomFields v2.0.0

Diff since v1.2.0

Closed issues:

  • Play nicely with Plots.jl (#5)
  • Unsatisfiable requirements for Julia > v1.0.0 (#13)

Merged pull requests:

  • Specify compatibilities, use CompatHelper, and update CI (#14) (@devmotion)

Added support for Plots.jl

17 Sep 13:39
Compare
Choose a tag to compare
v1.2.0

added fix for number of KL terms when using EigenSolver

Fix #13

10 Dec 10:10
689ca69
Compare
Choose a tag to compare
Merge pull request #12 from devmotion/eigvals

Fix display of eigenvalues

compatibility with 1.0 package manager

17 Oct 16:46
Compare
Choose a tag to compare
v1.1.0

Merge remote-tracking branch 'refs/remotes/origin/master'

v1.0.0

20 Feb 17:28
Compare
Choose a tag to compare
improved some tests