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

sort by:
Revision Author Date Message Commit Date
40fd7ff resurrect changes from reverted pull request 25 February 2016, 00:51:18 UTC
a042666 Merge pull request #525 from Unidata/issue524 disable tst_cdf5.py on 32 bit systems (issue #524) 15 February 2016, 13:34:18 UTC
e617c7c Merge pull request #528 from Unidata/issue526 make error message for VLEN assignment more informative (issue #526) 15 February 2016, 13:32:07 UTC
aef4fa3 make error message for VLEN assignment more informative (issue #526) 13 February 2016, 22:59:13 UTC
8fb9172 disable tst_cdf5.py on 32 bit systems 10 February 2016, 19:11:35 UTC
cd8164c Merge pull request #522 from Unidata/issue521 fix for failing test with numpy 1.11 (issue #521) 06 February 2016, 23:04:09 UTC
aa7f7d9 update 06 February 2016, 02:38:47 UTC
ca113a7 update 06 February 2016, 02:35:59 UTC
86b8d2a fix more tests that were failing with python 3 and numpy 1.11 (non-integer indices are no longer allowed) 06 February 2016, 02:34:01 UTC
c6fe430 fix for failing test with numpy 1.11 (issue #521) 05 February 2016, 20:31:59 UTC
bab5918 Merge pull request #520 from Unidata/issue519 fix indenting 02 February 2016, 20:09:56 UTC
75b0ad6 add missing import 02 February 2016, 14:52:33 UTC
a92708e update 02 February 2016, 14:07:15 UTC
11cf37e fix indenting 02 February 2016, 14:01:45 UTC
71ce23b update 28 January 2016, 23:05:08 UTC
a07484b Merge pull request #518 from bluesquall/debian-pkg-config Adjust setup.py to find netcdf and HDF5 on debian 8 28 January 2016, 23:02:37 UTC
6c46dd5 Adjust setup.py to find netcdf and HDF5 on debian 8 Use `pkg-config` to find appropriate compiler flags for dependencies. 28 January 2016, 20:59:13 UTC
dc8bb7c regenerate docs 28 January 2016, 20:26:33 UTC
b178336 fix docstring bug reported in issue #517 28 January 2016, 20:24:00 UTC
85be270 Merge pull request #516 from Unidata/issue515 workaround for issue #515 26 January 2016, 22:20:21 UTC
9ec0714 add test for issue 515 26 January 2016, 18:06:48 UTC
a647a50 workaround for issue #515 26 January 2016, 17:40:19 UTC
10a6fe7 Merge pull request #510 from Unidata/test_cdf5 add tst for new CDF-5 (NETCDF3_64BIT_DATA) format 19 January 2016, 16:31:00 UTC
5ac5c55 add Changelog entry, bump version number to 1.2.3 19 January 2016, 16:09:23 UTC
8dbbfc5 add cdf5 test 19 January 2016, 16:06:16 UTC
abe82ba don't run cdf5 test for netcdf < 4.4.0 19 January 2016, 16:05:56 UTC
da6ab64 regenerate C 15 January 2016, 13:44:59 UTC
9cde5b2 take out obsolete numpy version check 15 January 2016, 13:15:12 UTC
ab74f07 fix typo 15 January 2016, 03:03:36 UTC
ec6c3f1 Merge pull request #507 from Unidata/issue506 potential fix for issue #506 15 January 2016, 03:01:06 UTC
e890b39 revert to using malloc/free instead of PyMem_Malloc/Free, since it did not fix the segfaults. 14 January 2016, 13:10:31 UTC
3e75a42 update 09 January 2016, 16:10:32 UTC
a76b114 using PyMem_Malloc and PyMem_Free in filepath method 09 January 2016, 14:43:33 UTC
eef229b regenerate C 09 January 2016, 14:33:25 UTC
7d91fd8 use malloc and free imported from cython 09 January 2016, 14:26:43 UTC
4f7535f add test for filepath 08 January 2016, 18:44:13 UTC
aff531f potential fix for issue #506 08 January 2016, 18:25:54 UTC
354ca5c print numpy version 07 January 2016, 20:46:54 UTC
d78f3fe Merge pull request #505 from Unidata/issue504 expose netcdftime.__version__ (issue #504) 07 January 2016, 20:43:42 UTC
acac22f expose netcdftime.__version__ (issue #504) 07 January 2016, 20:05:33 UTC
1cb3cf8 make python 3 compatible 04 January 2016, 20:09:06 UTC
a1a5717 Merge pull request #503 from Unidata/checklsd don't check whether 'least_significant_digit' attribute is set every time data is written to a var 03 January 2016, 17:41:45 UTC
9ffdda0 simplify 03 January 2016, 14:31:12 UTC
84a1a66 set _has_lsd if least_significant_digit attribute added after variable creation. 02 January 2016, 19:42:16 UTC
a739981 update compression tests 02 January 2016, 19:23:26 UTC
34e45a0 add comment 02 January 2016, 18:07:52 UTC
7344abd don't check whether 'least_significant_digit' attribute is set every time data is written to a variable. 02 January 2016, 18:04:06 UTC
818c1d5 update 31 December 2015, 16:11:12 UTC
71e1950 Merge pull request #502 from Unidata/v1.2.2rel update README.md for 1.2.2 release 31 December 2015, 16:07:06 UTC
35af2fe update 28 December 2015, 16:42:48 UTC
1914d5a update 28 December 2015, 16:27:40 UTC
d95b6d8 update 28 December 2015, 16:27:03 UTC
b51623d update 28 December 2015, 16:25:58 UTC
4e0cb44 update 28 December 2015, 16:21:49 UTC
a2b4b41 update 28 December 2015, 16:20:49 UTC
201f771 update for 1.2.2 release. 28 December 2015, 16:19:05 UTC
e64a2f4 update 28 December 2015, 15:39:52 UTC
5916247 fix docstring typo 28 December 2015, 15:38:50 UTC
ca74684 fix docstring typo 28 December 2015, 15:38:15 UTC
6af7eb5 update html docs 26 December 2015, 02:38:24 UTC
4966fe2 fix docstring typo 26 December 2015, 02:36:06 UTC
928d918 fix typo in docstrings 25 December 2015, 02:37:33 UTC
84f0311 Merge pull request #501 from Unidata/docupdate update docs to include new NETCDF4_64BIT_DATA format 24 December 2015, 18:29:29 UTC
7daceb4 make sure default format is set correctly 24 December 2015, 18:12:02 UTC
33be742 update docs 23 December 2015, 21:40:17 UTC
c2381ff update docs to include NETCDF3_64BIT_DATA format. 23 December 2015, 21:09:09 UTC
0591912 Merge pull request #498 from Unidata/issue497 workaround for issue #497 (python 2.7 dependency in tests) 17 December 2015, 04:00:46 UTC
34965d5 update 15 December 2015, 02:18:11 UTC
8c8cf07 regenerate html docs 15 December 2015, 02:15:10 UTC
09de8c0 change min python version from 2.5 to 2.6 (travis no longer supports 2.5) 15 December 2015, 02:13:39 UTC
30da61e tweaking python 2.6 tests 14 December 2015, 20:19:37 UTC
44aac6b fixed failing tests in python 2.6 14 December 2015, 20:18:35 UTC
75f4386 fix failing tests on python 2.6 14 December 2015, 20:01:45 UTC
3124c93 add ordereddict dependency 14 December 2015, 19:44:56 UTC
092718b ordereddict needed for python 2.6 14 December 2015, 19:30:27 UTC
18cff8f add python 2.6, 3.5 to travis 14 December 2015, 19:09:32 UTC
26d6013 workaround for issue #497 (python 2.7 dependency in tests) 14 December 2015, 19:02:46 UTC
cd8d4e6 Merge pull request #496 from Unidata/ncfree free string data internally allocated in netcdf-c using nc_free_string (issue #495) 09 December 2015, 21:05:35 UTC
1bb5857 update comment 08 December 2015, 19:13:42 UTC
1003de5 now use nc_free_vlens using memcpy trick suggested by @ckhroulev 08 December 2015, 19:10:06 UTC
39c32da update 08 December 2015, 13:27:30 UTC
1edf732 add comment 08 December 2015, 03:40:49 UTC
2f53eca be sure to call nc_free_string to free memory allocated internally in netcdf-c when reading strings. 08 December 2015, 03:36:13 UTC
4f200c7 Merge pull request #490 from Unidata/issue489 invoke str on filename arg to Dataset constructor (issue #489) 21 November 2015, 04:42:53 UTC
af9c0a3 invoke str on filename arg to Dataset constructor (issue #489) 19 November 2015, 13:38:24 UTC
17dfea9 Merge pull request #487 from Unidata/noncmaxdims don't use ``NC_MAX_DIMS`` or ``NC_MAX_VARS`` 16 November 2015, 23:40:01 UTC
a5a2329 update 14 November 2015, 17:37:06 UTC
da99298 get rid of use of NC_MAX_NAME in filepath method. 14 November 2015, 17:30:25 UTC
6342bd5 rengerate C source 14 November 2015, 17:17:57 UTC
66073e7 don't use NC_MAX_VARS either. Now only NC_MAX_NAME remains. 14 November 2015, 17:16:51 UTC
2392aef don't use hardwired NC_MAX_DIMS to allocate space 14 November 2015, 17:08:50 UTC
be31f8d Merge pull request #486 from Unidata/issue485 workaround for C lib bug discovere in Issue #485 12 November 2015, 15:58:19 UTC
41cbca1 don't use netcdf-meta.h for version check 12 November 2015, 15:03:08 UTC
22b48e0 add version number check for workaround to issue 485 11 November 2015, 22:57:02 UTC
91d9d9e include version number macros from netcdf_meta.h 11 November 2015, 22:55:48 UTC
38e6aa2 update comment 11 November 2015, 16:34:33 UTC
2819749 update comment. 11 November 2015, 14:46:04 UTC
69b6bd1 add test for issue #485 (rewrite text attribute as string) 11 November 2015, 14:44:15 UTC
e211166 update 11 November 2015, 14:32:33 UTC
ee077cf only delete and recreate if attribute is NC_CHAR 11 November 2015, 14:31:55 UTC
back to top