File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- since version 1.0.6
2
- -------------------
1
+ version 1.0.7 (not yet released)
2
+ -------------------------------
3
3
* fix drawmeridians so meridians reach edge of plot when map projection region
4
4
is *very* small (issue ???).
5
5
* update pyproj (with fixes to geodesic calculations).
Original file line number Diff line number Diff line change 47
47
else :
48
48
basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
49
49
50
- __version__ = '1.0.6 '
50
+ __version__ = '1.0.7 '
51
51
52
52
# module variable that sets the default value for the 'latlon' kwarg.
53
53
# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def checkversion(GEOS_dir):
110
110
111
111
setup (
112
112
name = "basemap" ,
113
- version = "1.0.6 " ,
113
+ version = "1.0.7 " ,
114
114
description = "Plot data on map projections with matplotlib" ,
115
115
long_description = """
116
116
An add-on toolkit for matplotlib that lets you plot data
You can’t perform that action at this time.
0 commit comments