Skip to content

Commit

Permalink
Add whats-new
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jul 6, 2020
1 parent bd231d8 commit be9a235
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import cf_xarray.accessor
.. _contributing:

Contributing
--------------

Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on xarray objects.
:maxdepth: 2

examples/index
whats-new
roadmap
contributing
api
Expand Down
26 changes: 26 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
What's New
----------

v0.1.5
======
- Wrap ``.sizes`` and ``.chunks``. (:pr:`42`) `Deepak Cherian`_.

>>> ds.cf.sizes
{'X': 53, 'Y': 25, 'T': 2920, 'longitude': 53, 'latitude': 25, 'time': 2920}

- Begin documenting things for contributors in :ref:`contributing`.
- Parse ``ancillary_variables`` attribute. These variables are converted to coordinate variables.
- Support ``reset_index``

v0.1.4
======

- Support indexing by ``standard_name``
- Set default ``xincrease`` and ``yincrease`` by interpreting the ``positive`` attribute.

v0.1.3
======

- Support expanding key to multiple dimension names.

.. _`Deepak Cherian`: https://github.com/dcherian

0 comments on commit be9a235

Please sign in to comment.