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

sort by:
Revision Author Date Message Commit Date
ce5fa86 Merge pull request #1028 from Unidata/v1.5.4rel prepare for v1.5.4 release 22 July 2020, 22:38:45 UTC
b8d79a8 update 21 July 2020, 17:42:09 UTC
d42c50e prepare for v1.5.4 release 21 July 2020, 17:27:31 UTC
2762a5c Merge pull request #1026 from sroet/fix_setup Enhance setup.py 21 July 2020, 16:27:57 UTC
6b66542 Also revert changelog 21 July 2020, 07:33:03 UTC
b66fc29 properly revert 21 July 2020, 07:32:14 UTC
6ce9866 strip out conda dir 21 July 2020, 07:30:27 UTC
f1b6c79 search current conda environment first 20 July 2020, 14:11:49 UTC
1972769 update changelog 20 July 2020, 14:02:20 UTC
8e3ef93 up minimal numpy version and search HDF5 in the active conda environment in setup.py 20 July 2020, 13:43:15 UTC
0085cac Merge pull request #1024 from pacificclimate/fix/1023 Replaces use of numpy's tostring() with tobytes() 07 July 2020, 03:36:24 UTC
f5fc686 Adds Changelog entry 06 July 2020, 16:06:35 UTC
b2f8d7e Replaces use of numpy's tostring() with tobytes() numpy has deprecated the use of array.array.tostring() in favor of tobytes https://github.com/numpy/numpy/pull/15867 This patch replaces all (6) such uses in this package. 03 July 2020, 17:26:10 UTC
d240f2a Merge pull request #1019 from Unidata/issue1018 add set_chunk_cache/get_chunk_cache module functions 24 June 2020, 22:19:03 UTC
9296a74 update docs for chunk_cache kwarg 16 June 2020, 22:08:28 UTC
0031bf6 add tests for chunk cache getters/setters 16 June 2020, 21:39:46 UTC
1337998 update docs 16 June 2020, 21:20:13 UTC
7059882 add set_chunk_cache/get_chunk_cache module functions 16 June 2020, 00:41:50 UTC
68f18c8 Merge pull request #1014 from Unidata/issue1013 fix for issue #1013 28 May 2020, 15:22:31 UTC
bca96b1 update 27 May 2020, 17:31:09 UTC
f33523f no longer test on python 2.7 27 May 2020, 17:10:04 UTC
9231b01 update 27 May 2020, 16:46:01 UTC
16cac61 add test 27 May 2020, 16:45:08 UTC
2bc3b92 fix for issue #1013 27 May 2020, 16:34:10 UTC
50a6b37 update Changelog 10 May 2020, 12:55:54 UTC
615541c Merge pull request #1006 from randallpittman/patch-1 _ncstring_attrs__ is not a kwarg of Dataset.__init__ 10 May 2020, 12:54:43 UTC
a64acf7 Merge pull request #1009 from ocefpaf/numpy.alen_deprecations fix numpy.alen deprecation 10 May 2020, 12:53:02 UTC
f881d0e fix numpy.alen deprecation 07 May 2020, 13:15:00 UTC
e057d45 _ncstring_attrs__ is not a kwarg of Dataset.__init__ In #882 it was decided not to have `_ncstring_attrs__` be a keyword argument for `Dataset.__init__`, but the docstring for `Dataset.__init__` still said it was a keyword arg. 27 April 2020, 20:03:25 UTC
06e5842 Merge pull request #1004 from Unidata/issue1003 add the ability to pack vlen floats as integers using scale_factor/add_offset 30 March 2020, 20:35:16 UTC
deda984 update 30 March 2020, 19:20:18 UTC
7bfc4fb update 30 March 2020, 19:18:32 UTC
76a6cf7 make sure to close file 30 March 2020, 18:55:16 UTC
6668d38 add test 30 March 2020, 16:50:43 UTC
e5475fb update docstring 30 March 2020, 01:29:23 UTC
82fc50f add the ability to pack vlen floats as integers using scale_factor/add_offset 29 March 2020, 22:32:08 UTC
47dfdfc Merge pull request #1001 from Unidata/classifiers remove python 2, python 3.5 from classifiers 20 March 2020, 19:31:16 UTC
19f3655 revert 20 March 2020, 19:03:21 UTC
703acb6 try again with --no-binary :all: 20 March 2020, 18:51:51 UTC
6e1d692 update 20 March 2020, 17:48:40 UTC
3f2fef2 update 20 March 2020, 16:47:42 UTC
e694e01 use --no-binary for pip 20 March 2020, 16:35:34 UTC
502bf34 update 20 March 2020, 16:32:42 UTC
01c3295 update 20 March 2020, 16:18:35 UTC
96dba43 update 20 March 2020, 15:55:37 UTC
8bf30f1 update 20 March 2020, 15:47:37 UTC
84b8d4f update 20 March 2020, 15:10:41 UTC
01bb58a update 20 March 2020, 15:06:50 UTC
6f8e973 update 20 March 2020, 14:51:57 UTC
2a8cc46 update 20 March 2020, 14:08:54 UTC
2ac031a update 20 March 2020, 13:35:24 UTC
1c50416 don't mention python 2.7 support in docs 20 March 2020, 13:25:57 UTC
ef83618 don't mention 2.7 support 20 March 2020, 13:23:52 UTC
6ba2fa5 remove tests for python 2.7, 3.5 20 March 2020, 13:22:09 UTC
ffebe0b remove python 2, python 3.5 from classifiers 19 March 2020, 16:35:32 UTC
37ec603 Merge pull request #995 from Unidata/issue994 update docs to reflect change in cftime default behavior 02 March 2020, 22:42:04 UTC
8d6382b update netcdf,pnetcdf to latest versions 02 March 2020, 21:32:16 UTC
a259175 update docs 26 February 2020, 19:31:55 UTC
7a08c4e Merge pull request #989 from Unidata/issue988 fix for issue #988 (root group has no 'name') 15 January 2020, 03:47:54 UTC
26d6eb7 updates to .appveyor.yml from PR #990 14 January 2020, 02:58:53 UTC
ba2bb83 try removing strict channel priority 13 January 2020, 15:49:11 UTC
3fe3714 update Changelog, add test 11 January 2020, 19:09:19 UTC
6a764ef fix for issue #988 (root group has no 'name') 10 January 2020, 21:55:33 UTC
3de66da Merge pull request #984 from Unidata/issue983 fix for issue 983 04 December 2019, 16:28:11 UTC
1676ca7 update 03 December 2019, 21:25:59 UTC
2992ec4 bump version number, add Changelog entry. 03 December 2019, 21:25:24 UTC
17c340d fix for issue 983 03 December 2019, 16:51:47 UTC
85fb6d2 update 27 October 2019, 17:02:59 UTC
dacf62c update html docs 27 October 2019, 16:41:16 UTC
d11442e Merge pull request #976 from Unidata/v1.5.3rel prepare for v1.5.3 release 22 October 2019, 15:39:48 UTC
b59addc remove tst_netcdftime 20 October 2019, 18:39:58 UTC
9dedd13 update 20 October 2019, 16:51:41 UTC
12f1709 update 20 October 2019, 16:44:32 UTC
f26643f Merge pull request #973 from Unidata/issue972 fix for issue #972 (masked array not returned when auto_fill off) 21 September 2019, 21:12:04 UTC
fe84845 fix test 21 September 2019, 19:53:56 UTC
058f8e4 use dist: bionic to get netcdf version 4.6.0 20 September 2019, 20:32:41 UTC
62b25cf update 20 September 2019, 13:13:53 UTC
21d3f4c add test for issue #972 20 September 2019, 13:05:10 UTC
f25b622 update Changelog 19 September 2019, 12:33:57 UTC
f638f68 bump version number 19 September 2019, 12:32:27 UTC
1980838 fix for issue #972 (masked array not returned when auto_fill off) 19 September 2019, 03:25:48 UTC
4e5218f update 04 September 2019, 15:30:08 UTC
84c3468 Merge pull request #968 from Unidata/v1.5.2rel update for version 1.5.2 release 04 September 2019, 00:47:43 UTC
2ff2c9f update for version 1.5.2 release 03 September 2019, 14:00:17 UTC
3f57d7f Merge pull request #966 from Unidata/issue964 fix detection of parallel HDF5 support in netcdf-c 4.6.1 03 September 2019, 13:56:15 UTC
c7e4431 update docstrings for set_always_mask 30 August 2019, 19:17:00 UTC
e89b0a1 remove warning about deprecated SafeConfigParser 24 August 2019, 19:18:56 UTC
5271dba handle NC_HAS_PARALLEL=HAS_PNETCDF=1 for version 4.6.1 24 August 2019, 19:16:58 UTC
44e689c update 24 August 2019, 17:27:32 UTC
5cfac64 update 24 August 2019, 17:26:45 UTC
af66fd1 update 24 August 2019, 17:25:55 UTC
43ba3e5 fix detection of parallel HDF5 support in netcdf-c 4.6.1 24 August 2019, 16:34:50 UTC
5bf0184 Merge pull request #961 from Unidata/issue959 have Variable.setncattr fail when setting _FillValue 18 July 2019, 19:51:17 UTC
10eb944 add test, Changelog entry 18 July 2019, 14:49:01 UTC
3325d67 raise error when trying to set _FillValue using setncattr. 18 July 2019, 14:23:16 UTC
0bc37d8 Merge pull request #960 from mwtoews/repr Remove newlines most __repr__ methods 17 July 2019, 12:51:47 UTC
df6f1a7 Remove newlines most __repr__ methods Also update docstrings that show Python 3.7 output with dict 17 July 2019, 11:36:57 UTC
ab5cd71 Merge pull request #958 from Unidata/issue957 fix for issue #957 (size of scalar var is a float) 12 July 2019, 01:33:12 UTC
9ca9aa3 add Changelog entry 12 July 2019, 01:31:21 UTC
a2599dc Merge branch 'master' into issue957 12 July 2019, 01:30:37 UTC
back to top