Oceananigans v0.95.8
Merged pull requests:
- More generalization of tuples (#4049) (@wsmoses)
- Fix bug in validation of
MutableVerticalDiscretization()
(#4050) (@tomchor) - Disambiguate interpolation of
::Number
on grids withFlat
dimensions (#4051) (@simone-silvestri) - Remove all hardcoded Float64 from the
Advection
module (#4053) (@simone-silvestri) - Some changes to
supported_float_types
(#4056) (@simone-silvestri) - Bugfix for advection on distributed topologies (#4058) (@simone-silvestri)
- Add a fallback
set_timestepper!
(#4059) (@simone-silvestri) - (0.95.8) Bump to 0.95.8 (#4060) (@glwagner)
- Use 1.10.8 in tests (#4062) (@glwagner)
Closed issues:
- Unable to pickup from checkpoint when using SplitRungeKutta3Timestepper (#4057)