Skip to content

Commit b6fdddb

Browse files
committed
More updates to the Changelog
1 parent aa7a8eb commit b6fdddb

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Changelog

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
version 1.1.0 (git tag v1.1.0rel)
22
--------------------------------
3+
* Updated packaged data to use GSHHG v2.3.6 (PR #311 & #320)
34
* 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)
67
* nightshade() supports datetime timezone-aware datetime objects
78
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)
1112
* Use integer indexes (PR #246)
1213
* 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).
1415
* don't assume grid is regular when adding cyclic point in addcyclic.
1516
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).
2019
* added 'facecolor' keyward argument to drawcounties() method; gives user
2120
ability to fill counties with specified matplotlib color argument.
2221
* fix drawgreatcircle bug so that lines exiting and reentering a projection
2322
region don't draw horizontally across the map.
2423
* 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
2625
of GEOS. Also, this means that on e.g. Debian Linux, basemap can now be
2726
installed from source simply using 'pip install basemap' when the libgeos
2827
packages are installed globally using the package management.

0 commit comments

Comments
 (0)