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

sort by:
Revision Author Date Message Commit Date
469f331 Merge branch 'master' into v1.3.2rel 24 March 2018, 18:08:21 UTC
d96ba94 Merge pull request #789 from kushim6371/patch-1 nc3tonc4 handles _FillValue incorrectly 24 March 2018, 18:06:33 UTC
89f0734 nc3tonc4 handles _FillValue incorrectly nc3tonc4 handles _FillValue incorrectly when unpacking shorts. This update uses two variables, fillvalue3 and fillvalue4, for the packed shorts in nc3file and the unpacked floats in nc4file, respectively. Since maskandscale is set to on by default, the manual "mask and scale" is unnecessary and removed in this update. 24 March 2018, 07:01:47 UTC
3ff3387 update 22 March 2018, 18:12:03 UTC
b1bc02c Merge branch 'master' into v1.3.2rel 22 March 2018, 18:09:31 UTC
3355c0c Merge pull request #787 from Unidata/issue785 always return a masked array be default 22 March 2018, 16:45:06 UTC
43f255c update 21 March 2018, 17:30:03 UTC
3025306 update 21 March 2018, 16:47:10 UTC
49588be always return masked array by default (even if slice has no mask) 21 March 2018, 16:44:54 UTC
6ec7909 update 21 March 2018, 15:30:01 UTC
93df009 update 21 March 2018, 15:29:19 UTC
36034c0 update 21 March 2018, 15:26:25 UTC
d7da503 update 21 March 2018, 15:25:16 UTC
6d85ebd update 21 March 2018, 15:23:32 UTC
df4cea3 preparing for v1.3.2 release 16 March 2018, 19:04:25 UTC
835b487 fix typo 16 March 2018, 00:26:26 UTC
a693a18 Merge pull request #778 from Unidata/issue773 return views with numpy strings in compound types (issue #773) 15 March 2018, 22:01:58 UTC
ce01884 Merge branch 'issue773' of https://github.com/Unidata/netcdf4-python into issue773 15 March 2018, 20:24:37 UTC
d08cc03 return views for compound attributes too 15 March 2018, 20:23:45 UTC
bca16e0 update 15 March 2018, 02:07:52 UTC
b26bd72 fix tutorial example 15 March 2018, 01:57:57 UTC
299bfd3 update 14 March 2018, 23:48:50 UTC
165f118 update 14 March 2018, 23:42:08 UTC
1a75728 update tutorial example 14 March 2018, 23:40:36 UTC
dc9cf67 update 14 March 2018, 22:44:12 UTC
a128436 add link to docs 14 March 2018, 22:35:31 UTC
eefa67b update 14 March 2018, 22:07:17 UTC
22faf3d update docs with section on 'dealing with strings'. Make conversion of structured array string dtypes to char array dtypes automatic (no checking for _Encoding attribute). 14 March 2018, 22:05:53 UTC
b0d89d0 update 13 March 2018, 20:53:06 UTC
9d8cca5 convert 'SN' subtypes to ('S1',N) automatically in compound types 13 March 2018, 20:43:08 UTC
ecbfeb2 Merge branch 'master' into issue773 13 March 2018, 16:33:01 UTC
de23edc Merge pull request #782 from ocefpaf/fix_appveyor pin conda 13 March 2018, 16:31:57 UTC
bbba74b update 13 March 2018, 16:07:18 UTC
6d8eb8e pin conda 13 March 2018, 15:48:47 UTC
eec73be test new behaviour for compound arrays with char array elements 12 March 2018, 22:45:01 UTC
f62b2ad update 12 March 2018, 22:32:21 UTC
fbb2603 Merge branch 'master' into issue773 12 March 2018, 22:30:41 UTC
37e05c5 Merge pull request #779 from Unidata/issue777 Issue777 12 March 2018, 22:27:28 UTC
c9c180e update 12 March 2018, 20:34:37 UTC
70ccf61 fix for issue #777 12 March 2018, 20:33:29 UTC
92f581f update 12 March 2018, 19:18:31 UTC
7c87466 update 12 March 2018, 19:17:25 UTC
98be00c return views with numpy strings in compound types (issue #773) 12 March 2018, 19:08:26 UTC
3a3ce3f Merge pull request #776 from Unidata/issue775 fix loading of enum type names (issue #775) 09 March 2018, 20:25:56 UTC
9d04187 test run too early 09 March 2018, 16:50:20 UTC
8f2f529 raise error if datatype is not defined 09 March 2018, 16:38:12 UTC
7e09751 add test for issue 775 09 March 2018, 16:20:32 UTC
d389ae8 fix typo in error message 09 March 2018, 14:44:51 UTC
7aab552 fix loading of enum type names (issue #775) 09 March 2018, 13:42:20 UTC
068d288 Merge pull request #771 from Unidata/issue770 automatically create string array attributes (issue #770) 03 March 2018, 03:08:19 UTC
f115dd6 update 02 March 2018, 18:51:26 UTC
9ac9402 update docstring 02 March 2018, 18:16:17 UTC
65faf66 raise IOError if arrays of strings are written to a NETCDF3 attribute 02 March 2018, 18:13:21 UTC
1797f9d streamline patch 02 March 2018, 16:57:38 UTC
9b04b06 update 02 March 2018, 16:41:44 UTC
0dd1f88 automatically create string array attributes (issue #770) 02 March 2018, 16:30:59 UTC
a4f2081 Merge pull request #769 from Unidata/issue767 fix 'Unreachable code' cython warning (issue #767) 02 March 2018, 01:45:57 UTC
3c8345d fix 'Unreachable code' cython warning (issue #767) 02 March 2018, 00:18:50 UTC
351ceca Merge pull request #768 from Unidata/issue766 test for issue #766 (numpy warning raised in 1.3.1 if NaNs in output) 01 March 2018, 23:55:31 UTC
1325218 fix typo 01 March 2018, 21:15:23 UTC
227115e test for issue #766 (numpy warning raised in 1.3.1 if NaNs in output) 01 March 2018, 21:12:38 UTC
d1a17fa Merge pull request #765 from Unidata/netcdftimedep make netcdftime a hard dependency, remove wrapper functions 28 February 2018, 00:50:31 UTC
1d43c79 add netcdftime dep 26 February 2018, 20:53:12 UTC
4752ac3 add link to netcdftime docs 26 February 2018, 18:32:09 UTC
5d25db1 update docs 26 February 2018, 18:30:56 UTC
bd3892c add netcdftime import back in 26 February 2018, 18:03:44 UTC
b133abf add netcdftime depends 26 February 2018, 18:02:42 UTC
e1c0adc make netcdftime a hard dependency, remove wrapper functions 26 February 2018, 17:26:29 UTC
b5aa84e remove duplicate entry 24 February 2018, 16:06:09 UTC
2e1ed91 remove mention of netcdftime 23 February 2018, 04:07:17 UTC
5260a46 Merge pull request #756 from Unidata/nonetcdftime remove netcdftime (use separate project) 23 February 2018, 03:03:18 UTC
fe293c8 Empty Commit to trigger appveyor 21 February 2018, 23:19:37 UTC
565c425 update docs 21 February 2018, 03:16:49 UTC
ecbea53 have utilities just forward to netcdftime 21 February 2018, 00:14:08 UTC
a3cdb4c update 20 February 2018, 23:42:10 UTC
008fa5f Merge branch 'master' into nonetcdftime 20 February 2018, 23:39:53 UTC
432295c don't try to import netcdftime 20 February 2018, 22:06:09 UTC
97d5815 Merge pull request #763 from Unidata/issue761 don't treat _FillValue as valid_min/valid_max anymore (issue #761) 20 February 2018, 22:03:41 UTC
a018b8a add cython runtime dependency (run_all.py tries to import it) 20 February 2018, 22:00:28 UTC
58a25e5 netcdftime now uses zero padded years 20 February 2018, 19:37:06 UTC
c287659 update 20 February 2018, 19:27:24 UTC
5184e03 update 20 February 2018, 19:07:16 UTC
8ea8af1 add netcdftime dependency for travis builds 20 February 2018, 19:03:24 UTC
ee38316 update docstrings to mention netcdftime external dependency 20 February 2018, 17:15:15 UTC
d14f15e don't treat _FillValue as valid_min/valid_max anymore (issue #761) 17 February 2018, 14:44:19 UTC
b4f1ef1 Merge branch 'master' into nonetcdftime 17 February 2018, 14:23:11 UTC
e1a75e2 Merge pull request #762 from ocefpaf/update_appveyor update appveyor config 17 February 2018, 14:21:47 UTC
43809f4 update appveyor config 17 February 2018, 00:50:05 UTC
2cb18cc Merge branch 'master' into nonetcdftime 13 February 2018, 20:24:16 UTC
8761f92 Merge pull request #757 from Unidata/issue526 use more general method to check for integer vlen slice (issue #526) 12 February 2018, 15:08:35 UTC
ae32908 update 12 February 2018, 14:22:19 UTC
736d438 add test for issue 526 12 February 2018, 14:04:49 UTC
570ffdb try to fix failing builds 11 February 2018, 19:58:46 UTC
030a012 update 11 February 2018, 19:01:12 UTC
984c7cf use more general method to check for integer 11 February 2018, 17:27:38 UTC
3bbb0fa add Changelog entry 31 January 2018, 16:47:18 UTC
1c04dea remove netcdftime 31 January 2018, 16:35:53 UTC
fdbb4fc don't use netcdftime if it is not installed, raise ImportError if you try to 31 January 2018, 16:35:13 UTC
b898330 remove netcdftime 31 January 2018, 16:17:11 UTC
d26b210 remove netcdftime 31 January 2018, 16:16:49 UTC
back to top