SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <js...@us...> - 2008年07月23日 12:34:28
Revision: 5821
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5821&view=rev
Author: jswhit
Date: 2008年07月23日 12:34:26 +0000 (2008年7月23日)
Log Message:
-----------
added barbs method
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年07月23日 12:32:48 UTC (rev 5820)
+++ trunk/toolkits/basemap/Changelog	2008年07月23日 12:34:26 UTC (rev 5821)
@@ -1,4 +1,5 @@
 version 0.99.1 (not yet released)
+ * added "barbs" method to draw wind barbs on the map.
 * added "tissot" method for generating Tissot's indicatrix
 (see example plot_tissot.py).
 * fixed processing of coastlines for gnomonic projection.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月06日 21:57:20
Revision: 5984
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5984&view=rev
Author: jswhit
Date: 2008年08月06日 21:57:19 +0000 (2008年8月06日)
Log Message:
-----------
changes to warpimage.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月06日 21:55:46 UTC (rev 5983)
+++ trunk/toolkits/basemap/Changelog	2008年08月06日 21:57:19 UTC (rev 5984)
@@ -1,3 +1,6 @@
+ * warpimage method can now handle gray-scale images, and 
+ images specifed as URLs (for example, the Blue Marble images from
+ http://earthobservatory.nasa.gov/Newsroom/BlueMarble/BlueMarble_monthlies.html).
 version 0.99.1 (not yet released)
 * geos-2.2.3 patched for compatibility with gcc 4.3.
 * added "barbs" method to draw wind barbs on the map.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月07日 00:14:18
Revision: 5986
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5986&view=rev
Author: jswhit
Date: 2008年08月07日 00:14:15 +0000 (2008年8月07日)
Log Message:
-----------
update
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月06日 22:04:08 UTC (rev 5985)
+++ trunk/toolkits/basemap/Changelog	2008年08月07日 00:14:15 UTC (rev 5986)
@@ -1,7 +1,7 @@
 * warpimage method can now handle gray-scale images, and 
 images specifed as URLs (for example, the Blue Marble images from
 http://earthobservatory.nasa.gov/Newsroom/BlueMarble/BlueMarble_monthlies.html).
-version 0.99.1 (not yet released)
+version 0.99.1 (svn revision 5961)
 * geos-2.2.3 patched for compatibility with gcc 4.3.
 * added "barbs" method to draw wind barbs on the map.
 * added "tissot" method for generating Tissot's indicatrix
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月07日 18:05:37
Revision: 5992
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5992&view=rev
Author: jswhit
Date: 2008年08月07日 18:05:34 +0000 (2008年8月07日)
Log Message:
-----------
updated testgdal
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月07日 18:02:32 UTC (rev 5991)
+++ trunk/toolkits/basemap/Changelog	2008年08月07日 18:05:34 UTC (rev 5992)
@@ -1,3 +1,5 @@
+ * testgdal example now uses gdal to read topo data from a raster
+ DEM file and ogr to read state boundaries from a shape file.
 * warpimage method can now handle gray-scale images, and 
 images specifed as URLs (for example, the Blue Marble images from
 http://earthobservatory.nasa.gov/Newsroom/BlueMarble/BlueMarble_monthlies.html).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月08日 12:19:49
Revision: 6006
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6006&view=rev
Author: jswhit
Date: 2008年08月08日 12:19:47 +0000 (2008年8月08日)
Log Message:
-----------
added proj4string instance variable.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月08日 12:18:41 UTC (rev 6005)
+++ trunk/toolkits/basemap/Changelog	2008年08月08日 12:19:47 UTC (rev 6006)
@@ -1,5 +1,6 @@
 version 0.99.2 (not yet released)
 * now works with geos version 3.
+ * added "proj4string" Basemap instance variable.
 * testgdal example now uses gdal to read topo data from a raster
 DEM file and ogr to read state boundaries from a shape file.
 * warpimage method can now handle gray-scale images, and 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月08日 20:52:14
Revision: 6009
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6009&view=rev
Author: jswhit
Date: 2008年08月08日 20:52:12 +0000 (2008年8月08日)
Log Message:
-----------
updated pupynere
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月08日 20:23:52 UTC (rev 6008)
+++ trunk/toolkits/basemap/Changelog	2008年08月08日 20:52:12 UTC (rev 6009)
@@ -1,4 +1,6 @@
 version 0.99.2 (not yet released)
+ * updated NetCDFFile to use pupynere 1.0.1 (now can write as well
+ as read!).
 * now works with geos version 3.
 * added "proj4string" Basemap instance variable.
 * testgdal example now uses gdal to read topo data from a raster
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月09日 12:58:33
Revision: 6011
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6011&view=rev
Author: jswhit
Date: 2008年08月09日 12:58:30 +0000 (2008年8月09日)
Log Message:
-----------
update to pupynere 1.0.2
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年08月09日 12:57:54 UTC (rev 6010)
+++ trunk/toolkits/basemap/Changelog	2008年08月09日 12:58:30 UTC (rev 6011)
@@ -1,5 +1,5 @@
 version 0.99.2 (not yet released)
- * updated NetCDFFile to use pupynere 1.0.1 (now can write as well
+ * updated NetCDFFile to use pupynere 1.0.2 (now can write as well
 as read!).
 * now works with geos version 3.
 * added "proj4string" Basemap instance variable.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年09月11日 12:17:42
Revision: 6082
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6082&view=rev
Author: jswhit
Date: 2008年09月11日 12:17:34 +0000 (2008年9月11日)
Log Message:
-----------
make sure scatter method sets color-mappable.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年09月11日 12:16:16 UTC (rev 6081)
+++ trunk/toolkits/basemap/Changelog	2008年09月11日 12:17:34 UTC (rev 6082)
@@ -1,4 +1,5 @@
 version 0.99.2 (not yet released)
+ * make sure scatter method sets pyplot color mappable.
 * added cubed_sphere example.
 * updated NetCDFFile to use pupynere 1.0.2 (now can write as well
 as read!).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年10月18日 17:47:31
Revision: 6255
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6255&view=rev
Author: jswhit
Date: 2008年10月18日 17:47:28 +0000 (2008年10月18日)
Log Message:
-----------
back out change
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年10月18日 01:15:15 UTC (rev 6254)
+++ trunk/toolkits/basemap/Changelog	2008年10月18日 17:47:28 UTC (rev 6255)
@@ -5,7 +5,6 @@
 * fix bugs in warpimage and bluemarble methods for several projections.
 * bugfix patch for rotate_vector from David Huard. David
 also contributed the beginnings of a test suite.
- * _geoslib.so now installed in mpl_toolkits.basemap.	 
 * make sure scatter method sets pyplot color mappable.
 * added cubed_sphere example.
 * updated NetCDFFile to use pupynere 1.0.2 (now can write as well
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年10月24日 17:58:54
Revision: 6327
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6327&view=rev
Author: jswhit
Date: 2008年10月24日 17:58:47 +0000 (2008年10月24日)
Log Message:
-----------
defer import of netcdf module
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年10月24日 17:40:54 UTC (rev 6326)
+++ trunk/toolkits/basemap/Changelog	2008年10月24日 17:58:47 UTC (rev 6327)
@@ -1,4 +1,6 @@
 version 0.99.2 (not yet released)
+ * defer import of netcdf stuff till it is needed (in NetCDFFile
+ function).
 * Added McBryde-Thomas Flat Polar Quartic (projection =
 'mbtfpq'), Gall Stereographic Cylindrical (projection =
 'gall') and van der Grinten (projection = 'vandg').
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年11月20日 15:46:49
Revision: 6422
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6422&view=rev
Author: jswhit
Date: 2008年11月20日 15:46:46 +0000 (2008年11月20日)
Log Message:
-----------
added save_background.py example.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年11月20日 13:19:50 UTC (rev 6421)
+++ trunk/toolkits/basemap/Changelog	2008年11月20日 15:46:46 UTC (rev 6422)
@@ -1,4 +1,6 @@
 version 0.99.2 (not yet released)
+ * Added save_background.py example, showing how to re-use
+ a map background without redrawing coastlines.
 * Added embedding_map_in_wx.py example (courtesy of
 Mauro Cavalcanti).
 * Added masked array support to shiftgrid function
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年12月10日 12:17:55
Revision: 6541
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6541&view=rev
Author: jswhit
Date: 2008年12月10日 12:17:52 +0000 (2008年12月10日)
Log Message:
-----------
prepare for 0.99.2 release
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年12月10日 04:11:56 UTC (rev 6540)
+++ trunk/toolkits/basemap/Changelog	2008年12月10日 12:17:52 UTC (rev 6541)
@@ -1,4 +1,4 @@
-version 0.99.2 (not yet released)
+version 0.99.2 (svn revision 6541)
 * fix drawlsmask method so that it works for cylindrical
 projections with limits outside (-180,180).
 * added 'scale' keyword to bluemarble and warpimage methods to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年12月13日 19:01:05
Revision: 6601
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6601&view=rev
Author: jswhit
Date: 2008年12月13日 19:01:00 +0000 (2008年12月13日)
Log Message:
-----------
update entry
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2008年12月13日 18:03:10 UTC (rev 6600)
+++ trunk/toolkits/basemap/Changelog	2008年12月13日 19:01:00 UTC (rev 6601)
@@ -5,7 +5,8 @@
 can be iterated over to remove them from the plot.
 * fillcontinents was returning just last Polygon instance.
 Now returns a list of all Polygon instances. 
- * bluemarble: pass kwargs to imshow, return Image instance.
+ * bluemarble/warpimage: pass kwargs to imshow, 
+ return Image instance.
 version 0.99.2 (svn revision 6541)
 * fix drawlsmask method so that it works for cylindrical
 projections with limits outside (-180,180).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年01月12日 12:59:17
Revision: 6780
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6780&view=rev
Author: jswhit
Date: 2009年01月12日 12:59:13 +0000 (2009年1月12日)
Log Message:
-----------
release 0.99.3 svn revision 6780
Revision Links:
--------------
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6780&view=rev
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年01月12日 12:22:11 UTC (rev 6779)
+++ trunk/toolkits/basemap/Changelog	2009年01月12日 12:59:13 UTC (rev 6780)
@@ -1,4 +1,4 @@
-version 0.99.3 (not yet released)
+version 0.99.3 (svn revision 6780)
 * if upper right/lower left corners nor width/height given for
 azimuthal equidistant ('aeqd') the whole world is drawn in 
 a circle (only works for perfect spheres, not ellipsoids).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年01月19日 16:04:43
Revision: 6808
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6808&view=rev
Author: jswhit
Date: 2009年01月19日 16:04:37 +0000 (2009年1月19日)
Log Message:
-----------
updated pupynere
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年01月19日 15:08:56 UTC (rev 6807)
+++ trunk/toolkits/basemap/Changelog	2009年01月19日 16:04:37 UTC (rev 6808)
@@ -1,4 +1,5 @@
 version 0.99.4 (not yet released)
+ * update pupynere to version 1.0.8 (supports writing large files).
 * added more informative error message in readshapefile when
 one of the shapefile components can't be found.
 version 0.99.3 (svn revision 6780)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年01月26日 22:56:23
Revision: 6838
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6838&view=rev
Author: jswhit
Date: 2009年01月26日 22:56:11 +0000 (2009年1月26日)
Log Message:
-----------
updated netcdftime to 0.7.1
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年01月26日 22:54:38 UTC (rev 6837)
+++ trunk/toolkits/basemap/Changelog	2009年01月26日 22:56:11 UTC (rev 6838)
@@ -1,6 +1,6 @@
 version 0.99.4 (not yet released)
- * added date2index function.
- * added 'maskoceans' function.
+ * added date2index function, updated netcdftime to 0.7.1.
+ * added maskoceans function.
 * update pupynere to version 1.0.8 (supports writing large files).
 * added more informative error message in readshapefile when
 one of the shapefile components can't be found.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年03月06日 19:14:50
Revision: 6959
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6959&view=rev
Author: jswhit
Date: 2009年03月06日 19:14:30 +0000 (2009年3月06日)
Log Message:
-----------
fix typo
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年03月06日 19:13:45 UTC (rev 6958)
+++ trunk/toolkits/basemap/Changelog	2009年03月06日 19:14:30 UTC (rev 6959)
@@ -1,5 +1,5 @@
 version 0.99.4 (not yet released)
- * add fix_aspect kwarg to Basemap.__init__, when true
+ * add fix_aspect kwarg to Basemap.__init__, when False
 	 axes.set_aspect is set to 'auto' instead of default 'equal'.
 	 Can be used to make plot fill whole plot region, even if the 
 	 plot region doesn't match the aspect ratio of the map region.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年03月07日 23:47:24
Revision: 6965
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6965&view=rev
Author: jswhit
Date: 2009年03月07日 23:47:02 +0000 (2009年3月07日)
Log Message:
-----------
add new example, fix formatting
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年03月07日 22:44:16 UTC (rev 6964)
+++ trunk/toolkits/basemap/Changelog	2009年03月07日 23:47:02 UTC (rev 6965)
@@ -1,8 +1,9 @@
 version 0.99.4 (not yet released)
+ * added new example "plothighsandlows.py".
 * add fix_aspect kwarg to Basemap.__init__, when False
-	 axes.set_aspect is set to 'auto' instead of default 'equal'.
-	 Can be used to make plot fill whole plot region, even if the 
-	 plot region doesn't match the aspect ratio of the map region.
+ axes.set_aspect is set to 'auto' instead of default 'equal'.
+ Can be used to make plot fill whole plot region, even if the 
+ plot region doesn't match the aspect ratio of the map region.
 * added date2index function, updated netcdftime to 0.7.1.
 * added maskoceans function.
 * update pupynere to version 1.0.8 (supports writing large files).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年06月17日 02:18:50
Revision: 7225
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7225&view=rev
Author: jswhit
Date: 2009年06月17日 02:18:39 +0000 (2009年6月17日)
Log Message:
-----------
ax.frame replaced with ax.spines
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年06月17日 02:06:27 UTC (rev 7224)
+++ trunk/toolkits/basemap/Changelog	2009年06月17日 02:18:39 UTC (rev 7225)
@@ -1,4 +1,6 @@
 version 0.99.4 (not yet released)
+ * ax.frame replaced with ax.spines to maintain compatibility 
+ with matplotlib spines support.
 * added latmax kwarg to drawparallels and drawmeridians 
 (patch from Chris Murphy).
 * added new example "plotmap_shaded.py" (shaded relief plot).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年08月03日 12:21:37
Revision: 7332
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7332&view=rev
Author: jswhit
Date: 2009年08月03日 12:21:30 +0000 (2009年8月03日)
Log Message:
-----------
prepare for new release
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年08月01日 19:34:05 UTC (rev 7331)
+++ trunk/toolkits/basemap/Changelog	2009年08月03日 12:21:30 UTC (rev 7332)
@@ -1,4 +1,4 @@
-version 0.99.4 (not yet released)
+version 0.99.4 (svn revision 7332)
 * ax.frame replaced with ax.spines to maintain compatibility 
 with matplotlib spines support.
 * added latmax kwarg to drawparallels and drawmeridians 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年08月26日 15:33:06
Revision: 7576
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7576&view=rev
Author: jswhit
Date: 2009年08月26日 15:32:59 +0000 (2009年8月26日)
Log Message:
-----------
added mention of new example.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年08月26日 15:29:57 UTC (rev 7575)
+++ trunk/toolkits/basemap/Changelog	2009年08月26日 15:32:59 UTC (rev 7576)
@@ -1,5 +1,6 @@
 version 0.99.5 (not yet released)
 * added 'nightshade' method to shade night regions on a map.
+ 'daynight.py' example added to illustrate usage.
 * added lonmin, lonmax instance variables.
 version 0.99.4 (svn revision 7332)
 * ax.frame replaced with ax.spines to maintain compatibility 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年09月01日 14:45:03
Revision: 7626
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7626&view=rev
Author: jswhit
Date: 2009年09月01日 14:44:50 +0000 (2009年9月01日)
Log Message:
-----------
mask data outside plot region in contourf
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年09月01日 14:06:35 UTC (rev 7625)
+++ trunk/toolkits/basemap/Changelog	2009年09月01日 14:44:50 UTC (rev 7626)
@@ -1,4 +1,6 @@
 version 0.99.5 (not yet released)
+ * in contourf method, mask data outside map projection region
+ (this prevents contourf from erroneously filling entire map).
 * added 'nightshade' method to shade night regions on a map.
 'daynight.py' example added to illustrate usage.
 * added lonmin, lonmax instance variables.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年09月08日 13:13:13
Revision: 7709
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7709&view=rev
Author: jswhit
Date: 2009年09月08日 12:13:44 +0000 (2009年9月08日)
Log Message:
-----------
update date2index function from netcdf4-python
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年09月08日 12:12:18 UTC (rev 7708)
+++ trunk/toolkits/basemap/Changelog	2009年09月08日 12:13:44 UTC (rev 7709)
@@ -1,4 +1,5 @@
 version 0.99.5 (not yet released)
+ * update date2index function with a bug-fix from netcdf4-python.
 * in contourf method, mask data outside map projection region
 (this prevents contourf from erroneously filling entire map).
 * added 'nightshade' method to shade night regions on a map.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2009年09月11日 15:07:31
Revision: 7744
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7744&view=rev
Author: jswhit
Date: 2009年09月11日 15:07:22 +0000 (2009年9月11日)
Log Message:
-----------
fix date2index bugs.
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2009年09月11日 02:30:40 UTC (rev 7743)
+++ trunk/toolkits/basemap/Changelog	2009年09月11日 15:07:22 UTC (rev 7744)
@@ -1,4 +1,5 @@
 version 0.99.5 (not yet released)
+ * fix date2index bugs.
 * update date2index function with a bug-fix from netcdf4-python.
 * in contourf method, mask data outside map projection region
 (this prevents contourf from erroneously filling entire map).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2010年05月12日 14:50:30
Revision: 8310
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8310&view=rev
Author: jswhit
Date: 2010年05月12日 14:50:24 +0000 (2010年5月12日)
Log Message:
-----------
update
Modified Paths:
--------------
 trunk/toolkits/basemap/Changelog
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog	2010年05月12日 14:41:58 UTC (rev 8309)
+++ trunk/toolkits/basemap/Changelog	2010年05月12日 14:50:24 UTC (rev 8310)
@@ -1,4 +1,5 @@
 version 0.99.5 (not yet released)
+	 * let continents that fill the whole map be filled.
 * added option for cubic spline interpolation in interp function
 (order=3) using scipy.ndimage.
 * added "near-sided perspective" projection for a satellite
@@ -8,7 +9,7 @@
 * updated proj4 source to version 4.7.0, pyproj to 1.8.6.
 	 * add "is_land" method to check whether a point is over land or
 water.
-	 * geos-3.1.1 now required. 3.1.1 source included (instead of 2.2.3).
+	 * geos-3.1.1 now required. 3.2.0 source included (instead of 2.2.3).
 * shiftgrid no longer requires a cyclic point to be present
 (patch from Eric Bruning).
 * fix date2index bugs.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
1 2 > >> (Page 1 of 2)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /