https://github.com/Unidata/netcdf4-python

sort by:
Revision Author Date Message Commit Date
4fde23b Merge pull request #920 from Unidata/issue919 fix for issue #919 02 May 2019, 15:19:41 UTC
c524b79 fix typo 01 May 2019, 21:44:21 UTC
4665943 update 01 May 2019, 21:42:59 UTC
fe7f4e4 update 01 May 2019, 21:14:24 UTC
f67e39b update test 01 May 2019, 20:50:13 UTC
afd8c7c mininum numpy now 1.10.0 01 May 2019, 20:45:45 UTC
4ef69e6 update 01 May 2019, 19:56:35 UTC
f48aa8e fix for issue #919 01 May 2019, 19:51:44 UTC
e0a31c2 Merge pull request #917 from Unidata/v1.5.1_rel prepare for v1.5.1 release 29 April 2019, 15:14:41 UTC
dd0ff88 update docs 26 April 2019, 19:44:21 UTC
aa42942 prepare for v1.5.1 release 26 April 2019, 19:42:21 UTC
8d43701 Merge pull request #916 from Unidata/issue915 fix for issue #915 (reading NIL string attributes) 26 April 2019, 14:39:41 UTC
5e8af37 apply same fix when reading string variable 23 April 2019, 20:58:26 UTC
4a92aea update 23 April 2019, 19:42:08 UTC
d64a63b update 23 April 2019, 19:40:21 UTC
41faa83 add test for issue #915 23 April 2019, 19:20:55 UTC
effc9fa fix for issue #915 (reading NIL string attributes) 23 April 2019, 19:07:48 UTC
86f7f4f Merge pull request #914 from Unidata/issue913 fix for issue913 23 April 2019, 18:14:59 UTC
74d4337 fix typos in comments 23 April 2019, 12:24:48 UTC
4ab0f24 add test 23 April 2019, 02:03:29 UTC
5db9315 update 23 April 2019, 01:54:04 UTC
6c8d46b make sure data gets converted to float when add_offset=0,scale_factor=1 (issue 913) 23 April 2019, 01:52:24 UTC
8c94ad5 Merge pull request #909 from Unidata/issue908 fix for issue #908 10 April 2019, 12:17:50 UTC
7a1b7de remove debug print 09 April 2019, 17:52:56 UTC
3da2bc1 remove PKG-INFO file 09 April 2019, 17:22:24 UTC
429d442 bump version number 09 April 2019, 17:21:59 UTC
e5155f7 bump version number to 1.5.1 09 April 2019, 17:21:27 UTC
58b9e97 fix typo 09 April 2019, 17:20:26 UTC
2cafb30 update 09 April 2019, 17:13:03 UTC
3af8ca6 add workaround for issue #908 for netcdf-c < 4.5.1 09 April 2019, 17:00:18 UTC
1f6cda7 add debug print, only run tst_issue908.py 09 April 2019, 16:37:01 UTC
8481339 add test for issue #908 09 April 2019, 15:21:10 UTC
1cf0676 Merge pull request #907 from Unidata/issue906 fix for slicing bug (issue #906) 08 April 2019, 16:25:43 UTC
f0dc57b add entry 07 April 2019, 22:54:25 UTC
39bdb12 add test 07 April 2019, 22:53:17 UTC
3039c83 update 07 April 2019, 21:40:47 UTC
e16fd6b fix for issue #906 07 April 2019, 21:22:06 UTC
522e152 update docs 01 April 2019, 22:13:38 UTC
6f87f28 Merge pull request #904 from Unidata/v1.5.0.1rel prepare for 1.5.0.1 release to update binary wheels 01 April 2019, 20:15:35 UTC
04a5ebc update 01 April 2019, 18:31:45 UTC
fda4561 update 01 April 2019, 18:30:28 UTC
bfdf013 Merge branch 'master' into v1.5.0.1rel 01 April 2019, 18:27:11 UTC
2521816 Merge pull request #902 from barronh/feature/read-shared Feature/read shared 01 April 2019, 18:26:43 UTC
54f2c50 prepare for 1.5.0.1 release 01 April 2019, 17:42:10 UTC
4dd38cd Updating doc string Added r to the options for appending s to. 26 March 2019, 14:17:37 UTC
a734c6c Adding read shared mode netCDF4.Dataset currently has append shared, but no read shared. There are two circumstances that require read shared. First, read shared provides access to edits made by other programs as they become available. Second, read shared makes reading faster than read. Shared is already available throught append, but this leads to confusion when the user does not want append access. By enabling append, the user may accidentally make edits to a file. This creates a hesitancy to use as or r+s even when a program may be enhanced dramatically. 24 March 2019, 13:58:36 UTC
c6d4523 update version number in docs 23 March 2019, 22:05:43 UTC
adf127d update version number in docstring 23 March 2019, 22:04:28 UTC
da5bce3 update zenodo link 23 March 2019, 22:01:37 UTC
270945c Merge pull request #899 from Unidata/v1.5.0rel prepare for v1.5.0 release 23 March 2019, 19:17:24 UTC
b176d16 update 23 March 2019, 18:03:18 UTC
9a41fe1 update version number 23 March 2019, 18:01:30 UTC
05f63b6 add link to netCDF4/index.hml 22 March 2019, 20:00:55 UTC
7fe713b update docs 22 March 2019, 19:59:17 UTC
4bfa235 fix typo 22 March 2019, 19:46:56 UTC
835ca41 prepare for v1.5.0 release 22 March 2019, 19:43:09 UTC
f1ce057 Merge pull request #897 from pastewka/master Support for pnetcdf 22 March 2019, 12:43:17 UTC
8b04ea2 added changelog entry for parallel IO using pnetcdf 21 March 2019, 16:19:07 UTC
2c71b0e don't exit script if test is successful 20 March 2019, 15:28:54 UTC
6b518ea print environment variables 20 March 2019, 15:00:59 UTC
2630074 create mode needs NC_NETCDF4 for NETCDF4_CLASSIC mode 20 March 2019, 15:00:51 UTC
2a94075 --enable-parallel -> --enable-parallel4 20 March 2019, 12:15:17 UTC
fc72531 need to pass format string to Dataset 19 March 2019, 22:29:17 UTC
6cd9005 updated docstring 19 March 2019, 22:18:44 UTC
bd4a1b7 added additional test for parallel I/O of cdf-5 format 19 March 2019, 22:09:41 UTC
e25d522 added PnetCDF lib and include locations to compiler flags 19 March 2019, 22:00:54 UTC
604fb5f compile and install PnetCDF library if version is specified 19 March 2019, 21:47:14 UTC
530b08f Adding share option; not docs yet 19 March 2019, 21:37:44 UTC
5277dcc updated test runner, __has_nc_par__ no longer exists 19 March 2019, 21:36:29 UTC
0a70b6f install of PnetCDF in Travis install script 19 March 2019, 21:34:00 UTC
1544487 support for PnetCDF parallel I/O 19 March 2019, 21:15:53 UTC
8200187 Merge pull request #896 from Unidata/mfdataset_emptylist check for empty file list in MFDataset 14 March 2019, 03:24:36 UTC
88c22d1 check for empty file list in MFDataset 13 March 2019, 23:38:54 UTC
8d4e494 add DOI badge 13 March 2019, 13:44:07 UTC
b0b9d2e update NETCDF_VERSION to 4.6.3 (latest release) 12 March 2019, 23:11:20 UTC
54f1712 update 09 March 2019, 03:16:43 UTC
2d356bc update 09 March 2019, 03:15:35 UTC
e5319d3 Merge pull request #894 from Unidata/issue893 forgot to include include/membuf.pyx in release source tarball 08 March 2019, 21:58:09 UTC
3fc3604 update 08 March 2019, 19:55:09 UTC
f1968d0 bump version number 08 March 2019, 19:54:10 UTC
64d7242 forgot to include include/membuf.pyx in release source tarball 08 March 2019, 19:51:55 UTC
b22fb81 update 07 March 2019, 00:04:11 UTC
14bc621 Merge pull request #892 from Unidata/issue891 really implement NETCDF4_CLASSIC in parallel IO (issue #891) 07 March 2019, 00:00:24 UTC
4cbec01 update 05 March 2019, 04:42:45 UTC
af3f2a1 update 05 March 2019, 04:40:59 UTC
89dbff0 update 05 March 2019, 04:16:25 UTC
ede0d63 bump version number to 1.4.3.1 05 March 2019, 01:39:13 UTC
999c055 update 05 March 2019, 00:48:16 UTC
d0de547 create 32 bit integer var, not 64 (to allow test with NETCDF4_CLASSIC) 05 March 2019, 00:45:08 UTC
d8b0f4a really implement NETCDF4_CLASSIC in parallel IO 05 March 2019, 00:26:16 UTC
4ca3698 add conda-forge badge 04 March 2019, 23:58:49 UTC
0bd2b3e Merge pull request #889 from Unidata/v1.4.3rel prepare for v1.4.3 release 04 March 2019, 16:27:00 UTC
b3f3c64 update 04 March 2019, 03:54:37 UTC
a057799 update PKG-INFO 04 March 2019, 03:50:07 UTC
f458101 update docs 04 March 2019, 03:23:03 UTC
52f1348 Merge branch 'v1.4.3rel' of https://github.com/Unidata/netcdf4-python into v1.4.3rel 04 March 2019, 03:19:05 UTC
e2d391b fix issue #890 (parallel IO with NETCDF4_CLASSIC). 04 March 2019, 01:34:54 UTC
954f9ad update Changelog 03 March 2019, 23:57:58 UTC
b9e7d88 check to see if parallel mode works with NETCDF4_CLASSIC 03 March 2019, 23:09:38 UTC
09e1fa8 check to see if parallel mode works with NETCDF4_CLASSIC 03 March 2019, 23:08:46 UTC
back to top