Releases: EarthSciML/EarthSciMLBase.jl
Releases · EarthSciML/EarthSciMLBase.jl
v0.23.1
v0.23.0
EarthSciMLBase v0.23.0
Breaking Changes
- Add reference time (t_ref) to simulation to improve chances of float32 simulations working. Now the time span returned by
get_tspan(::DomainInfo)
will start at zero, and there is a new functionget_tref(::DomainInfo)
that returns the unix time of the beginning of the simulation - Remove the
dtype
keyword argument from the DomainInfo constructor and adduproto
instead.
v0.22.2
EarthSciMLBase v0.22.2
v0.22.0
EarthSciMLBase v0.22.0
Breaking Changes
- Turned off all ODESystem manipulations by default, as updates to ModelingToolkit keep breaking them
- Added the concept of "System events" to handle things like data loaders that need information about the fully coupled system
v0.21.4
EarthSciMLBase v0.21.4
- Bug fixes
Merged pull requests:
- Update domaininfo.jl (#89) (@hemamipour)
- Bump crate-ci/typos from 1.18.0 to 1.32.0 (#90) (@dependabot[bot])
- CompatHelper: bump compat for SciMLOperators to 0.4, (keep existing compat) (#91) (@github-actions[bot])
- CompatHelper: bump compat for SciMLOperators to 0.4 for package docs, (keep existing compat) (#92) (@github-actions[bot])
v0.21.3
EarthSciMLBase v0.21.3
- Update dependencies to fix things broken by updates
Merged pull requests:
v0.21.2
EarthSciMLBase v0.21.2
v0.21.1
EarthSciMLBase v0.21.1
v0.21.0
EarthSciMLBase v0.21.0
Breaking changes
- Added a MapAlgorithm option to allow the user to specify how gridded computations should occur