Skip to content

Releases: SciML/diffeqr

CRAN v2.0.0

20 Oct 11:11
Compare
Choose a tag to compare
Remove gitter

CRAN v1.1.1 Release

10 Aug 18:47
Compare
Choose a tag to compare
revert all the way back to \dontrun and explain in the CRAN comments

CRAN 1.1 Release

08 Jan 10:05
Compare
Choose a tag to compare
v1.1

CRAN release

CRAN 1.0 release

28 Aug 14:03
Compare
Choose a tag to compare
v1.0

update vignette links

CRAN 0.1.3 release

22 Aug 16:46
e9fdad7
Compare
Choose a tag to compare
v0.1.3

Update README.md

CRAN 0.1.2 release

17 Jul 03:59
Compare
Choose a tag to compare
v0.1.2

new CRAN release?

CRAN Release v0.1.1

02 May 12:50
9222f20
Compare
Choose a tag to compare
Merge pull request #10 from Non-Contradiction/patch-3

Update appveyor.yml

Initial release

25 Apr 00:20
2262494
Compare
Choose a tag to compare

This is the initial release of the package. It provides a simplified interface over DifferentialEquations.jl. Currently it's interfaced via 5 functions:

  • diffeq_setup
  • ode.solve
  • sde.solve
  • dae.solve
  • dde.solve

The return is a list with sol$u and sol$t. In future updates this will be backwards compatibly updated to be a full solution object with the interpolation.