Skip to content

Releases: SciML/DiffEqBase.jl

Remove extra problems and fix some interpolation and error calculations

03 Jul 05:29
Compare
Choose a tag to compare
Merge pull request #53 from devmotion/new_ddeproblem

Fix new DDE problem with changed parameters

Small fixes to allow for Symplectic tests

30 Jun 11:06
Compare
Choose a tag to compare

Required for tests methods being developed in OrdinaryDiffEq.jl (part of GSoC too), so it's being released quickly.

Update REQUIRE to v0.6 and fix interp displays

28 Jun 05:35
Compare
Choose a tag to compare

Some interp displays throw errors in the latest version. And, now that v0.6- is no longer tested, it's dropped from REQUIRE

Add rng seeding

26 Jun 20:32
Compare
Choose a tag to compare
v1.13.0

seeded random problems and solutions

Weak noise in Monte tests and fixed noise display

12 Jun 17:18
Compare
Choose a tag to compare
v1.12.0

fix noiseproblem display

DiffEqOperator interface

11 Jun 02:26
Compare
Choose a tag to compare
v1.11.0

export the abstract type

Hotfix Monte Carlo printout

09 Jun 06:11
Compare
Choose a tag to compare

This is a very annoying bug with the latest display overloads because every time a MonteCarloProblem is made it would error in the terminal. This QoL patch stops that error and makes it display an informative summary instead.

Fix interpolations

08 Jun 00:36
Compare
Choose a tag to compare

Bug with test coverage only in different packages... should fix tests later.

Enhanced type displays

06 Jun 02:53
Compare
Choose a tag to compare
v1.10.0

problem displays

Last v0.5 release: Remove Parameters.jl

27 May 22:54
Compare
Choose a tag to compare

Parameters.jl wasn't being used anymore, so it's being removed. This is the last v0.5-compatible release.