Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 1.11.0

    • Refactor significant portions of the codebase and refactor some land-atm handlers, including replacing CDAT dependencies with Xarray

    • Add lat and lon bounds if missing in input datasets

  • 1.11.1

    • Fix segmentation fault introduced in 1.1011.1 0 due to early cmor.close() call that wipes cmor file ID mapping after every cmor.write() call

...

  • A bug fix to stats printed on global climatology maps

xcdat 0.6.1:

  • 0.6.0

    • This minor version update consists of new features including New vertical regridding API (extension of xgcm), functions for producing accurate time bounds, and improving the usability of the create_grid API. It also includes bug

    • Bug fixes to preserve attributes when using regrid2 horizontal regridder and fixing multi-file datasets spatial average orientation and weights when lon bounds span prime meridian

  • 0.6.1

    • This patch version adds Adds a default value to the axes argument in ds.bounds.add_missing_bounds() (axes=["X", "Y", "T"]). The axes argument was added in v0.6.0 and did not have a default value, which inadvertently introduced a breaking change to the API.

    • xesmf is now a required dependency because its core library, ESMF, supports Windows as of Feb/2023. More information can be found here.

...