Releases: SciML/SciMLBase.jl
Releases · SciML/SciMLBase.jl
v2.75.0
SciMLBase v2.75.0
Merged pull requests:
- Replace Expronicon with Moshi (#922) (@visr)
- test master (#934) (@ChrisRackauckas)
- feat: allow interpolating discretes past the final time point (#935) (@AayushSabharwal)
- Showing initialization information for
AbstractDEProblem
(#936) (@vyudu)
Closed issues:
- Makie plot recipes for
ODESolution
won't work forODEProblem
of vectorial state with parameters (#889)
v2.74.1
v2.74.0
SciMLBase v2.74.0
Merged pull requests:
- format (#931) (@ChrisRackauckas)
- Fix cache name in SplitFunction (#932) (@ChrisRackauckas)
v2.73.0
SciMLBase v2.73.0
Merged pull requests:
- feat: add
late_binding_update_u0_p
(#926) (@AayushSabharwal) - Promote tspan for discrete probs (#928) (@isaacsas)
- build: bump minor version (#930) (@AayushSabharwal)
Closed issues:
v2.72.2
SciMLBase v2.72.2
Merged pull requests:
- fix: fix
remake(::HomotopyNonlinearFunction)
(#923) (@AayushSabharwal) - build: bump patch version (#924) (@AayushSabharwal)
v2.72.1
SciMLBase v2.72.1
Merged pull requests:
- fix: fix eager initialization in
remake
(#911) (@AayushSabharwal) - fix: handle array unknown provided as
Symbol
toremake
(#919) (@AayushSabharwal) - Allow future Moshi style syntax to ease transition (#921) (@visr)
Closed issues:
- Copy! in interpolation does not take into account scalars (#903)
v2.72.0
SciMLBase v2.72.0
Merged pull requests:
- fix: call
remake_initialization_data
when explicitf
provided toremake
(#917) (@AayushSabharwal) - fix: make sure remake(::SCCNonlinearProblem) doesn't drop prob.f.sys (#918) (@SebastianM-C)
v2.71.4
SciMLBase v2.71.4
Merged pull requests:
- CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#905) (@github-actions[bot])
- fix: handle
:var => nothing
provided toremake
(#915) (@AayushSabharwal) - build: bump patch version (#916) (@AayushSabharwal)
v2.71.3
SciMLBase v2.71.3
Merged pull requests:
- feat: support
NoInit
inget_initial_values
(#913) (@AayushSabharwal) - Remove savedsubsystem mention (#914) (@ChrisRackauckas)