Skip to content

Releases: CliMA/EnsembleKalmanProcesses.jl

v0.14.2

09 Jan 19:34
5109b7f
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.14.2

Diff since v0.14.1

Merged pull requests:

v0.14.1

06 Dec 22:06
ee1bb97
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.14.1

Diff since v0.14.0

Merged pull requests:

v0.14.0

30 Nov 18:57
4076613
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.14.0

Diff since v0.13.1

Closed issues:

  • Add a simple pedagogical example with finding the parameters of a sinusoid (#183)
  • JOSS paper review (#222)
  • JOSS Paper Review 2 (#232)

Merged pull requests:

v0.13.1

21 Oct 19:27
ae633b0
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.13.1

Diff since v0.13.0

Closed issues:

  • Fancy initial conditions break, resort to basic Initial conditions (#223)

Merged pull requests:

  • Add JOSS badge for transparent review tracking (#221) (@ilopezgp)
  • Revert to stable ICs for constrained_gaussian solver (#224) (@odunbar)

v0.13.0

30 Sep 23:06
7b68dcb
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.13.0

Diff since v0.12.0

Closed issues:

  • New constructor for Unscented (#212)

Merged pull requests:

v0.12.0

27 Sep 20:52
d9bfc17
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.12.0

Diff since v0.11.0

Closed issues:

  • Consistency in variable names (#13)
  • Doc strings for functions (#14)
  • Returning constrained parameters (#24)
  • Issues with new versions of Convex and SCS (#117)
  • Incompatability of SCS with Julia 1.7.2 on Mac "M1" (#169)
  • Clean up notation in the documentation (#190)
  • Update error message (#199)

Merged pull requests:

v0.11.0

16 Sep 05:29
8e172de
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.11.0

Diff since v0.10.0

Merged pull requests:

  • Test on latest Julia version (~1.8) (#188) (@ilopezgp)
  • Improve ParameterDistribution API docs. (#200) (@ilopezgp)
  • Update Convex dependency -- without SparseEKI fix (#201) (@ilopezgp)
  • Update Convex and SCS to latest version. (#202) (@ilopezgp)
  • Refactor EKP tests (#203) (@ilopezgp)
  • CompatHelper: add new compat entry for MathOptInterface at version 1, (keep existing compat) (#204) (@github-actions[bot])
  • Resolve to most recent Zenodo DOI. (#205) (@ilopezgp)

v0.10.0

30 Aug 19:10
6b4df1c
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.10.0

Diff since v0.9.1

Closed issues:

  • Small question: parallellization (#148)
  • Fix warnings in building docs (#167)
  • Update docs API with new base methods (#182)
  • Overloading == for ParameterDistributions (#184)
  • Unlink parameter types (#185)
  • constrained_gaussian type constructor for marginal-defined multivariate distributions (#192)
  • Take out file_parsing_uq utils from src (#194)

Merged pull requests:

v0.9.1

08 Jul 19:22
a49b11e
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.9.1

Diff since v0.9.0

Merged pull requests:

v0.9.0

06 Jul 04:39
fb3c93b
Compare
Choose a tag to compare

EnsembleKalmanProcesses v0.9.0

Diff since v0.8.0

Closed issues:

  • Error when running the Lorenz 96 Example (#152)
  • Unit test failure for inflation (#170)
  • Examples don't have project tomls - causing initial failures (#171)
  • Make use of @test_logs less brittle (#175)

Merged pull requests:

  • Add Zenodo DOI badge (#160) (@ilopezgp)
  • Constructors for Gaussian priors with constraints (#161) (@tsj5)
  • Add UQ parameter reading / writing functionality (#162) (@bielim)
  • CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#164) (@github-actions[bot])
  • Localization using sampling error correction (#165) (@eviatarbach)
  • Add failsafe update docs. (#168) (@ilopezgp)
  • Add Project tomls and EKP dep for examples, (#172) (@odunbar)
  • Cast empirical covariance to symmetric. (#173) (@ilopezgp)
  • Fix CloudMicro version (#174) (@ilopezgp)
  • Include expected warning text in @test_logs (#176) (@tsj5)