Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.50.6
SciMLBase v2.50.6
Merged pull requests:
v2.50.5
SciMLBase v2.50.5
Merged pull requests:
- Change the order of args in
cons_vjp
andcons_jvp
(#772) (@Vaibhavdixit02) - Update optimization_problems.jl (#773) (@johannahaffner)
Closed issues:
- Leaner serialization for solution types (#629)
v2.50.4
SciMLBase v2.50.4
Merged pull requests:
- Fix solution stripping for ODESolution (#770) (@jClugstor)
- use custom exception for lazy interpolation (#771) (@jClugstor)
v2.50.3
SciMLBase v2.50.3
Merged pull requests:
- fix remake when args is a field of the struct (#769) (@oscardssmith)
v2.50.2
SciMLBase v2.50.2
Merged pull requests:
- Add more traits for Optimization solvers (#768) (@Vaibhavdixit02)
v2.50.1
SciMLBase v2.50.1
Merged pull requests:
- Update
solve(::OptimizationProblem)
docstring (#765) (@Vaibhavdixit02) - fix solution strip typo (#767) (@jClugstor)
Closed issues:
- plot in documentation (#341)
v2.50.0
v2.49.0
SciMLBase v2.49.0
Merged pull requests:
- Added struct and constructors, updated OptimizationProblem for MOO (#732) (@ParasPuneetSingh)
- Lazy interpolation trait, stripping interpolation (#761) (@jClugstor)
- Add
fg
andfgh
fields toOptimizationFunction
(#764) (@Vaibhavdixit02)
v2.48.1
SciMLBase v2.48.1
v2.48.0
SciMLBase v2.48.0
Merged pull requests:
- refactor: format (#755) (@AayushSabharwal)
- fix: fix ambiguity in AbstractEnsembleSolution indexing (#756) (@AayushSabharwal)
- ci(format-check): automatically comment formatting suggestions on PRs (#757) (@thazhemadam)