Hi Francesc, hi Ivan,
I found a missing "import warnings" in the filters module.
Pleas check it.
Regards
--
Antonio Valentino
Consorzio Innova
Contrada Chiatamura lotto 188
Zona Industriale La Martella
75100 Matera (MT) Italy
-
G'day Ivan:
This seems to compile OK, but I get the following error.
Regards,
Steve
///
Python 2.4.4 (#1, Oct 23 2006, 13:58:00)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright", "credits" or "license"
Hi Ivan,
thanks much for the detailed response.
I thought the reason why the new where() requires a string is that you
already have a parser.
Shows you what I know...
Like I said, it's only minor and I can certainly get used to the proposed
syntax.
Please keep up the good work. You save me from
Hi all,
I'm posting this message to announce the availability of the *second
alpha release of PyTables 2.0*, the new and shiny major version of
PyTables.
This release settles the file format used in this major version,
removing the need to use pickled objects in order to store system
attributes,
Jan Strube (el 2007-02-28 a les 14:49:05 -0800) va dir::
> […]
> For combined in-kernel searches .where('x<5 & x>3'), I don't think & is a
> good choice.
> The Pythonic way would be 'and', and I think that's least ambiguous and I
> hope nobody names their variables 'and' or 'or.
> Maybe && would b