File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- since version 1.0.2
1+ version 1.0.3 (not yet released)
2+ * fix bug in drawparallels that results in 'KeyError' when drawing
3+ parallels very close together (0.1 degrees).
24 * fix constant in Robinson projection (update PJ_robin.c
35 from proj4 svn).
46 * fix typo in setup.py (replace "!= ['sdist','clean']" with
Original file line number Diff line number Diff line change 4545else :
4646 basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
4747
48- __version__ = '1.0.2 '
48+ __version__ = '1.0.3 '
4949
5050# supported map projections.
5151_projnames = {'cyl' : 'Cylindrical Equidistant' ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def checkversion(GEOS_dir):
111111
112112setup (
113113 name = "basemap" ,
114- version = "1.0.2 " ,
114+ version = "1.0.3 " ,
115115 description = "Plot data on map projections with matplotlib" ,
116116 long_description = """
117117 An add-on toolkit for matplotlib that lets you plot data
You can’t perform that action at this time.
0 commit comments