Skip to content

Commit

Permalink
Merge pull request #917 from Unidata/v1.5.1_rel
Browse files Browse the repository at this point in the history
prepare for v1.5.1 release
  • Loading branch information
jswhit authored Apr 29, 2019
2 parents 8d43701 + dd0ff88 commit e0a31c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version 1.5.1 (not yet released)
=================================
version 1.5.1 (tag v1.5.1rel)
==============================
* fix issue #908 by adding workaround for incorrect value returned
by nc_inq_var_fill for netcdf-c < 4.5.1.
* fix bug writing slice to unlimited dimension that is not the first
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
## News
For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).

04/30/2019: Version [1.5.1](https://pypi.python.org/pypi/netCDF4/1.5.1) released. Bugfixes, no new features.

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). Added read-shared capability for faster reads
of NETCDF3 files (mode='rs').
Expand Down
6 changes: 3 additions & 3 deletions docs/netCDF4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />

<title>netCDF4 API documentation</title>
<meta name="description" content="Version 1.5.0.1
<meta name="description" content="Version 1.5.1
-------------
- - -
Introduction
============
netcdf4-python is a Python interface..." />
netcdf4-python is a Python interface t..." />

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>

Expand Down Expand Up @@ -1280,7 +1280,7 @@ <h1>Index</h1>

<header id="section-intro">
<h1 class="title"><span class="name">netCDF4</span> module</h1>
<h2>Version 1.5.0.1</h2>
<h2>Version 1.5.1</h2>
<hr />
<h1>Introduction</h1>
<p>netcdf4-python is a Python interface to the netCDF C library.</p>
Expand Down

0 comments on commit e0a31c2

Please sign in to comment.