Skip to content

Releases: nathanaelbosch/ProbNumDiffEq.jl

v0.16.2

27 Sep 18:54
ca4d577
Compare
Choose a tag to compare

ProbNumDiffEq v0.16.2

Diff since v0.16.1

Merged pull requests:

Closed issues:

  • JOSS manuscript review (#323)
  • JOSS review: installation error (#324)
  • JOSS review (#327)

v0.16.1

30 Aug 14:48
250269a
Compare
Choose a tag to compare

ProbNumDiffEq v0.16.1

Diff since v0.16.0

Merged pull requests:

  • Remove type piracies; upgrade to PSDMatrices v0.5.0 (#316) (@nathanaelbosch)
  • Fix the solution sampling code (#317) (@nathanaelbosch)
  • CompatHelper: bump compat for TaylorSeries to 0.18, (keep existing compat) (#320) (@github-actions[bot])
  • CompatHelper: bump compat for TaylorIntegration to 0.16, (keep existing compat) (#321) (@github-actions[bot])
  • Update to OrdinaryDiffEq split version (#326) (@ChrisRackauckas)

Closed issues:

  • Fix type piracies (#278)
  • Use Gaussian as Initial Condition (#318)

v0.16.0

11 Jun 12:06
2f2f6ad
Compare
Choose a tag to compare

ProbNumDiffEq v0.16.0

Diff since v0.15.0

Merged pull requests:

  • Add the DiagonalEK1 (#301) (@nathanaelbosch)
  • CompatHelper: bump compat for DiffEqCallbacks to 3, (keep existing compat) (#304) (@github-actions[bot])
  • Change the ordering of the state-space model (#305) (@nathanaelbosch)
  • Use ExtendedTestSets.jl (#306) (@nathanaelbosch)
  • CompatHelper: bump compat for TaylorSeries to 0.17, (keep existing compat) (#307) (@github-actions[bot])
  • CompatHelper: bump compat for TaylorIntegration to 0.15, (keep existing compat) (#308) (@github-actions[bot])
  • Update the docs to work with MTK v9 and add compat (#309) (@nathanaelbosch)
  • Bump julia-actions/setup-julia from 1 to 2 (#310) (@dependabot[bot])
  • Fix some tests due to an MTK update (and something related to FiniteDiff.jl) (#311) (@nathanaelbosch)
  • CompatHelper: bump compat for FastBroadcast to 0.3, (keep existing compat) (#312) (@github-actions[bot])
  • CompatHelper: bump compat for BlockArrays in [weakdeps] to 1, (keep existing compat) (#313) (@github-actions[bot])
  • Fix errors relating to RecursiveArrayTools, Base.stack, and GaussianDistributions.jl (#314) (@nathanaelbosch)

Closed issues:

  • Memory leaking when computing gradients (#249)
  • Make the DiagonalEK1 work for SecondOrderODEs (#302)

v0.15.0

12 Feb 08:53
a333661
Compare
Choose a tag to compare

ProbNumDiffEq v0.15.0

Diff since v0.14.0

Merged pull requests:

Closed issues:

  • Memory leaking when computing gradients (#249)
  • Plotting a MeanProbODESolution doesn't work (#290)
  • Add an API to specify non-zero observation noise (#298)

v0.14.0

18 Jan 09:21
199629b
Compare
Choose a tag to compare

ProbNumDiffEq v0.14.0

Diff since v0.13.1

Merged pull requests:

Closed issues:

  • Use FiniteHorizonGramians.jl (#256)
  • Try adding JET.jl to the tests (#258)

v0.13.1

19 Dec 14:35
05f3c3c
Compare
Choose a tag to compare

ProbNumDiffEq v0.13.1

Diff since v0.13.0

Merged pull requests:

Closed issues:

  • Reduce compilation times of the package (#91)
  • Use IntegratedWienerProcesses.jl? (#257)
  • Remove smooth! and replace it's usage with backward kernels in the classic solver init (#259)
  • Calibration with FixedDiffusion and FixedMVDiffusion is broken with adaptive steps (#273)

v0.13.0

01 Nov 18:12
a302610
Compare
Choose a tag to compare

ProbNumDiffEq v0.13.0

Diff since v0.12.1

Merged pull requests:

  • CompatHelper: bump compat for TaylorIntegration to 0.12, (keep existing compat) (#237) (@github-actions[bot])
  • CompatHelper: bump compat for TaylorIntegration to 0.13, (keep existing compat) (#239) (@github-actions[bot])
  • Kronecker EK0 (#243) (@nathanaelbosch)
  • CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#246) (@github-actions[bot])
  • CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) (#247) (@github-actions[bot])
  • Fix the CI (#248) (@nathanaelbosch)
  • Add Pleiades as a second-order ODE benchmark (#250) (@nathanaelbosch)
  • Use idxs instead of vars for plotting (#252) (@nathanaelbosch)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#260) (@github-actions[bot])
  • Add justfile to support using just to run things (#263) (@nathanaelbosch)
  • Add LinearAlgebra.jl compat (#265) (@nathanaelbosch)

Closed issues:

  • Remove vars plotting keyword in favor of idxs (#251)

v0.12.1

01 Aug 09:54
7e471e8
Compare
Choose a tag to compare

ProbNumDiffEq v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Documentation updates (#242) (@nathanaelbosch)
  • CompatHelper: bump compat for TaylorIntegration to 0.14, (keep existing compat) (#244) (@github-actions[bot])
  • Use DocumenterCitations.jl to manage references (#245) (@nathanaelbosch)

v0.12.0

01 Jun 07:16
cc3dfd2
Compare
Choose a tag to compare

ProbNumDiffEq v0.12.0

Diff since v0.11.2

Merged pull requests:

v0.11.2

28 May 13:18
7fee244
Compare
Choose a tag to compare

ProbNumDiffEq v0.11.2

Diff since v0.11.1

Merged pull requests:

  • Add a parameter inference example to the docs (#233) (@nathanaelbosch)
  • Update link to the ManifoldProjection docs (#234) (@DaniGlez)
  • Migrate from SnoopPrecompile to PrecompileTools (#235) (@timholy)
  • CompatHelper: bump compat for TaylorSeries to 0.15, (keep existing compat) (#236) (@github-actions[bot])
  • overload _alg_autodiff (#238) (@vpuri3)