From 04a5ebc7a91a2f9c538400a0fae9c5a902902590 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Mon, 1 Apr 2019 12:31:45 -0600 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55470e989..8e66c78b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). 04/02/2019: Version [1.5.0.1](https://pypi.python.org/pypi/netCDF4/1.5.0.1) released. Binary wheels for macos x -and linux rebuilt with netcdf-c 4.6.3 (instead of 4.4.1.1). +and linux rebuilt with netcdf-c 4.6.3 (instead of 4.4.1.1). Added read-shared capability for faster reads +of NETCDF3 files (mode='rs'). 03/24/2019: Version [1.5.0](https://pypi.python.org/pypi/netCDF4/1.5.0) released. Parallel IO support for classic file formats added using the pnetcdf library (contribution from Lars Pastewka, [pull request #897](https://github.com/Unidata/netcdf4-python/pull/897)).