Skip to content

Commit 84d4cbc

Browse files
author
dcherian
committed
Merge branch 'master' into yohai-ds_scatter
* master: .resample now supports loffset. (pydata#2608) Remove failing Appveyor Python 2.7 32-bit build (pydata#2617) Remove meaningless tz argument in cftime_range (pydata#2613) doc fixes. (pydata#2611) Fix parsing '_Unsigned' attribute (pydata#2584) fix a few typos in rst files (pydata#2607)
2 parents c3bd7c8 + 778ffc4 commit 84d4cbc

23 files changed

+153
-74
lines changed

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ branches:
77
environment:
88

99
matrix:
10-
- PYTHON: "C:\\Python27-conda32"
11-
PYTHON_VERSION: "2.7"
12-
PYTHON_ARCH: "32"
13-
CONDA_ENV: "py27-windows"
14-
1510
- PYTHON: "C:\\Python27-conda64"
1611
PYTHON_VERSION: "2.7"
1712
PYTHON_ARCH: "64"

doc/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Universal functions
376376
.. warning::
377377

378378
With recent versions of numpy, dask and xarray, NumPy ufuncs are now
379-
supported directly on all xarray and dask objects. This obliviates the need
379+
supported directly on all xarray and dask objects. This obviates the need
380380
for the ``xarray.ufuncs`` module, which should not be used for new code
381381
unless compatibility with versions of NumPy prior to v1.13 is required.
382382

doc/computation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ This means, for example, that you always subtract an array from its transpose:
267267
268268
c - c.T
269269
270-
You can explicitly broadcast xaray data structures by using the
270+
You can explicitly broadcast xarray data structures by using the
271271
:py:func:`~xarray.broadcast` function:
272272

273273
.. ipython:: python

doc/examples/monthly-means.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for each monthly data record - calculate weights using
130130
``groupby('time.season')``
131131

132132
Finally, we just need to multiply our weights by the ``Dataset`` and sum
133-
allong the time dimension.
133+
along the time dimension.
134134

135135
.. code:: python
136136

doc/examples/weather-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Shared setup:
1717
.. ipython:: python
1818
:suppress:
1919
20-
fpath = "examples/_code/weather_data_setup.py"
20+
fpath = "doc/examples/_code/weather_data_setup.py"
2121
with open(fpath) as f:
2222
code = compile(f.read(), fpath, 'exec')
2323
exec(code)

doc/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Back in an interactive IPython session, we can use these properties:
111111
.. ipython:: python
112112
:suppress:
113113
114-
exec(open("examples/_code/accessor_example.py").read())
114+
exec(open("doc/examples/_code/accessor_example.py").read())
115115
116116
.. ipython:: python
117117

doc/interpolation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To interpolate data with a :py:func:`numpy.datetime64` coordinate you can pass a
5757
da_dt64.interp(time='2000-01-02')
5858
5959
The interpolated data can be merged into the original :py:class:`~xarray.DataArray`
60-
by specifing the time periods required.
60+
by specifying the time periods required.
6161

6262
.. ipython:: python
6363
@@ -232,7 +232,7 @@ then make the interpolation
232232
dropped
233233
dropped.interp(x=[0.5, 1.5, 2.5], method='cubic')
234234
235-
If NaNs are distributed rondomly in your multidimensional array,
235+
If NaNs are distributed randomly in your multidimensional array,
236236
dropping all the columns containing more than one NaNs by
237237
:py:meth:`~xarray.DataArray.dropna` may lose a significant amount of information.
238238
In such a case, you can fill NaN by :py:meth:`~xarray.DataArray.interpolate_na`,

doc/pandas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ However, you will need to set dimension names explicitly, either with the
152152
Transitioning from pandas.Panel to xarray
153153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
154154

155-
:py:class:`~pandas.Panel`, pandas's data structure for 3D arrays, has always
155+
:py:class:`~pandas.Panel`, pandas' data structure for 3D arrays, has always
156156
been a second class data structure compared to the Series and DataFrame. To
157157
allow pandas developers to focus more on its core functionality built around
158158
the DataFrame, pandas plans to eventually deprecate Panel.

doc/plotting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ about three or four dimensional arrays? That's where facets become helpful.
481481
Consider the temperature data set. There are 4 observations per day for two
482482
years which makes for 2920 values along the time dimension.
483483
One way to visualize this data is to make a
484-
seperate plot for each time period.
484+
separate plot for each time period.
485485

486486
The faceted dimension should not have too many values;
487487
faceting on the time dimension will produce 2920 plots. That's

doc/roadmap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Engaging more users
186186

187187
Like many open-source projects, the documentation of xarray has grown
188188
together with the library's features. While we think that the xarray
189-
documentation is comprehensive already, we aknowledge that the adoption
189+
documentation is comprehensive already, we acknowledge that the adoption
190190
of xarray might be slowed down because of the substantial time
191191
investment required to learn its working principles. In particular,
192192
non-computer scientists or users less familiar with the pydata ecosystem
@@ -198,7 +198,7 @@ In order to lower this adoption barrier, we propose to:
198198
- Develop entry-level tutorials for users with different backgrounds. For
199199
example, we would like to develop tutorials for users with or without
200200
previous knowledge of pandas, numpy, netCDF, etc. These tutorials may be
201-
built as part of xarray's documentation or included in a seperate repository
201+
built as part of xarray's documentation or included in a separate repository
202202
to enable interactive use (e.g. mybinder.org).
203203
- Document typical user workflows in a dedicated website, following the example
204204
of `dask-stories

0 commit comments

Comments
 (0)