What's coming in the next release of PyNGL and PyNIO

Version 1.3.0 - no scheduled release date

Open source

We hope to release this version as open source under a license similar to the The University of Illinois/NCSA Open Source license.

New features

Support for maskedarray moduled added

As mentioned in the augmentations list above, support for masked arrays has been added to many of the visualization functions and is included in some of the new analysis functions. You can use either "numpy.core.ma" (from numpy 1.0.4 and earlier) or the new masked array module in numpy 1.0.5 and greater.

See the "overlay1.py" and "irregular.py" examples in the gallery for an example of using masked arrays.

Bug fixes

Support for Numeric dropped

In this release of PyNGL and PyNIO, we are dropping support for Numeric. An informal survey indicated that most of not all of our users have made the transition to NumPy, or are at least planning to very soon. We are adding several new data analysis functions, and trying to keep support for Numeric and NumPy was getting to be a bit tedious.