Skip to content

Commit 30400b4

Browse files
committed
what's new updates for v0.7.0
1 parent 0b72895 commit 30400b4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/whats-new.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ What's New
1212
v0.7.0 (unreleased)
1313
-------------------
1414

15+
This major release includes redesign of :py:class:`~xray.DataArray`
16+
internals, as well as new methods for reshaping, rolling and shifting
17+
data. It includes preliminary support for :py:class:`pandas.MultiIndex`,
18+
as well as a number of other features and bug fixes, several of which
19+
offer improved compatibility with pandas.
20+
21+
New name
22+
~~~~~~~~
23+
24+
The project formerly known as "xray" is now "xarray"! This avoids a namespace
25+
conflict with the entirety of x-ray science. Renaming our project seemed like
26+
the right thing to do, especially because some scientists who work with actual
27+
x-rays are interested in using this project in their work. Thanks for your
28+
understanding and patience in this transition. You can now find our
29+
documentation and code repository at new URLs:
30+
31+
- http://xarray.pydata.org
32+
- http://github.com/pydata/xarray/
33+
34+
To ease the transition, we have simultaneously released v0.7.0 of both
35+
``xray`` and ``xarray`` on the Python Package Index. These packages are
36+
identical, except the former issues a deprecation warning when imported. This
37+
will be the last xray release. We recommend switching your imports going
38+
forward to ``import xarray as xr``.
39+
1540
.. _v0.7.0.breaking:
1641

1742
Breaking changes

0 commit comments

Comments
 (0)