~ubuntu-branches/ubuntu/wily/netcdf4-python/wily-proposed

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-09-24 08:45:12 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20150924084512-p86cmdizh8gy68oc
Tags: 1.2.0-1
* New upstream release.
* Update Vcs-Browser URL to use HTTPS.
* Add patch to fix 'homogeneous' typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 version 1.2.0 (tag v1.2.0rel)
 
2
 =============================
 
3
 * Fixes to setup.py for building on windows (issue #460).
 
4
 * warnings now issued if file being read contains unsupported
 
5
   variables or data types (they were previously being silently
 
6
   skipped).
 
7
 * added 'get_variables_by_attributes' method (issue #454).
 
8
 * check for 'units' attribute in date2index (issue #453).
 
9
 * added support for enum types (issue #452).
 
10
 * added 'isopen' Dataset method (issue #450).
 
11
 * raise ValueError if year 0 or negative year used in time units string.
 
12
   The year 0 does not exist in the Julian and Gregorian
 
13
   calendars (issue #442).
 
14
 
1
15
 version 1.1.9 (tag v1.1.9rel)
2
16
 =============================
3
17
 * fix for issue #391 (data is already byte-swapped to native