From: <js...@us...> - 2007-09-22 15:10:04
|
Revision: 3875 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3875&view=rev Author: jswhit Date: 2007-09-22 08:10:00 -0700 (Sat, 22 Sep 2007) 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. |
From: <js...@us...> - 2007-09-23 13:50:04
|
Revision: 3878 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3878&view=rev Author: jswhit Date: 2007-09-23 06:50:01 -0700 (Sun, 23 Sep 2007) 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. |
From: <js...@us...> - 2007-09-25 12:15:28
|
Revision: 3888 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3888&view=rev Author: jswhit Date: 2007-09-25 05:15:22 -0700 (Tue, 25 Sep 2007) 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. |
From: <js...@us...> - 2007-10-29 12:58:33
|
Revision: 4043 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4043&view=rev Author: jswhit Date: 2007-10-29 05:58:30 -0700 (Mon, 29 Oct 2007) 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. |
From: <js...@us...> - 2007-10-29 22:56:07
|
Revision: 4064 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4064&view=rev Author: jswhit Date: 2007-10-29 15:56:03 -0700 (Mon, 29 Oct 2007) 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. |
From: <js...@us...> - 2007-11-22 15:45:46
|
Revision: 4421 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4421&view=rev Author: jswhit Date: 2007-11-22 07:45:42 -0800 (Thu, 22 Nov 2007) 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. |
From: <js...@us...> - 2007-11-25 03:52:29
|
Revision: 4433 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4433&view=rev Author: jswhit Date: 2007-11-24 19:52:28 -0800 (Sat, 24 Nov 2007) 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. |
From: <js...@us...> - 2007-11-27 18:07:06
|
Revision: 4471 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4471&view=rev Author: jswhit Date: 2007-11-27 10:07:01 -0800 (Tue, 27 Nov 2007) 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. |
From: <js...@us...> - 2007-11-28 18:18:12
|
Revision: 4487 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4487&view=rev Author: jswhit Date: 2007-11-28 10:18:11 -0800 (Wed, 28 Nov 2007) 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. |
From: <js...@us...> - 2007-11-30 16:08:54
|
Revision: 4526 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4526&view=rev Author: jswhit Date: 2007-11-30 08:08:52 -0800 (Fri, 30 Nov 2007) 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. |
From: <js...@us...> - 2007-12-05 19:30:25
|
Revision: 4631 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4631&view=rev Author: jswhit Date: 2007-12-05 11:30:21 -0800 (Wed, 05 Dec 2007) 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. |
From: <js...@us...> - 2007-12-06 23:32:24
|
Revision: 4660 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4660&view=rev Author: jswhit Date: 2007-12-06 15:32:15 -0800 (Thu, 06 Dec 2007) 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. |
From: <js...@us...> - 2007-12-10 16:17:21
|
Revision: 4687 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4687&view=rev Author: jswhit Date: 2007-12-10 08:17:16 -0800 (Mon, 10 Dec 2007) 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. |
From: <js...@us...> - 2007-12-11 22:03:59
|
Revision: 4699 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4699&view=rev Author: jswhit Date: 2007-12-11 14:03:58 -0800 (Tue, 11 Dec 2007) 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. |
From: <js...@us...> - 2007-12-26 20:01:33
|
Revision: 4791 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4791&view=rev Author: jswhit Date: 2007-12-26 12:01:29 -0800 (Wed, 26 Dec 2007) 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. |
From: <js...@us...> - 2007-12-28 20:29:37
|
Revision: 4797 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4797&view=rev Author: jswhit Date: 2007-12-28 12:29:30 -0800 (Fri, 28 Dec 2007) 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. |
From: <js...@us...> - 2008-01-01 14:33:53
|
Revision: 4799 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4799&view=rev Author: jswhit Date: 2008-01-01 06:33:51 -0800 (Tue, 01 Jan 2008) 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. |
From: <js...@us...> - 2008-01-08 13:38:17
|
Revision: 4809 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4809&view=rev Author: jswhit Date: 2008-01-08 05:38:05 -0800 (Tue, 08 Jan 2008) 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. |
From: <js...@us...> - 2008-02-13 21:48:41
|
Revision: 4962 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4962&view=rev Author: jswhit Date: 2008-02-13 13:48:38 -0800 (Wed, 13 Feb 2008) 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. |
From: <js...@us...> - 2008-02-15 13:17:53
|
Revision: 4969 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4969&view=rev Author: jswhit Date: 2008-02-15 05:17:50 -0800 (Fri, 15 Feb 2008) 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. |
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. |
From: <js...@us...> - 2008-05-30 14:10:15
|
Revision: 5317 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5317&view=rev Author: jswhit Date: 2008-05-30 07:10:10 -0700 (Fri, 30 May 2008) 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. |
From: <js...@us...> - 2008-05-31 13:12:57
|
Revision: 5344 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5344&view=rev Author: jswhit Date: 2008-05-31 06:12:55 -0700 (Sat, 31 May 2008) 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. |
From: <js...@us...> - 2008-06-13 22:06:56
|
Revision: 5528 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5528&view=rev Author: jswhit Date: 2008-06-13 15:06:45 -0700 (Fri, 13 Jun 2008) 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. |
From: <js...@us...> - 2008-06-16 15:14:39
|
Revision: 5560 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5560&view=rev Author: jswhit Date: 2008-06-16 08:13:58 -0700 (Mon, 16 Jun 2008) 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. |