File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ For netCDF and IO
22
22
- `pydap <http://www.pydap.org/ >`__: used as a fallback for accessing OPeNDAP
23
23
- `h5netcdf <https://github.com/shoyer/h5netcdf >`__: an alternative library for
24
24
reading and writing netCDF4 files that does not use the netCDF-C libraries
25
- - `pynio <https://www.pyngl.ucar.edu/Nio.shtml>`__` : for reading GRIB and other
25
+ - `pynio <https://www.pyngl.ucar.edu/Nio.shtml >`__: for reading GRIB and other
26
26
geoscience specific file formats
27
27
28
28
For accelerating xarray
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ What's New
15
15
16
16
.. _whats-new.0.8.1 :
17
17
18
- v0.8.1 (unreleased )
19
- -------------------
18
+ v0.8.1 (5 August 2016 )
19
+ ----------------------
20
20
21
21
Bug fixes
22
22
~~~~~~~~~
23
23
24
- - Fix regression in v0.8.0 that broke assignment to Datasets with non-unique
24
+ - Fix bug in v0.8.0 that broke assignment to Datasets with non-unique
25
25
indexes (:issue: `943 `).
26
26
27
27
.. _whats-new.0.8.0 :
Original file line number Diff line number Diff line change 9
9
10
10
MAJOR = 0
11
11
MINOR = 8
12
- MICRO = 0
13
- ISRELEASED = False
12
+ MICRO = 1
13
+ ISRELEASED = True
14
14
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
15
15
QUALIFIER = ''
16
16
You can’t perform that action at this time.
0 commit comments