diff options
author | markd <markd> | 2005-02-09 12:29:10 +0000 |
---|---|---|
committer | markd <markd> | 2005-02-09 12:29:10 +0000 |
commit | c9159ef3f5b2110fb28fcb248faffb7119f4e4da (patch) | |
tree | 8693daef0ca066b7efd5cd79b4e7f153b70bb967 /math/py-pytables/patches | |
parent | d09dfe35121dfa94f7a0a32042d55403b8c96319 (diff) | |
download | pkgsrc-c9159ef3f5b2110fb28fcb248faffb7119f4e4da.tar.gz |
Update py-pytables to 0.9.1
PyTables 0.9.1:
This release is mainly a maintenance version. In it, some bugs has been
fixed and a few improvements has been made. One important thing is that
chunk sizes in EArrays has been re-tuned to get much better performance
and compression rations. Besides, it has been tested against the latest
Python 2.4 and all test units seems to pass fine.
PyTables 0.9:
In this release you will find a series of quite exciting new features,
the most important being new indexing capabilities, in-kernel selections,
support for complex datatypes and the possibility to modify values in both
tables and arrays (yeah, finally :).
Diffstat (limited to 'math/py-pytables/patches')
-rw-r--r-- | math/py-pytables/patches/patch-aa | 10 | ||||
-rw-r--r-- | math/py-pytables/patches/patch-ab | 22 |
2 files changed, 5 insertions, 27 deletions
diff --git a/math/py-pytables/patches/patch-aa b/math/py-pytables/patches/patch-aa index c328f603315..d8a58c08f93 100644 --- a/math/py-pytables/patches/patch-aa +++ b/math/py-pytables/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2004/07/09 15:51:44 recht Exp $ +$NetBSD: patch-aa,v 1.3 2005/02/09 12:29:10 markd Exp $ ---- setup.py.orig 2004-03-09 09:30:38.000000000 +0100 +--- setup.py.orig 2004-12-03 02:17:54.000000000 +1300 +++ setup.py -@@ -551,5 +551,5 @@ data. +@@ -463,5 +463,5 @@ data. runtime_library_dirs = rlib_dirs, )], cmdclass = cmdclass, -- scripts = ['utils/ptdump', 'utils/ptrepack'], -+ scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3]], +- scripts = ['utils/ptdump', 'utils/ptrepack', 'utils/nctoh5'], ++ scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3], 'utils/nctoh5' + sys.version[0:3]], ) diff --git a/math/py-pytables/patches/patch-ab b/math/py-pytables/patches/patch-ab deleted file mode 100644 index 38f9f83ed7d..00000000000 --- a/math/py-pytables/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/07/09 15:51:44 recht Exp $ - ---- src/hdf5Extension.c.orig 2004-03-09 09:30:37.000000000 +0100 -+++ src/hdf5Extension.c -@@ -8,7 +8,7 @@ - #include "stdio.h" - #include "string.h" - #include "numarray/numarray.h" --#include "numarray/libnumarray.h" -+#include "numarray/libnumarray.h" - #include "hdf5.h" - #include "H5LT.h" - #include "H5ARRAY.h" -@@ -10170,7 +10170,7 @@ DL_EXPORT(void) inithdf5Extension(void) - __pyx_L3:; - - /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":213 */ -- import_array(); -+ import_libnumarray(); - - /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":217 */ - __pyx_3 = __Pyx_GetName(__pyx_m, "records"); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 217; goto __pyx_L1;} |