Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.128.0
SciMLBase v2.128.0
Merged pull requests:
- Level indentation for affect! in DiscreteCallback documentation (#1170) (@hersle)
- Fix indents/spacing in example code and docstrings (#1171) (@abhro)
- Add backticks to docs/docstrings/error messages (#1172) (@abhro)
- Add syntax highlight tags in Markdown code blocks (#1173) (@abhro)
- Ignore docs/src/assets/Project.toml (#1174) (@abhro)
- Update URLs to use https:// (#1175) (@abhro)
- Fix use of
doc""and TeX formulae in docstrings (#1176) (@abhro) - Make boundary condition specs for BVPs clearer (#1177) (@abhro)
- Make struct field docs single-line (#1178) (@abhro)
- Bump actions/checkout from 4 to 6 (#1180) (@dependabot[bot])
- fix unitfulvalue shadowing (#1181) (@ChrisRackauckas)
v2.127.0
SciMLBase v2.127.0
Merged pull requests:
- Make all string interpolations lazy in
check_error(#1167) (@jClugstor) - Add angle brackets around URLs in docstrings (#1168) (@abhro)
- Add lb and ub fields to NonlinearLeastSquaresProblem (#1169) (@ChrisRackauckas-Claude)
v2.126.0
SciMLBase v2.126.0
Merged pull requests:
- Don't use
dosyntax for@SciMLMessageincheck_error(#1166) (@jClugstor)
v2.125.0
SciMLBase v2.125.0
Merged pull requests:
- Fix SplitFunction to use user-provided jvp function (#1162) (@ChrisRackauckas-Claude)
- Add
checkkwargthat takes Dict of allowed kwargs (#1163) (@jClugstor) - add AbstractDynamicOptProblem with remake (#1165) (@SebastianM-C)
v2.124.0
SciMLBase v2.124.0
Merged pull requests:
- fix: fix type-instability of
get_root_indp(#1074) (@AayushSabharwal)
v2.123.0
SciMLBase v2.123.0
Merged pull requests:
- SciMLLogging for check_errors for ODEs (#1159) (@jClugstor)
v2.122.1
SciMLBase v2.122.1
Merged pull requests:
- Add lb, ub, lcons and ucons for second order BVProblem (#1158) (@ErikQQY)
- Add DifferentiationInterface.Prep support to anyeltypedual (#1160) (@ChrisRackauckas-Claude)
- fix definitions for has_init and has_step (#1161) (@SebastianM-C)
v2.122.0
SciMLBase v2.122.0
Merged pull requests:
- CompatHelper: bump compat for Optimization to 5 for package downstream, (keep existing compat) (#1155) (@github-actions[bot])
- Add lb and ub for BVProblem (#1156) (@ErikQQY)
- add
has_init(#1157) (@SebastianM-C)
v2.121.1
v2.121.0
SciMLBase v2.121.0
Merged pull requests:
- Fix markdown lists in docstrings (#1133) (@abhro)
- Remove OptimizationBase.jl pieces (#1146) (@ChrisRackauckas)
- CompatHelper: bump compat for Sundials to 5 for package downstream, (keep existing compat) (#1150) (@github-actions[bot])
- CompatHelper: bump compat for SymbolicUtils to 4 for package downstream, (keep existing compat) (#1151) (@github-actions[bot])
- Fix typo in OptimizationProblem docstring (#1152) (@ChrisRackauckas)