[netcdf4-python] 02/13: Merge tag 'upstream/1.1.8'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 5 00:01:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 1b02a583a1a40ebad55f3aaaa747b01200018c6e
Merge: 46200af ed72e39
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jun 4 23:12:24 2015 +0200

    Merge tag 'upstream/1.1.8'
    
    Upstream version 1.1.8

 .gitignore                                     |      1 -
 .travis.yml                                    |     15 +-
 Changelog                                      |     48 +
 MANIFEST.in                                    |     11 +-
 README.macosx                                  |     18 -
 README.md                                      |     70 +-
 create_docs.sh                                 |      2 +-
 docs/api-objects.txt                           |    557 +-
 docs/class-tree.html                           |     45 +-
 docs/help.html                                 |     22 +-
 docs/identifier-index.html                     |    673 +-
 docs/index.html                                |    551 +-
 docs/module-tree.html                          |     22 +-
 docs/netCDF4-module.html                       |    129 +-
 docs/netCDF4.CompoundType-class.html           |     18 +-
 docs/netCDF4.Dataset-class.html                |    117 +-
 docs/netCDF4.Dimension-class.html              |     24 +-
 docs/netCDF4.Group-class.html                  |     17 +-
 docs/netCDF4.MFDataset-class.html              |     29 +-
 docs/netCDF4.MFTime-class.html                 |     14 +-
 docs/netCDF4.VLType-class.html                 |     18 +-
 docs/netCDF4.Variable-class.html               |    122 +-
 docs/redirect.html                             |      2 +-
 examples/README.md                             |     13 +
 examples/bench.py                              |      4 +-
 examples/bench_compress.py                     |      2 +-
 examples/bench_compress2.py                    |      2 +-
 examples/bench_compress3.py                    |      2 +-
 examples/bench_diskless.py                     |      6 +-
 examples/data/prmsl.2000.nc                    |    Bin 8985332 -> 0 bytes
 examples/data/prmsl.2001.nc                    |    Bin 8968789 -> 0 bytes
 examples/data/prmsl.2002.nc                    |    Bin 8972796 -> 0 bytes
 examples/data/prmsl.2003.nc                    |    Bin 8974435 -> 0 bytes
 examples/data/prmsl.2004.nc                    |    Bin 8997438 -> 0 bytes
 examples/data/prmsl.2005.nc                    |    Bin 8976678 -> 0 bytes
 examples/data/prmsl.2006.nc                    |    Bin 8969714 -> 0 bytes
 examples/data/prmsl.2007.nc                    |    Bin 8974360 -> 0 bytes
 examples/data/prmsl.2008.nc                    |    Bin 8994260 -> 0 bytes
 examples/data/prmsl.2009.nc                    |    Bin 8974678 -> 0 bytes
 examples/data/prmsl.2010.nc                    |    Bin 8970732 -> 0 bytes
 examples/data/prmsl.2011.nc                    |    Bin 8976285 -> 0 bytes
 examples/data/rtofs_glo_3dz_f006_6hrly_reg3.nc |    Bin 30027329 -> 0 bytes
 examples/json_att.py                           |     24 +
 examples/subset.py                             |     15 +
 examples/test_stringarr.py                     |      2 +-
 examples/threaded_read.py                      |      2 +-
 examples/tutorial.py                           |     17 +-
 constants.pyx => include/constants.pyx         |      0
 netCDF4.pxi => include/netCDF4.pxi             |      1 +
 man/nc3tonc4.1                                 |     78 +
 man/nc4tonc3.1                                 |     45 +
 man/ncinfo.1                                   |     44 +
 netCDF4/__init__.py                            |      8 +
 netCDF4.c => netCDF4/_netCDF4.c                | 105288 +++++++++++-----------
 netCDF4.pyx => netCDF4/_netCDF4.pyx            |   1712 +-
 netCDF4/utils.py                               |    911 +
 netCDF4_utils.py                               |    404 -
 netcdftime/__init__.py                         |      2 +
 netcdftime/_datetime.c                         |     18 +-
 netcdftime/netcdftime.py                       |     40 +-
 ports/README                                   |     14 -
 ports/python/py-netcdf4/Portfile               |     28 -
 setup.cfg                                      |      2 +
 setup.cfg.template                             |      2 +
 setup.py                                       |     72 +-
 test/tst_atts.py                               |      2 +-
 test/tst_compoundvar.py                        |      2 +-
 test/tst_compression.py                        |      3 +-
 test/tst_dims.py                               |      4 +-
 test/tst_diskless.py                           |      4 +-
 test/tst_grps2.py                              |     44 +
 test/tst_masked.py                             |      6 +
 test/tst_masked2.py                            |      8 +-
 test/tst_slicing.py                            |      1 +
 test/tst_unlimdim.py                           |      6 +-
 test/tst_utils.py                              |     72 +-
 test/tst_vars.py                               |      6 +-
 test/tst_vlen.py                               |      4 +-
 utils.pyx                                      |    815 -
 utils/nc3tonc4                                 |    280 +-
 utils/nc4tonc3                                 |    127 +-
 utils/ncinfo                                   |     82 +-
 82 files changed, 57367 insertions(+), 55382 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf4-python.git



More information about the Pkg-grass-devel mailing list