[Pytables-users] In-kernel searches not returning values?

2013-04-26 Thread Giovanni Luca Ciampaglia
! -- Giovanni Luca Ciampaglia Postdoctoral fellow Center for Complex Networks and Systems Research Indiana University ✎ 910 E 10th St ∙ Bloomington ∙ IN 47408 ☞ http://cnets.indiana.edu/ ✉ gciam...@indiana.edu -- Try New Relic

Re: [Pytables-users] In-kernel searches not returning values?

2013-04-29 Thread Giovanni Luca Ciampaglia
, your version of pytables or numpy, or something else. If I were you and I needed a stable version, I would wait a week or two for the PyTables v3.0 release and try it again. Thank Anthony, I will check with PyTables 3.0 and see if the problem persists. Best, -- Giovanni Luca Ciampaglia

[Pytables-users] Speed of CArray writing sparse matrices

2013-06-22 Thread Giovanni Luca Ciampaglia
elements/s. Am I doing something wrong? Any feedback would be greatly appreciated! Code: https://gist.github.com/junkieDolphin/5843064 Cheers, Giovanni [1] http://pytables.github.io/usersguide/libref/homogenous_storage.html#the-carray-class -- Giovanni Luca Ciampaglia ☞ http://www.inf.usi.ch/phd

Re: [Pytables-users] Clear chunks from CArray

2013-08-05 Thread Giovanni Luca Ciampaglia
, pytables-users-requ...@lists.sourceforge.net wrote: Hello Giovanni, I think you may need to del that slice and then possibly repack. Hope this helps. Be Well Anthony On Mon, Aug 5, 2013 at 2:09 PM, Giovanni Luca Ciampaglia glciamp...@gmail.com wrote: Hello all, is there a way to clear

Re: [Pytables-users] Clear chunks from CArray

2013-08-06 Thread Giovanni Luca Ciampaglia
On Mon 05 Aug 2013 03:43:42 PM EDT,pytables-users-requ...@lists.sourceforge.net wrote: Hello Giovanni, I think you may need to del that slice and then possibly repack. Hope this helps. Be Well Anthony On Mon, Aug 5, 2013 at 2:09 PM, Giovanni Luca Ciampaglia glciamp...@gmail.com wrote: Hello