[Pytables-users] numpy datatypes fix in 1.4

2007-01-12 Thread Jan Strube
Hi Francesc, thanks for fixing this. My use case for this is that I have a couple of tables that share a one-to-many relation. I could use the row number as an index, but that is to fragile for my case. So I have a unique key for each entry in one table, and I select a variable number of rows from

Re: [Pytables-users] numpy datatypes

2007-01-12 Thread Francesc Altet
A Dijous 11 Gener 2007 21:29, Jan Strube escrigué: > Hi ! > I have a problem with the numpy datatypes and the Table.where method. > something like > for item in numpy_list: >print [row for row in table.where(table.cols.item==item)] > fails, if numpy_listis a list of numpy integers. [snip] > I c