diff --git a/Changelog b/Changelog index 8f38449f8..9b4549882 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ - current master -=============== + version 1.5.0 (tag v1.5.0rel) +=============================== * added support for parallel IO in the classic netcdf-3 formats through the - pnetcdf library. + pnetcdf library (pull request #897). version 1.4.3.2 (tag v1.4.3.2) =============================== diff --git a/PKG-INFO b/PKG-INFO index 3b780e07b..3e16f2024 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: netCDF4 -Version: 1.4.3.2 +Version: 1.5.0 Author: Jeff Whitaker Author-email: jeffrey s whitaker at noaa gov Home-page: https://github.com/Unidata/netcdf4-python diff --git a/README.md b/README.md index 7e90abf56..d39a787af 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ ## News For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). +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)). + 03/08/2019: Version [1.4.3.2](https://pypi.python.org/pypi/netCDF4/1.4.3.2) released. Include missing membuf.pyx file in source tarball. No need to update if you installed 1.4.3.1 from a binary wheel. diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..9dfb31fe7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ + diff --git a/docs/netCDF4/index.html b/docs/netCDF4/index.html index ce921ebca..e4a3c6fb9 100644 --- a/docs/netCDF4/index.html +++ b/docs/netCDF4/index.html @@ -1174,6 +1174,8 @@

Index

@@ -1335,9 +1335,10 @@

Requires

If you want OPeNDAP support, add --enable-dap. If you want HDF4 SD support, add --enable-hdf4 and add the location of the HDF4 headers and library to $CPPFLAGS and $LDFLAGS. -
  • for MPI parallel IO support, MPI-enabled versions of the HDF5 and netcdf - libraries are required, as is the mpi4py python - module.
  • +
  • for MPI parallel IO support, an MPI-enabled versions of the netcdf library + is required, as is the mpi4py python module. + Parallel IO further depends on the existence of MPI-enabled HDF5 or the + PnetCDF library.
  • Install