Skip to content

Commit

Permalink
Prepare 0.9.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Jul 19, 2024
1 parent 59e5b3a commit bfb5e51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for cfgrib
====================

0.9.14.0 (2024-07-19)
---------------------

- Added `coords_as_attributes` argument to `open_dataset()` to allow selected dimensions
to be stored as attributes rather than dimensions, allowing more heterogeneous data
to be encoded as an xarray dataset.
See `#394 <https://github.com/ecmwf/cfgrib/pull/394>`_.

- Added valid_month dimension if monthlyVerificationDate and validityTime are available.
See `#393 <https://github.com/ecmwf/cfgrib/pull/393>`_.

- Added uvRelativeToGrid to list of GRIB keys read by default.
See `#379 <https://github.com/ecmwf/cfgrib/pull/379>`_.

0.9.13.0 (2024-06-27)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion cfgrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.9.13.0"
__version__ = "0.9.14.0"

# cfgrib core API depends on the ECMWF ecCodes C-library only
from .abc import Field, Fieldset, Index, MappingFieldset
Expand Down

0 comments on commit bfb5e51

Please sign in to comment.