Skip to content

Commit ad977c9

Browse files
committed
Release 0.12.0
1 parent 225868d commit ad977c9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pip-log.txt
3535
.tox
3636
nosetests.xml
3737
.cache
38+
.mypy_cache
3839
.ropeproject/
3940
.tags*
4041
.testmon*

doc/whats-new.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@ What's New
1515
1616
.. _whats-new.0.12.0:
1717

18-
v0.12.0 (unreleased)
19-
--------------------
18+
v0.12.0 (15 March 2019)
19+
-----------------------
2020

2121
Breaking changes
2222
~~~~~~~~~~~~~~~~
2323

2424
- Remove support for Python 2. This is the first version of xarray that is
2525
Python 3 only. (:issue:`1876`).
2626
By `Joe Hamman <https://github.com/jhamman>`_.
27-
- The `compat` argument to `Dataset` and the `encoding` argument to
28-
`DataArray` are deprecated and will be removed in a future release.
27+
- The ``compat`` argument to ``Dataset`` and the ``encoding`` argument to
28+
``DataArray`` are deprecated and will be removed in a future release.
2929
(:issue:`1188`)
3030
By `Maximilian Roos <https://github.com/max-sixty>`_.
31-
- `cyordereddict` is no longer used as an optional dependency (:issue:`2744`).
32-
By `Joe Hamman <https://github.com/jhamman>`_.
3331

3432
Enhancements
3533
~~~~~~~~~~~~
@@ -99,14 +97,14 @@ Bug fixes
9997
of the original time coordinate are now filled with NaN (:issue:`2197`). By
10098
`Spencer Clark <https://github.com/spencerkclark>`_.
10199
- Line plots with the ``x`` argument set to a non-dimensional coord now plot the correct data for 1D DataArrays.
102-
(:issue:`27251). By `Tom Nicholas <http://github.com/TomNicholas>`_.
100+
(:issue:`27251`). By `Tom Nicholas <http://github.com/TomNicholas>`_.
103101
- Subtracting a scalar ``cftime.datetime`` object from a
104102
:py:class:`CFTimeIndex` now results in a :py:class:`pandas.TimedeltaIndex`
105103
instead of raising a ``TypeError`` (:issue:`2671`). By `Spencer Clark
106104
<https://github.com/spencerkclark>`_.
107105
- backend_kwargs are no longer ignored when using open_dataset with pynio engine
108106
(:issue:'2380')
109-
By 'Jonathan Joyce <https://github.com/jonmjoyce>'_.
107+
By `Jonathan Joyce <https://github.com/jonmjoyce>`_.
110108
- Fix ``open_rasterio`` creating a WKT CRS instead of PROJ.4 with
111109
``rasterio`` 1.0.14+ (:issue:`2715`).
112110
By `David Hoese <https://github.com/djhoese>`_.

0 commit comments

Comments
 (0)