From: <js...@us...> - 2008-05-29 11:47:47
|
Revision: 5297 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5297&view=rev Author: jswhit Date: 2008-05-29 04:47:44 -0700 (Thu, 29 May 2008) Log Message: ----------- added Changelog entry for pyproj update, fixed typo in README. Modified Paths: -------------- trunk/toolkits/basemap/Changelog trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008-05-28 18:39:05 UTC (rev 5296) +++ trunk/toolkits/basemap/Changelog 2008-05-29 11:47:44 UTC (rev 5297) @@ -1,4 +1,5 @@ version 0.99 + * updated pyproj to 1.8.5. * fixed bug in NetCDFFile creating masked arrays when both _FillValue and missing_value exist. * drawparallels and drawmeridians return a dictionary containing Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-05-28 18:39:05 UTC (rev 5296) +++ trunk/toolkits/basemap/README 2008-05-29 11:47:44 UTC (rev 5297) @@ -100,7 +100,7 @@ the client is included) and httplib2. By default, setup.py checks to see if these are already installed, and if so does not try to overwrite them. If you get import errors related to either of these two packages, -edit setup.cfg and set pydap and/or httplib to True to force +edit setup.cfg and set pydap and/or httplib2 to True to force installation of the included versions. 4) To test, cd to the examples directory and run 'python simpletest.py'. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |