Skip to content

Releases: JuliaDynamics/DynamicalSystemsBase.jl

v3.18.1

01 Jun 20:38
5be0654

Choose a tag to compare

DynamicalSystemsBase v3.18.1

Diff since v3.18.0

Merged pull requests:

  • Fix container keyword not aknowledged in trajectory (#258) (@Datseris)

v3.18.0

15 May 10:12
567d298

Choose a tag to compare

DynamicalSystemsBase v3.18.0

Diff since v3.17.0

Merged pull requests:

  • Rename referrenced -> referenced, deprecate old spellings (#257) (@oameye)

Closed issues:

  • MTK-based jacobian is broken (#240)

v3.17.0

14 May 13:58
884d7f3

Choose a tag to compare

DynamicalSystemsBase v3.17.0

Diff since v3.16.0

Merged pull requests:

  • smaller sublibrary of SDE.jl and move away from extension (#256) (@oameye)

v3.16.0

13 May 21:44
0a6bd5f

Choose a tag to compare

DynamicalSystemsBase v3.16.0

Diff since v3.15.7

Merged pull requests:

  • build(deps): move the SciMLBasev3, SDEv7, ODEv8 (#255) (@oameye)

v3.15.7

12 May 18:20
dea184c

Choose a tag to compare

DynamicalSystemsBase v3.15.7

Diff since v3.15.6

Merged pull requests:

  • fix: use public api in diffusion_function (#252) (@oameye)
  • feat: remove allocations in construct_diffusion_function (#253) (@oameye)
  • feat: reinit! seed kwarg (#254) (@oameye)

Closed issues:

  • CoupledSDEs: allow re-seeding and better default seed. (#245)
  • Broken example for multiplicative noise in CoupledSDEs docs (#246)
  • CoupledSDEs is ~20× slower than equivalent raw SDEProblem+EM (#251)

v3.15.6

29 Apr 07:24

Choose a tag to compare

DynamicalSystemsBase v3.15.6

Diff since v3.15.5

Merged pull requests:

v3.15.5

07 Mar 22:00
8446f08

Choose a tag to compare

DynamicalSystemsBase v3.15.5

Diff since v3.15.4

Merged pull requests:

  • Add Runic.jl formatter and allow default p for CoupledSDEs (#247) (@Datseris)

v3.15.4

24 Jan 10:58
0df5310

Choose a tag to compare

DynamicalSystemsBase v3.15.4

Diff since v3.15.3

Merged pull requests:

v3.15.3

28 Nov 11:41

Choose a tag to compare

DynamicalSystemsBase v3.15.3

Diff since v3.15.2

v3.15.2

12 Nov 15:16
6f02500

Choose a tag to compare

DynamicalSystemsBase v3.15.2

Diff since v3.15.1

Merged pull requests:

  • Enhance type flexibility for PoincareMap & Add a Bigfloat test (#239) (@hibiki-kato)

Closed issues:

  • Is there a specific reason why Float64 was enforced in PoincareMap? (#237)