Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.71.0
SciMLBase v2.71.0
Merged pull requests:
- fix: several
HomotopyNonlinearFunction
fixes (#899) (@AayushSabharwal) - CompatHelper: bump compat for Zygote in [weakdeps] to 0.7, (keep existing compat) (#900) (@github-actions[bot])
- CompatHelper: bump compat for Zygote to 0.7 for package downstream, (keep existing compat) (#901) (@github-actions[bot])
- Add arguments for alias_noise and alias_jumps for RODEs, SDEs, SDDEs (#902) (@jClugstor)
- Fix
remake
forSCCNonlinearProblem
(#904) (@SebastianM-C) - fix: fix
remake
not able to substitute values (#906) (@AayushSabharwal) - feat: add
constructorof
forDiscreteProblem
(#907) (@AayushSabharwal)
v2.70.0
SciMLBase v2.70.0
Merged pull requests:
- feat: add
HomotopyContinuationProblem
(#894) (@AayushSabharwal) - Fix typo in set_proposed_dt! docstring (#895) (@termi-official)
- fix constructors for Alias specifiers (#898) (@jClugstor)
v2.69.0
SciMLBase v2.69.0
Merged pull requests:
- Fix the LinearAliasSpecifier constructor (#893) (@jClugstor)
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)