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

sort by:
Revision Author Date Message Commit Date
a0aa0d5 update 18 March 2015, 20:02:38 UTC
f4cd8e2 update 18 March 2015, 20:01:22 UTC
801c6a0 update html docs 18 March 2015, 16:55:18 UTC
f0d0617 Merge pull request #373 from Unidata/issue341 make sure USE_NCCONFIG from environment takes precedence over 18 March 2015, 16:53:07 UTC
34bf49e fix typo 18 March 2015, 16:09:33 UTC
0d93c4a update 18 March 2015, 13:27:39 UTC
6709017 previous commit failed when USE_NCCONFIG was not set 18 March 2015, 13:25:05 UTC
f862125 update 18 March 2015, 13:19:52 UTC
5a36798 make sure USE_NCCONFIG from environment takes precedence over value in setup.cfg (issue #341). 18 March 2015, 13:00:25 UTC
9251d30 Merge pull request #370 from Unidata/nogil release GIL for reading of netcdf files (issue 369) 17 March 2015, 16:25:37 UTC
00c44a5 update 17 March 2015, 02:30:31 UTC
f5c6e4f update 17 March 2015, 02:29:44 UTC
bc880dd update 17 March 2015, 02:27:17 UTC
c9e4bf0 update 17 March 2015, 02:18:37 UTC
e1930d8 update 17 March 2015, 02:09:18 UTC
fad0178 update 17 March 2015, 02:07:49 UTC
150e44a update 17 March 2015, 02:06:02 UTC
380a4ba Merge branch 'master' into nogil 16 March 2015, 19:54:51 UTC
e2930f1 add Changelog entry 16 March 2015, 19:50:55 UTC
085e928 bump version number to 1.1.7 15 March 2015, 16:04:39 UTC
6896d9a comment out check for correctness 13 March 2015, 16:00:49 UTC
a0b42b0 test for threaded reading with GIL released. 13 March 2015, 15:38:01 UTC
a206e18 Merge pull request #372 from Unidata/issue371 fix ellipsis slicing regression (issue 371) 13 March 2015, 14:00:56 UTC
8e97391 missing commit 12 March 2015, 22:21:47 UTC
4ae107c fix ellipsis slicing regression (issue 371) 12 March 2015, 22:18:49 UTC
4f69bbf update 12 March 2015, 19:32:13 UTC
81911aa regenerate C 12 March 2015, 18:48:19 UTC
cc3fd6f remove nogil from put_vara/put_vars - just do read-only operations first. 12 March 2015, 18:47:34 UTC
81337ba wrap all nc_inq* function calls "with nogil" 12 March 2015, 16:28:13 UTC
6888982 start wrapping performance critical netcdf lib calls with nogil (nc_get_var, nc_put_var to start) 12 March 2015, 03:19:26 UTC
df2b5b5 add links to nbviewer 10 March 2015, 20:50:26 UTC
ef058aa include output 10 March 2015, 20:48:33 UTC
5199a97 include output 10 March 2015, 20:47:59 UTC
660fc45 update 10 March 2015, 16:25:07 UTC
c5a08f9 clear all output 10 March 2015, 16:24:20 UTC
32ae994 add from __future__ import print_function 10 March 2015, 16:23:22 UTC
e41e42d add from __future__ import print_function 10 March 2015, 16:21:56 UTC
14ff720 update 10 March 2015, 16:15:42 UTC
b84f7fe add data files for ipython example notebooks (will not be included in distribution) 10 March 2015, 16:13:33 UTC
67e77b5 add ipython notebooks from Unidata workshop to examples 10 March 2015, 16:12:31 UTC
98e61e5 update 10 March 2015, 14:51:00 UTC
8a71e49 update 10 March 2015, 13:36:39 UTC
c461816 update 10 March 2015, 13:35:19 UTC
7c23638 update 10 March 2015, 13:33:26 UTC
03f2925 update 10 March 2015, 13:32:33 UTC
156a809 update 10 March 2015, 13:31:11 UTC
a6a786d update 10 March 2015, 13:30:22 UTC
0b0f2b9 update 10 March 2015, 13:25:04 UTC
ac8932b Merge pull request #368 from Unidata/issue367 make sure cython >= 0.19 is available before trying to use it (fix for issue 367) 10 March 2015, 12:59:26 UTC
6cd12b4 update docs, add Changelog entry 09 March 2015, 22:11:36 UTC
2c5213b update docs 09 March 2015, 22:10:36 UTC
5be2fe5 add cython >= 0.19 as a requirement (issue 367) 09 March 2015, 22:09:25 UTC
06f059c fix typo 09 March 2015, 15:15:58 UTC
35834d5 update docs 08 March 2015, 16:15:46 UTC
eb3394a update 08 March 2015, 16:05:05 UTC
a741334 update 08 March 2015, 16:01:33 UTC
0c05bbd Merge pull request #360 from Unidata/issue357 use time-zone naive datetime instances (issue 357) 06 March 2015, 20:46:30 UTC
c7fa8e9 fix typo 05 March 2015, 21:28:35 UTC
be651e8 Merge branch 'master' into issue357 05 March 2015, 18:11:30 UTC
57b6ba5 merge update from trunk 05 March 2015, 15:51:09 UTC
154c863 regenerate with Cython 05 March 2015, 15:44:25 UTC
64b49b2 update 05 March 2015, 15:43:52 UTC
3316103 Merge pull request #365 from Unidata/issue364 fix for issue 364 05 March 2015, 15:41:23 UTC
66c8370 Merge pull request #363 from jhamman/feature/calendar_name_case case insensitive calendar names 05 March 2015, 15:39:15 UTC
ed2d378 add case insensitive calendar to num2date and date2num, includes tests for both functions 05 March 2015, 05:32:14 UTC
c5f5eb5 == 'native', not is 'native' 04 March 2015, 23:57:24 UTC
fa05ef1 fix indentation 04 March 2015, 23:53:20 UTC
69c744f fix for issue 364 04 March 2015, 23:22:16 UTC
4c75eb0 case insensitive calendar names 04 March 2015, 06:09:55 UTC
ec779df fix comment 03 March 2015, 19:33:46 UTC
bf8ff84 bump version number to 1.1.6 03 March 2015, 17:48:04 UTC
67743a1 update 03 March 2015, 17:30:11 UTC
4c5a9d5 add comment 03 March 2015, 17:24:38 UTC
8f187d2 add comment 03 March 2015, 17:16:53 UTC
d604308 add extra check for time zone offset 03 March 2015, 17:15:04 UTC
e156c71 time zone offset was being interpreted backwards in netcdftime, fix test so it works correctly with the bug fixed. 03 March 2015, 17:04:38 UTC
d16db72 add time zone offset to basedate returned from units parser. 03 March 2015, 16:58:46 UTC
b74136a remove commented-out code 03 March 2015, 16:07:58 UTC
a79d526 dateutil no longer needed if datetime instances are timezone naive. 03 March 2015, 16:05:37 UTC
01a36a0 add comment 03 March 2015, 15:54:42 UTC
4800f04 update 03 March 2015, 15:53:37 UTC
8b50e57 Merge branch 'master' into issue357 03 March 2015, 15:52:19 UTC
b45c2e3 update 03 March 2015, 15:50:29 UTC
a7f115f Merge pull request #358 from Unidata/issue354 fix for issue 354 (with test) 03 March 2015, 15:44:35 UTC
b40325c Merge branch 'master' into issue354 03 March 2015, 15:42:49 UTC
f2a6355 Merge pull request #356 from Unidata/issu353 fix for issue 353 03 March 2015, 15:34:29 UTC
01ae229 Merge pull request #359 from shoyer/test-py34 Add travis tests against Python 3.4 03 March 2015, 15:32:35 UTC
e7f51d7 add comment 03 March 2015, 15:02:00 UTC
c090644 use time-zone naive datetime instances 03 March 2015, 14:38:13 UTC
55d7693 update 03 March 2015, 14:15:17 UTC
6756761 make sure roundtrip works with multi-dim arrays 03 March 2015, 14:04:27 UTC
b056503 use bare except 03 March 2015, 13:36:08 UTC
38f783c fix for issue 354 (with test) 03 March 2015, 05:43:38 UTC
9c1ba01 Add travis tests against Python 3.4 03 March 2015, 05:38:26 UTC
fd3546f fix for issue 353 03 March 2015, 04:17:21 UTC
86e4f3f update 02 March 2015, 22:08:40 UTC
d0c0a0d update 01 March 2015, 20:48:28 UTC
fc78179 add python-dateutil dependency 01 March 2015, 20:47:32 UTC
c8b456e update 01 March 2015, 15:19:12 UTC
b091f1a update 01 March 2015, 15:18:09 UTC
back to top