Revision: 3875 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3875&view=rev Author: jswhit Date: 2007年09月22日 08:10:00 -0700 (2007年9月22日) Log Message: ----------- version 0.9.6 is finished Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年09月22日 06:48:49 UTC (rev 3874) +++ trunk/toolkits/basemap/Changelog 2007年09月22日 15:10:00 UTC (rev 3875) @@ -1,4 +1,4 @@ -version 0.9.6 (not yet released) +version 0.9.6 (svn revision 3875) * labelling of meridians and parallels now works with very small map regions (less than 0.2 degrees square). * Subregions of the globe may be specified with llcrnrlat, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 3878 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3878&view=rev Author: jswhit Date: 2007年09月23日 06:50:01 -0700 (2007年9月23日) Log Message: ----------- update Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年09月23日 12:34:34 UTC (rev 3877) +++ trunk/toolkits/basemap/Changelog 2007年09月23日 13:50:01 UTC (rev 3878) @@ -1,4 +1,4 @@ -version 0.9.6 (svn revision 3875) +version 0.9.6 (svn revision 3878) * labelling of meridians and parallels now works with very small map regions (less than 0.2 degrees square). * Subregions of the globe may be specified with llcrnrlat, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 3888 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3888&view=rev Author: jswhit Date: 2007年09月25日 05:15:22 -0700 (2007年9月25日) Log Message: ----------- fix addcyclic Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年09月25日 12:14:28 UTC (rev 3887) +++ trunk/toolkits/basemap/Changelog 2007年09月25日 12:15:22 UTC (rev 3888) @@ -1,4 +1,5 @@ -version 0.9.6 (svn revision 3878) +version 0.9.6 (svn revision 3888) + * fix addcyclic function so it handles masked arrays. * labelling of meridians and parallels now works with very small map regions (less than 0.2 degrees square). * Subregions of the globe may be specified with llcrnrlat, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4043 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4043&view=rev Author: jswhit Date: 2007年10月29日 05:58:30 -0700 (2007年10月29日) Log Message: ----------- support for masked vel vectors. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年10月29日 12:53:17 UTC (rev 4042) +++ trunk/toolkits/basemap/Changelog 2007年10月29日 12:58:30 UTC (rev 4043) @@ -1,7 +1,7 @@ version 0.9.7 (not yet released) * fix rotate_vector so it works in S. Hem and for non-orthogonal - grids (EF) - * numpification (EF) + grids. Support for masked velocity vectors also added. (EF) + * numpification. (EF) version 0.9.6 (svn revision 3888) * fix addcyclic function so it handles masked arrays. * labelling of meridians and parallels now works with This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4064 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4064&view=rev Author: jswhit Date: 2007年10月29日 15:56:03 -0700 (2007年10月29日) Log Message: ----------- fix formatting Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年10月29日 20:06:26 UTC (rev 4063) +++ trunk/toolkits/basemap/Changelog 2007年10月29日 22:56:03 UTC (rev 4064) @@ -1,9 +1,9 @@ version 0.9.7 (not yet released) * fix rotate_vector so it works in S. Hem and for non-orthogonal - grids. Support for masked velocity vectors also added. (EF) + grids. Support for masked velocity vectors also added. (EF) * numpification. (EF) version 0.9.6 (svn revision 3888) - * fix addcyclic function so it handles masked arrays. + * fix addcyclic function so it handles masked arrays. * labelling of meridians and parallels now works with very small map regions (less than 0.2 degrees square). * Subregions of the globe may be specified with llcrnrlat, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4421 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4421&view=rev Author: jswhit Date: 2007年11月22日 07:45:42 -0800 (2007年11月22日) Log Message: ----------- release 0.9.7 Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年11月22日 15:44:08 UTC (rev 4420) +++ trunk/toolkits/basemap/Changelog 2007年11月22日 15:45:42 UTC (rev 4421) @@ -1,4 +1,4 @@ -version 0.9.7 (not yet released) +version 0.9.7 (svn revision 4421) * fixed bug in drawlsmask for 'moll','robin' and 'sinu' projections. * added lake_color keyword to fillcontinents. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4433 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4433&view=rev Author: jswhit Date: 2007年11月24日 19:52:28 -0800 (2007年11月24日) Log Message: ----------- modify NetCDFFile Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年11月24日 19:57:45 UTC (rev 4432) +++ trunk/toolkits/basemap/Changelog 2007年11月25日 03:52:28 UTC (rev 4433) @@ -1,3 +1,6 @@ + * modify NetCDFFile to automatically apply scale_factor + and add_offset, and return masked arrays masked where + data == missing_value or _FillValue. * add 'fill_color' option to drawmapboundary, to optionally fill the map projection background a certain color. * added 'sstanom' colormap from This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4471 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4471&view=rev Author: jswhit Date: 2007年11月27日 10:07:01 -0800 (2007年11月27日) Log Message: ----------- add maskandscale kwarg to NetCDFFile:wq Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年11月27日 18:05:25 UTC (rev 4470) +++ trunk/toolkits/basemap/Changelog 2007年11月27日 18:07:01 UTC (rev 4471) @@ -1,4 +1,11 @@ version 0.9.8 (not yet released) + * added 'maskandscale' kwarg to NetCDFFile to + optionally turn off automatic masking and rescaling + of variable data. + * NetCDFFile will try to use PyNIO if it installed + and the file cannot be read with pupynere. This + allows GRIB1,GRIB2,HDF4 and HDFEOS2 files to + be read. * 'fmt' kwarg to drawparallels and drawmeridians can now be a custom string formatting function (example customticks.py demonstrates usage). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4487 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4487&view=rev Author: jswhit Date: 2007年11月28日 10:18:11 -0800 (2007年11月28日) Log Message: ----------- fixes for fillcontinents in ortho Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年11月28日 18:11:27 UTC (rev 4486) +++ trunk/toolkits/basemap/Changelog 2007年11月28日 18:18:11 UTC (rev 4487) @@ -1,4 +1,5 @@ version 0.9.8 (not yet released) + * fixes for filling continents in orthographic projection. * added 'maskandscale' kwarg to NetCDFFile to optionally turn off automatic masking and rescaling of variable data. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4526 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4526&view=rev Author: jswhit Date: 2007年11月30日 08:08:52 -0800 (2007年11月30日) Log Message: ----------- release 0.9.8 Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年11月30日 15:51:18 UTC (rev 4525) +++ trunk/toolkits/basemap/Changelog 2007年11月30日 16:08:52 UTC (rev 4526) @@ -1,4 +1,4 @@ -version 0.9.8 (not yet released) +version 0.9.8 (svn revision 4526) * fixes for filling continents in orthographic projection. * added 'maskandscale' kwarg to NetCDFFile to optionally turn off automatic masking and rescaling This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4631 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4631&view=rev Author: jswhit Date: 2007年12月05日 11:30:21 -0800 (2007年12月05日) Log Message: ----------- ipython integration. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月05日 19:28:39 UTC (rev 4630) +++ trunk/toolkits/basemap/Changelog 2007年12月05日 19:30:21 UTC (rev 4631) @@ -1,4 +1,7 @@ version 0.9.9 (not yet released) + * now automatically draws figure if running in + interactive mode (so draw() does not need + to be called explicitly in ipython). * added num2date and date2num functions, which use included netcdftime module. version 0.9.8 (svn revision 4526) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4660 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4660&view=rev Author: jswhit Date: 2007年12月06日 15:32:15 -0800 (2007年12月06日) Log Message: ----------- added support for Point and MultiPoint shapes in shapefiles (from Erik Andersen's patch tracker submission). Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月06日 23:30:17 UTC (rev 4659) +++ trunk/toolkits/basemap/Changelog 2007年12月06日 23:32:15 UTC (rev 4660) @@ -1,4 +1,6 @@ version 0.9.9 (not yet released) + * added support for reading Point and MultiPoint shapes + from ESRI shapefiles. * now automatically draws figure if running in interactive mode (so draw() does not need to be called explicitly in ipython). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4687 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4687&view=rev Author: jswhit Date: 2007年12月10日 08:17:16 -0800 (2007年12月10日) Log Message: ----------- setup.py now looks for GEOS lib in a few standard places if GEOS_DIR not set. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月10日 16:15:30 UTC (rev 4686) +++ trunk/toolkits/basemap/Changelog 2007年12月10日 16:17:16 UTC (rev 4687) @@ -1,4 +1,9 @@ version 0.9.9 (not yet released) + * setup.py now looks for GEOS library in a few standard + places (/usr/local, /opt, $HOME, /sw) if the GEOS_DIR + environment variable not set. This is a workaround for a + new Leopard 'feature' (sudo does not inherit enviroment + variables). * added support for reading Point and MultiPoint shapes from ESRI shapefiles. * now automatically draws figure if running in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4699 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4699&view=rev Author: jswhit Date: 2007年12月11日 14:03:58 -0800 (2007年12月11日) Log Message: ----------- fixed exception handling bug in polygon intersection code. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月11日 21:17:59 UTC (rev 4698) +++ trunk/toolkits/basemap/Changelog 2007年12月11日 22:03:58 UTC (rev 4699) @@ -1,4 +1,7 @@ version 0.9.9 (not yet released) + * fixed exception handling bug in code that looks for + intersection between boundary feature and map projection + region. * setup.py now looks for GEOS library in a few standard places (/usr/local, /opt, $HOME, /sw) if the GEOS_DIR environment variable not set. This is a workaround for a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4791 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4791&view=rev Author: jswhit Date: 2007年12月26日 12:01:29 -0800 (2007年12月26日) Log Message: ----------- remove hidden dependency on setuptools Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月26日 17:10:34 UTC (rev 4790) +++ trunk/toolkits/basemap/Changelog 2007年12月26日 20:01:29 UTC (rev 4791) @@ -1,4 +1,5 @@ version 0.9.9 (not yet released) + * removed hidden dependency on setuptools (in dap module). * fixed exception handling bug in code that looks for intersection between boundary feature and map projection region. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4797 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4797&view=rev Author: jswhit Date: 2007年12月28日 12:29:30 -0800 (2007年12月28日) Log Message: ----------- updated proj4 sources to 4.6.0 Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007年12月28日 20:18:46 UTC (rev 4796) +++ trunk/toolkits/basemap/Changelog 2007年12月28日 20:29:30 UTC (rev 4797) @@ -1,4 +1,5 @@ version 0.9.9 (not yet released) + * updated proj4 sources to version 4.6.0. * removed hidden dependency on setuptools (in dap module). * fixed exception handling bug in code that looks for intersection between boundary feature and map projection This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4799 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4799&view=rev Author: jswhit Date: 2008年01月01日 06:33:51 -0800 (2008年1月01日) Log Message: ----------- freeze for 0.9.9 release Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年01月01日 14:29:16 UTC (rev 4798) +++ trunk/toolkits/basemap/Changelog 2008年01月01日 14:33:51 UTC (rev 4799) @@ -1,4 +1,4 @@ -version 0.9.9 (not yet released) +version 0.9.9 (svn revision 4799) * updated proj4 sources to version 4.6.0. * removed hidden dependency on setuptools (in dap module). * fixed exception handling bug in code that looks for This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4809 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4809&view=rev Author: jswhit Date: 2008年01月08日 05:38:05 -0800 (2008年1月08日) Log Message: ----------- update Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年01月08日 13:37:05 UTC (rev 4808) +++ trunk/toolkits/basemap/Changelog 2008年01月08日 13:38:05 UTC (rev 4809) @@ -1,4 +1,4 @@ -version 0.9.9.1 (svn revision 4805) +version 0.9.9.1 (svn revision 4808) * require python 2.4 (really only needed for building). Once namespace packages are re-enabled in matplotlib, python 2.3 should work again. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4962 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4962&view=rev Author: jswhit Date: 2008年02月13日 13:48:38 -0800 (2008年2月13日) Log Message: ----------- added no_rot keyword Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年02月13日 21:24:21 UTC (rev 4961) +++ trunk/toolkits/basemap/Changelog 2008年02月13日 21:48:38 UTC (rev 4962) @@ -8,7 +8,8 @@ support re-enabled. * changed _geos to _geoslib, so as not to conflict with the python module bundled with the GEOS library. - * some fixes/enhancements for omerc projection. + * some fixes/enhancements for omerc projection (added 'no_rot' + flag). version 0.9.9.1 (svn revision 4808) * require python 2.4 (really only needed for building). Once namespace packages are re-enabled in matplotlib, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4969 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4969&view=rev Author: jswhit Date: 2008年02月15日 05:17:50 -0800 (2008年2月15日) Log Message: ----------- added warpimage method Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年02月15日 13:16:54 UTC (rev 4968) +++ trunk/toolkits/basemap/Changelog 2008年02月15日 13:17:50 UTC (rev 4969) @@ -10,6 +10,8 @@ the python module bundled with the GEOS library. * some fixes/enhancements for omerc projection (added 'no_rot' flag). + * added warpimage method for displaying an image background. + Default is NASA's blue marble image, which is included. version 0.9.9.1 (svn revision 4808) * require python 2.4 (really only needed for building). Once namespace packages are re-enabled in matplotlib, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5035 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5035&view=rev Author: jswhit Date: 2008年04月11日 07:55:33 -0700 (2008年4月11日) 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.
Revision: 5317 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5317&view=rev Author: jswhit Date: 2008年05月30日 07:10:10 -0700 (2008年5月30日) Log Message: ----------- release 0.99 Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年05月30日 12:23:54 UTC (rev 5316) +++ trunk/toolkits/basemap/Changelog 2008年05月30日 14:10:10 UTC (rev 5317) @@ -1,4 +1,4 @@ -version 0.99 +version 0.99 (svn revision 5316) * updated pyproj to 1.8.5. * fixed bug in NetCDFFile creating masked arrays when both _FillValue and missing_value exist. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5344 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5344&view=rev Author: jswhit Date: 2008年05月31日 06:12:55 -0700 (2008年5月31日) Log Message: ----------- fix to warpimage method Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年05月31日 13:05:26 UTC (rev 5343) +++ trunk/toolkits/basemap/Changelog 2008年05月31日 13:12:55 UTC (rev 5344) @@ -1,4 +1,5 @@ -version 0.99 (svn revision 5339) +version 0.99 (svn revision 5344) + * fix to warpimage method for API change in matplotlib 0.98.0. * updated pyproj to 1.8.6. * fixed bug in NetCDFFile creating masked arrays when both _FillValue and missing_value exist. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5528 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5528&view=rev Author: jswhit Date: 2008年06月13日 15:06:45 -0700 (2008年6月13日) Log Message: ----------- improved docs Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年06月13日 22:05:27 UTC (rev 5527) +++ trunk/toolkits/basemap/Changelog 2008年06月13日 22:06:45 UTC (rev 5528) @@ -1,3 +1,4 @@ + * improved documentation using Sphinx/docutils. * change default behaviour of num2date and date2num to be the same as matplotlib counterparts. version 0.99 (svn revision 5344) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5560 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5560&view=rev Author: jswhit Date: 2008年06月16日 08:13:58 -0700 (2008年6月16日) Log Message: ----------- fixed gnomonic coastlines. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2008年06月16日 14:41:48 UTC (rev 5559) +++ trunk/toolkits/basemap/Changelog 2008年06月16日 15:13:58 UTC (rev 5560) @@ -1,3 +1,4 @@ + * fixed processing of coastlines for gnomonic projection. * don't try to use PyNIO in NetCDFFile (it was causing too many suprises). * improved documentation using Sphinx/docutils. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.