Re: [Numpy-discussion] ANN: pandas v0.17.1 Released

2015-11-21 Thread Brad Reisfeld
To Jeff and all of the contributors, Thank you for your hard and dedicated work on pandas! It is an awesome package that gets better with every release. -Brad On Saturday, November 21, 2015 at 6:44:02 AM UTC-7, Jeff wrote: > > Hi, > > We are proud to announce that *pandas* has become a

[Numpy-discussion] ANN: pandas v0.17.1 Released

2015-11-21 Thread Jeff Reback
Hi, We are proud to announce that *pandas* has become a sponsored project of the NUMFocus organization This will help ensure the success of development of *pandas* as a world-class open-source project.

[Numpy-discussion] record array performance issue / bug

2015-11-21 Thread G Jones
Hi, Using the latest numpy from anaconda (1.10.1) on Python 2.7, I found that the following code works OK if npackets = 2, but acts bizarrely if npackets is large (2**12): --- npackets = 2**12 dlen=2048 PacketType = np.dtype([('timestamp','float64'),