Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Mar 16, 2019
1 parent 225868d commit ad977c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -35,6 +35,7 @@ pip-log.txt
.tox
nosetests.xml
.cache
.mypy_cache
.ropeproject/
.tags*
.testmon*
Expand Down
14 changes: 6 additions & 8 deletions doc/whats-new.rst
Expand Up @@ -15,21 +15,19 @@ What's New
.. _whats-new.0.12.0:

v0.12.0 (unreleased)
--------------------
v0.12.0 (15 March 2019)
-----------------------

Breaking changes
~~~~~~~~~~~~~~~~

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

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

0 comments on commit ad977c9

Please sign in to comment.