File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,31 @@ What's New
12
12
v0.7.0 (unreleased)
13
13
-------------------
14
14
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
+
15
40
.. _v0.7.0.breaking :
16
41
17
42
Breaking changes
You can’t perform that action at this time.
0 commit comments