Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.68.1
SciMLBase v2.68.1
Merged pull requests:
- fix: fix
constructorof
forNonlinearLeastSquaresProblem
(#892) (@AayushSabharwal)
v2.68.0
SciMLBase v2.68.0
Merged pull requests:
- Add aliasing API types (#830) (@jClugstor)
- feat: add infrastructure for initialization of different problem types (#885) (@AayushSabharwal)
- CompatHelper: add new compat entry for StochasticDelayDiffEq at version 1 for package downstream, (keep existing compat) (#890) (@github-actions[bot])
- feat: add new
remake(::AbstractSciMLFunction)
, fix someremake
bugs. (#891) (@AayushSabharwal)
v2.67.0
SciMLBase v2.67.0
Merged pull requests:
- feat: add lazy initialization to
remake
(#881) (@AayushSabharwal) - fix: check if
prob.f.sys
exists before accessing it inremake
(#888) (@AayushSabharwal)
v2.66.0
SciMLBase v2.66.0
Merged pull requests:
- Add MaxNumSub return code (#876) (@ErikQQY)
- feat: add
remake
forSCCNonlinearProblem
(#883) (@AayushSabharwal) - refactor: change
SCCNonlinearProblem
fields (#884) (@AayushSabharwal) - Make CheckInit more informative (#886) (@Ickaser)
- fix: fix
CheckInit
error message (#887) (@AayushSabharwal)
v2.65.1
SciMLBase v2.65.1
Merged pull requests:
v2.65.0
SciMLBase v2.65.0
Merged pull requests:
- feat: allow SCCNonlinearProblem in OverrideInit (#878) (@AayushSabharwal)
- fix: handle
I
as mass matrix forCheckInit
(#880) (@AayushSabharwal) - build: bump minor version (#882) (@AayushSabharwal)
v2.64.0
SciMLBase v2.64.0
Merged pull requests:
- refactor: change
remake_initialization_data
(#873) (@AayushSabharwal) - feat: implement SII for
SCCNonlinearProblem
(#877) (@AayushSabharwal)
v2.63.1
SciMLBase v2.63.1
Merged pull requests:
- fix: fix
initializeprobpmap
call inOverrideInit
(#866) (@AayushSabharwal) - feat: add
constructorof
forDAEProblem
(#867) (@AayushSabharwal) - build: bump patch version (#868) (@AayushSabharwal)
Closed issues:
- ODE solve crashes on initialization with no method matching state_values(::ODEFunction{…}) (#865)
v2.63.0
SciMLBase v2.63.0
Merged pull requests:
- build(deps): bump codecov/codecov-action from 4 to 5 (#863) (@dependabot[bot])
- fix: incorrect tuple indexing (#864) (@avik-pal)
v2.62.0
SciMLBase v2.62.0
Merged pull requests:
- feat: add fields to
OverrideInit
, betternlsolve_alg
handling (#857) (@AayushSabharwal) - fix nlprob to match the initialization system (#860) (@oscardssmith)
Closed issues:
- Cannot reconstruct parameter-timeseries dependend observables anymore (#786)