Skip to content

Commit be9a235

Browse files
committed
Add whats-new
1 parent bd231d8 commit be9a235

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

doc/contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
66
import cf_xarray.accessor
77
8+
.. _contributing:
9+
810
Contributing
911
--------------
1012

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on xarray objects.
1313
:maxdepth: 2
1414

1515
examples/index
16+
whats-new
1617
roadmap
1718
contributing
1819
api

doc/whats-new.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
What's New
2+
----------
3+
4+
v0.1.5
5+
======
6+
- Wrap ``.sizes`` and ``.chunks``. (:pr:`42`) `Deepak Cherian`_.
7+
8+
>>> ds.cf.sizes
9+
{'X': 53, 'Y': 25, 'T': 2920, 'longitude': 53, 'latitude': 25, 'time': 2920}
10+
11+
- Begin documenting things for contributors in :ref:`contributing`.
12+
- Parse ``ancillary_variables`` attribute. These variables are converted to coordinate variables.
13+
- Support ``reset_index``
14+
15+
v0.1.4
16+
======
17+
18+
- Support indexing by ``standard_name``
19+
- Set default ``xincrease`` and ``yincrease`` by interpreting the ``positive`` attribute.
20+
21+
v0.1.3
22+
======
23+
24+
- Support expanding key to multiple dimension names.
25+
26+
.. _`Deepak Cherian`: https://github.com/dcherian

0 commit comments

Comments
 (0)