From: <js...@us...> - 2008-04-11 14:55:50
|
Revision: 5035 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5035&view=rev Author: jswhit Date: 2008-04-11 07:55:33 -0700 (Fri, 11 Apr 2008) Log Message: ----------- fix bug in pupynere.py creating masked arrays when both _FillValue and missing_value exist. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008-04-11 14:54:43 UTC (rev 5034) +++ trunk/toolkits/basemap/Changelog 2008-04-11 14:55:33 UTC (rev 5035) @@ -1,4 +1,6 @@ version 0.99 + * fixed bug in NetCDFFile creating masked arrays when both + _FillValue and missing_value exist. * drawparallels and drawmeridians return a dictionary containing the Line2D and Text instances associated with each lat or lon. * drawcoastlines, drawcountries and friends now have This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |