File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
2222- `pydap <http://www.pydap.org/ >`__: used as a fallback for accessing OPeNDAP
2323- `h5netcdf <https://github.com/shoyer/h5netcdf >`__: an alternative library for
2424 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
2626 geoscience specific file formats
2727
2828For accelerating xarray
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ What's New
1515
1616 .. _whats-new.0.8.1 :
1717
18- v0.8.1 (unreleased )
19- -------------------
18+ v0.8.1 (5 August 2016 )
19+ ----------------------
2020
2121Bug fixes
2222~~~~~~~~~
2323
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
2525 indexes (:issue: `943 `).
2626
2727.. _whats-new.0.8.0 :
Original file line number Diff line number Diff line change 99
1010MAJOR = 0
1111MINOR = 8
12- MICRO = 0
13- ISRELEASED = False
12+ MICRO = 1
13+ ISRELEASED = True
1414VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
1515QUALIFIER = ''
1616
You can’t perform that action at this time.
0 commit comments