Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.36.0
SciMLBase v2.36.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 #681 (#682) (@oscardssmith)
Closed issues:
v2.35.0
SciMLBase v2.35.0
Merged pull requests:
v2.34.0
SciMLBase v2.34.0
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
SciMLBase v2.33.1
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
SciMLBase v2.33.0
Merged pull requests:
- fix: fix remake and indexing (#668) (@AayushSabharwal)
Closed issues:
v2.32.1
SciMLBase v2.32.1
Merged pull requests:
Closed issues:
v2.32.0
SciMLBase v2.32.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
SciMLBase v2.31.0
Merged pull requests:
v2.30.3
v2.30.2
SciMLBase v2.30.2
Merged pull requests:
- Implement a
Base.show
forOptimizationStats
(#652) (@nathanaelbosch) - fix plotting analytic time series (#655) (@ranocha)