PyNGL V1.1.0 available, works with NumPy 1.0

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu, 9 Nov 2006 09:21:12 -0700 (MST)

Hi all,

We just put a version 1.1.0 of PyNGL and PyNIO on our download site.
Instructions are here:

    http://www.pyngl.ucar.edu/download.shtml

This version works with NumPy 1.0. You can also download a version
for Numeric 24. Both versions can be installed simultaneously, as they
are put under different package names.

We still consider the Numeric version the "default" version. That is,
when you install the Numeric version, you can import both packages
with:

    import Ngl
    import Nio

If you install the NumPy version, you need to be slightly more verbose:

    import PyNGL_numpy.Ngl as Ngl
    import PyNGL_numpy.Nio as Nio

Eventually, the NumPy version will probably become the "default".

I was unable to build NumPy 1.0 on a Cygwin or IRIX64 system. Has
anybody else had luck with these systems?

--Mary
_______________________________________________
pyngl-talk mailing list
pyngl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Thu Nov 09 2006 - 09:21:12 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 10 2006 - 14:40:03 MST