Skip to content

Releases: SciML/StochasticDiffEq.jl

Fix saveat

20 Mar 04:40
Compare
Choose a tag to compare

there was a hotfix to saveat which had a slight mistake. Necessary patch.

0.6 compatibility

19 Mar 00:50
Compare
Choose a tag to compare
v1.2.0

Update REQUIRE

Integrator Interface Improvement

15 Feb 04:41
Compare
Choose a tag to compare

The integrator interface was improved to be fully compatible with MultiScaleArrays

DataArrays and Variable Rate Jump Compatibility

09 Feb 09:31
Compare
Choose a tag to compare

This patch contains bugfixes which allow for data array and variable rate jump compatibility.

Performance Improvements

07 Feb 05:52
Compare
Choose a tag to compare

Usage of the muladd macro and dense searching lead to pretty good performance improvements.

Integrator and Callback Interfaces

02 Feb 02:01
Compare
Choose a tag to compare

This implements the integrator and callback interfaces for stochastic differential equation solvers. It also includes a novel (the first!) event handling implementation which makes use of the RSwM algorithm to do the time reversal. Also implements interpolations and the enhanced interpolations, and many performance improvements.

Patches and move Monte Carlo

11 Jan 19:17
Compare
Choose a tag to compare

Monte Carlo libraries were moved to a separate package to be generalized.