bugfix release for enthon

We'd like to do a bugfix release for the next release of enthought
python, which will include the latest mpl. Apparently, there is a
problem with 0.87.3 and numpy which has been fixed in svn.

If there is anything we should wait on, let us know, otherwise we'll
probably try to roll out 0.87.4 early next week.

Thanks,
JDH

John Hunter wrote:

We'd like to do a bugfix release for the next release of enthought
python, which will include the latest mpl. Apparently, there is a
problem with 0.87.3 and numpy which has been fixed in svn.

If there is anything we should wait on, let us know, otherwise we'll
probably try to roll out 0.87.4 early next week.

Thanks,
JDH

John: setupext.py in svn 2545 uses numpy.get_include(), which apparently is not available in 0.9.8. In 0.9.8, it's get_numpy_include().

-Jeff

···

--
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/PSD R/PSD1 Email : Jeffrey.S.Whitaker@...236...
325 Broadway Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web : Jeffrey S. Whitaker: NOAA Physical Sciences Laboratory

And in current numpy, get_numpy_include fires a deprecation warning (I
just fixed this in my code). Such are the joys of living on the
bleeding edge :slight_smile:

Cheers,

f

···

On 7/7/06, Jeff Whitaker <jswhit@...196...> wrote:

John: setupext.py in svn 2545 uses numpy.get_include(), which
apparently is not available in 0.9.8. In 0.9.8, it's get_numpy_include().

Sorry, I was the one who changed get_numpy_include to get_include. I guess I
was thinking that anyone who is using svn mpl would also be using svn numpy.
Should I change it back to get_numpy_include?

···

On Friday 07 July 2006 6:45 pm, Fernando Perez wrote:

On 7/7/06, Jeff Whitaker <jswhit@...196...> wrote:
> John: setupext.py in svn 2545 uses numpy.get_include(), which
> apparently is not available in 0.9.8. In 0.9.8, it's
> get_numpy_include().

And in current numpy, get_numpy_include fires a deprecation warning (I
just fixed this in my code). Such are the joys of living on the
bleeding edge :slight_smile:

This is fixed in svn. I wrapped get_include in a try statement for the time
being, get_numpy_include gets called in the event of an attribute error.

Darren

···

On Saturday 08 July 2006 10:28 am, Darren Dale wrote:

On Friday 07 July 2006 6:45 pm, Fernando Perez wrote:
> On 7/7/06, Jeff Whitaker <jswhit@...196...> wrote:
> > John: setupext.py in svn 2545 uses numpy.get_include(), which
> > apparently is not available in 0.9.8. In 0.9.8, it's
> > get_numpy_include().
>
> And in current numpy, get_numpy_include fires a deprecation warning (I
> just fixed this in my code). Such are the joys of living on the
> bleeding edge :slight_smile:

Sorry, I was the one who changed get_numpy_include to get_include. I guess
I was thinking that anyone who is using svn mpl would also be using svn
numpy. Should I change it back to get_numpy_include?