Skip to content

Commit

Permalink
What's new
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneschalk committed Feb 4, 2024
1 parent 9279563 commit 8611840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ v2024.02.0 (unreleased)
New Features
~~~~~~~~~~~~

- Added a simple `nbytes` representation in DataArrays and Dataset `repr` (opt-in).
To enable, use `xr.set_options(display_nbytes=True)`
(:issue:`8690`, :pull:`8702`).
By `Etienne Schalk <https://github.com/etienneschalk>`_.
- Allow negative frequency strings (e.g. ``"-1YE"``). These strings are for example used
in :py:func:`date_range`, and :py:func:`cftime_range` (:pull:`8651`).
By `Mathias Hauser <https://github.com/mathause>`_.
Expand Down

0 comments on commit 8611840

Please sign in to comment.