[Numpy-discussion] ANN: Stop plotting your data -- HoloViews 1.4 released!

2016-02-24 Thread James A. Bednar
torials at holoviews.org today! Jean-Luc R. Stevens Philipp Rudiger James A. Bednar Continuum Analytics, Inc., Austin, TX, USA School of Informatics, The University of Edinburgh, UK -- The University of Edinburgh is a charitable body, registered in Scotland, with registration numbe

[Numpy-discussion] ANN: HoloViews 1.3 released

2015-07-03 Thread James A. Bednar
today, and check out our upcoming SciPy and EuroSciPy talks in Austin and Cambridge (or read the paper at http://goo.gl/NH9FTB)! Philipp Rudiger Jean-Luc R. Stevens James A. Bednar The University of Edinburgh School of Informatics -- The University of Edinburgh is a charitable body, registered in Sc

[Numpy-discussion] ANN: HoloViews 1.0 released

2015-03-17 Thread James A. Bednar
mizable without obscuring the underlying data objects - Includes interfaces to pandas and Seaborn - Winner of the 2015 UK Open Source Award For the rest, check out ioam.github.io/holoviews! Jean-Luc Stevens Philipp Rudiger James A. Bednar The University of Edinburgh School of Informatics -- Th

Re: [Numpy-discussion] SFMT (faster mersenne twister)

2014-09-06 Thread James A. Bednar
| Date: Fri, 05 Sep 2014 13:19:57 -0400 | From: Neal Becker | | I think it's somewhat debatable whether generating a different | sequence of random numbers counts as breaking backward | compatibility. Please don't ever, ever break the sequence of numpy's random numbers! Please! We have pu

Re: [Numpy-discussion] NumPy-Discussion Digest, Vol 69, Issue 77

2012-06-26 Thread James A. Bednar
| From: Rebekah Pratt | Date: Jun 25 23:59:59 2012 -0400 | | Hey, greetings from orlando! How has re entry to texas been? Our | holiday is going well, although a little fast. The whole disney | experience is cooler than I was expecting. We are all a bit tired | out though, and adah moody as

Re: [Numpy-discussion] Developer NumPy list versus User NumPy list

2011-01-28 Thread James A. Bednar
| Date: Thu, 27 Jan 2011 16:32:22 -0700 | From: Charles R Harris | | On Thu, Jan 27, 2011 at 4:23 PM, Robert Kern wrote: | | > On Thu, Jan 27, 2011 at 17:17, Travis Oliphant wrote: | > | > > Hey all, | > > | > > What is the thought about having two separate NumPy lists (one | > > f

[Numpy-discussion] Optimizing speed for large-array inter-element algorithms (specifically, color space conversion)

2008-01-21 Thread James A. Bednar
| Date: Mon, 21 Jan 2008 09:39:21 -0500 | From: "theodore test" <[EMAIL PROTECTED]> | | Hello all, | | I'm scratching my head over how to make this image color space | conversion from "RGB" to "HSV" quicker. It requires input from all | three bands of a given pixel at each pixel, and thu

Re: [Numpy-discussion] Use my own data type with NumPy

2007-09-05 Thread James A. Bednar
| Date: Wed, 05 Sep 2007 21:19:58 +0200 | From: G?nter Dannoritzer <[EMAIL PROTECTED]> | Subject: Re: [Numpy-discussion] Use my own data type with NumPy | | The purpose of my (Python) class is to model a fixed point data | type. So I can specify how many bits are used for integer and how | ma

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 6, Issue 20

2007-03-09 Thread James A. Bednar
| Date: Fri, 9 Mar 2007 06:58:32 -0800 | From: "Sebastian Haase" <[EMAIL PROTECTED]> | Subject: Re: [Numpy-discussion] Numpy-discussion Digest, Vol 6, Issue 18 | To: "Discussion of Numerical Python" | | On 3/9/07, James A. Bednar <[EMAIL PROTECTED]> wrote: |

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 6, Issue 18

2007-03-09 Thread James A. Bednar
| From: Robert Kern <[EMAIL PROTECTED]> | Subject: Re: [Numpy-discussion] in place random generation | | Daniel Mahler wrote: | > On 3/8/07, Charles R Harris <[EMAIL PROTECTED]> wrote: | | >> Robert thought this might relate to Travis' changes adding | >> broadcasting to the random number

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 4, Issue 84

2007-01-29 Thread James A. Bednar
| Date: Mon, 29 Jan 2007 15:55:06 -0700 | From: Travis Oliphant <[EMAIL PROTECTED]> | | James A. Bednar wrote: | | >Hi, | > | >Does anyone know whether it is possible to pickle and unpickle numpy | >ufuncs? | > | Not directly. Ufuncs are a built-in type and do

[Numpy-discussion] Pickling ufuncs?

2007-01-29 Thread James A. Bednar
Hi, Does anyone know whether it is possible to pickle and unpickle numpy ufuncs? I can't find anything about that on scipy.org or the mailing list archives. I have several important pieces of code that accept a numpy ufunc as an argument and later apply it to some data, while keeping a copy of t