DiffEqJump.jl Versions Save

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)

v9.6.4

10 months ago

JumpProcesses v9.6.4

Diff since v9.6.3

Closed issues:

  • Callback broken with Coevolve (#324)

Merged pull requests:

  • fix reinit of existing function wrapped affects! vector (#326) (@isaacsas)

v9.6.3

1 year ago

JumpProcesses v9.6.3

Diff since v9.6.2

Closed issues:

  • Eliminate small allocations in RSSA/RSSACR (#317)

Merged pull requests:

  • Fix rssa allocations (#318) (@isaacsas)

v9.6.2

1 year ago

JumpProcesses v9.6.2

Diff since v9.6.1

Closed issues:

  • Memory allocations when calling FunctionWrapped Symbolic affect functions (#308)

Merged pull requests:

  • JuliaCon 2023 Paper (#304) (@gzagatti)
  • function wrapper type instability fix (#309) (@isaacsas)
  • Setfields for jump problems (#310) (@TorkelE)
  • Juliacon2023: Adds missing pdf assets (#313) (@gzagatti)

v9.6.1

1 year ago

JumpProcesses v9.6.1

Diff since v9.6.0

Closed issues:

  • allocations with update_states! for Direct (#305)
  • Cannot set save_everystep keyword argument on solve or init (#306)

Merged pull requests:

  • Direct method allocations fix (#307) (@isaacsas)

v9.6.0

1 year ago

JumpProcesses v9.6.0

Diff since v9.5.1

Merged pull requests:

  • enable dependabot for GitHub actions (#299) (@ranocha)
  • Bump actions/checkout from 1 to 3 (#300) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#301) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#302) (@dependabot[bot])
  • destats -> stats (#303) (@ChrisRackauckas)

v9.5.1

1 year ago

JumpProcesses v9.5.1

Diff since v9.5.0

Merged pull requests:

  • Update for catalyst13 (#297) (@isaacsas)

v9.5.0

1 year ago

JumpProcesses v9.5.0

Diff since v9.4.0

v9.4.0

1 year ago

JumpProcesses v9.4.0

Diff since v9.3.2

Merged pull requests:

  • update ArrayInterface to v7 (#294) (@ChrisRackauckas)

v9.3.2

1 year ago

JumpProcesses v9.3.2

Diff since v9.3.1

Closed issues:

  • Ambiguity of ldiv! in 1.9 (#289)

Merged pull requests:

  • [skip ci] docstring spelling (#285) (@ArnoStrouwen)
  • format markdown (#286) (@ArnoStrouwen)
  • Fix ldiv! ambiguity on v1.9 (#290) (@ChrisRackauckas)
  • Return success (#293) (@isaacsas)

v9.3.1

1 year ago

JumpProcesses v9.3.1

Diff since v9.3.0

Merged pull requests:

  • [skip ci] LanguageTool (#281) (@ArnoStrouwen)
  • Tiny fix of Coevolve() with the dependency graph check (#282) (@palmtree2013)
  • Out of place variable rate jump extensions (#283) (@ChrisRackauckas)
  • Spatial JumpProblem validation check fix (#284) (@isaacsas)