|
1 | 1 | version 1.1.0 (git tag v1.1.0rel)
|
2 | 2 | --------------------------------
|
| 3 | +* Updated packaged data to use GSHHG v2.3.6 (PR #311 & #320) |
3 | 4 | * pyshp/pyproj are now external dependencies (PR #234)
|
4 |
| -* Proper clipping of plots regardless of projection (issue 175) |
5 |
| -* drawmapscale() supports "feet" as an input unit (PR 289) |
| 5 | +* Proper clipping of plots regardless of projection (issue #175) |
| 6 | +* drawmapscale() supports "feet" as an input unit (PR #289) |
6 | 7 | * nightshade() supports datetime timezone-aware datetime objects
|
7 | 8 | as long as the timezone is UTC. Still assumes timezone-naive
|
8 |
| - objects are UTC as well. (issue 272) |
9 |
| -* Properly perform input validation/casting (issue 260) |
10 |
| -* Support newer versions of OWSLib (PR 259) |
| 9 | + objects are UTC as well. (issue #272) |
| 10 | +* Properly perform input validation/casting (issue #260) |
| 11 | +* Support newer versions of OWSLib (PR #259) |
11 | 12 | * Use integer indexes (PR #246)
|
12 | 13 | * Stop ResourceWarnings for unclosed files in py3k (PR #244)
|
13 |
| -* add 'textcolor' kwarg to drawmeridians and drawparallels (issue 145). |
| 14 | +* add 'textcolor' kwarg to drawmeridians and drawparallels (issue #145). |
14 | 15 | * don't assume grid is regular when adding cyclic point in addcyclic.
|
15 | 16 | New kwargs 'axis' and 'cyclic' added. More than one array
|
16 |
| - can be handled at a time, as long as the last one is longitude. Issue 139. |
17 |
| -* fix for coastline drawing glitch (issue 123). |
18 |
| -* update shapefile.py to version 1.2.0 from pyshp.googlecode.com. Add back |
19 |
| - in modification clobbered in upgrade to version 1.1.7 (issue 30). |
| 17 | + can be handled at a time, as long as the last one is longitude. (issue #139). |
| 18 | +* fix for coastline drawing glitch (issue #123). |
20 | 19 | * added 'facecolor' keyward argument to drawcounties() method; gives user
|
21 | 20 | ability to fill counties with specified matplotlib color argument.
|
22 | 21 | * fix drawgreatcircle bug so that lines exiting and reentering a projection
|
23 | 22 | region don't draw horizontally across the map.
|
24 | 23 | * on non-windows platforms, only link against libgeos C API (and not against
|
25 |
| - C++ API anymore; issue 140). This is recommended by the authors/maintainers |
| 24 | + C++ API anymore; issue #140). This is recommended by the authors/maintainers |
26 | 25 | of GEOS. Also, this means that on e.g. Debian Linux, basemap can now be
|
27 | 26 | installed from source simply using 'pip install basemap' when the libgeos
|
28 | 27 | packages are installed globally using the package management.
|
|
0 commit comments