SciMLBase.jl Versions Save

The Base interface of the SciML ecosystem

v2.36.0

2 weeks ago

SciMLBase v2.36.0

Diff since v2.35.0

Merged pull requests:

  • Remove check in check_error! (#670) (@visr)
  • fix: batch observed function eval in plotting, bug fixes (#680) (@AayushSabharwal)
  • autospecialize rather than full specialize by default for the various NonlinearProblems (#681) (@oscardssmith)
  • revert https://github.com/SciML/SciMLBase.jl/pull/681 (#682) (@oscardssmith)

Closed issues:

  • Unintended behavior of SciMLBaseMakie extension? (#642)
  • check_error! returns Success but doesn't set it in sol.retcode (#669)

v2.35.0

3 weeks ago

SciMLBase v2.35.0

Diff since v2.34.0

Merged pull requests:

  • Add a new return code for internal linear solve failures (#677) (@avik-pal)

v2.34.0

3 weeks ago

SciMLBase v2.34.0

Diff since v2.33.1

Merged pull requests:

  • Changed trait constraints to solve.jl for calculation of gradients, hessians and more. #651 (#659) (@ParasPuneetSingh)
  • fix: fix symbolic idxs interpolation for RODESolution (#673) (@AayushSabharwal)
  • Add ADTypes 1.0 compat (#674) (@gdalle)
  • Add jvp and vjp fields to OptimizationFunction (#675) (@Vaibhavdixit02)
  • Add TwoPointSecondOrderBVProblem constructor (#676) (@ErikQQY)

Closed issues:

  • SDE solution symbolic indexing not working (#580)

v2.33.1

1 month ago

SciMLBase v2.33.1

Diff since v2.33.0

Merged pull requests:

  • fix: fix remake initialization with dependent default values (#671) (@AayushSabharwal)

Closed issues:

  • Remake does not update parametric initial conditions (#648)

v2.33.0

1 month ago

SciMLBase v2.33.0

Diff since v2.32.1

Merged pull requests:

  • fix: fix remake and indexing (#668) (@AayushSabharwal)

Closed issues:

  • Symbolic indexing fails for certain SteadyStateProblems (#660)
  • Symbolic Indexing mostly broken for EnsembleProblems (remake works though) (#661)

v2.32.1

1 month ago

SciMLBase v2.32.1

Diff since v2.32.0

Merged pull requests:

  • Add SecondOrderBVProblem (#666) (@ErikQQY)

Closed issues:

  • Problems with integrators for JumpProblems (#654)
  • Symbolic indexing fails for Nonlinear problem integrators (#662)
  • Cannot access values of parameters of problems generated via remake (likely a new bug) (#664)

v2.32.0

1 month ago

SciMLBase v2.32.0

Diff since v2.31.0

Merged pull requests:

  • fix: fix setindex! not erroring appropriately for integrators (#657) (@AayushSabharwal)
  • refactor: improve remake, use SII.remake_buffer, respect model defaults (#658) (@AayushSabharwal)
  • Bump julia-actions/setup-julia from 1 to 2 (#663) (@dependabot[bot])

Closed issues:

  • Inconsistent behaviour when changing integrator variable value (#653)

v2.31.0

1 month ago

SciMLBase v2.31.0

Diff since v2.30.3

Merged pull requests:

  • Add a nlls trait to BVProblem (#567) (@avik-pal)

v2.30.3

1 month ago

SciMLBase v2.30.3

Diff since v2.30.2

Merged pull requests:

  • remove debug statement (#656) (@ranocha)

v2.30.2

1 month ago

SciMLBase v2.30.2

Diff since v2.30.1

Merged pull requests:

  • Implement a Base.show for OptimizationStats (#652) (@nathanaelbosch)
  • fix plotting analytic time series (#655) (@ranocha)