Skip to content

Releases: neuralgcm/dinosaur

1.1.1

07 Dec 20:05
Compare
Choose a tag to compare

What's Changed

  • Fix required dependencies by @copybara-service in #60

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Dec 00:52
Compare
Choose a tag to compare

What's Changed

  • Added argument serialize_coords_to_attrs to data_to_xarray. This allows the user to choose whether to save coordinates.asdict() in xarray.Dataset.attrs. by @copybara-service in #42
  • Conservative vertical regridding. by @copybara-service in #43
  • Switch HybridCoordinates to be defined in terms of cell-boundaries. by @copybara-service in #46
  • Update Held-Suarez forcing to support model parallelism. by @copybara-service in #48
  • Add constructors for ECMWF & UFS model level hybrid coordinates. by @copybara-service in #47
  • Add a method to convert hybrid coordinates to approximate sigma coordinates. by @copybara-service in #49
  • Add regridder class and xarray_utils for vertical interpolation. by @copybara-service in #50
  • Improve regridding script by @copybara-service in #52
  • Adjusted atol in shallow_water_states_tests. by @copybara-service in #53
  • Consolidate SphericalHarmonics implementations by @copybara-service in #56
  • Added ScaleProtocol to make it possible to pass Scale objects that are not directly imported from dinosaur.scales. by @copybara-service in #57
  • dinosaur: increment version to 1.1.0 by @copybara-service in #59

Full Changelog: 1.0.0...1.1.0

Release dinosaur 1.0.0

24 May 22:02
Compare
Choose a tag to compare
Also update the project name to "dinosaur-dycore", which we'll use for distribution on the Python package index.

PiperOrigin-RevId: 637042363