@@ -16,19 +16,23 @@ https://semver.org/spec/v2.0.0.html
16
16
- Fix ` GeosLibrary ` wrapper to also work with CMake >= 3.27.0 and
17
17
Python 2.7 on Windows by adding '/MANIFEST: NO ' to override the new
18
18
default '/MANIFEST: EMBED ,ID=2' provided to linker.
19
- - Fix references to removed ` numpy.float ` alias (solves issue [ #589 ] ,
20
- thanks to @quickbrett ).
21
- - Fix bug with elliptical maps causing warped images (Blue Marble,
22
- ETOPO, Shaded Relief) to be shown behind the map background when the
23
- map boundary is not initialised manually (solves issue [ #577 ] , thanks
24
- to @YilongWang ).
19
+ - Fix broken ` Proj.__call__ ` when the input arguments are provided as
20
+ a combined single array.
25
21
- Fix flipped coastlines with pseudocylindrical projections when ` lon_0 `
26
22
is greater than 0 deg (solves issues [ #443 ] and [ #463 ] , thanks to
27
23
@YilongWang ).
28
- - Fix broken ` Proj.__call__ ` when the input arguments are provided as
29
- a combined single array.
30
24
- Fix ` antialiased ` argument being ignored in ` Basemap.drawcounties ` and
31
25
` Basemap.readshapefile ` (solves issue [ #501 ] , thanks to @TheFizzWare ).
26
+ - Fix ` BaseGeometry.intersection ` in ` _geoslib ` so that it also works
27
+ with ` GEOS_GEOMETRYCOLLECTION ` objects returned by ` GEOSIntersection `
28
+ (solves issue [ #566 ] , where country boundaries are missing due to this
29
+ bug, thanks to @guidocioni ).
30
+ - Fix bug with elliptical maps causing warped images (Blue Marble,
31
+ ETOPO, Shaded Relief) to be shown behind the map background when the
32
+ map boundary is not initialised manually (solves issue [ #577 ] , thanks
33
+ to @YilongWang ).
34
+ - Fix references to removed ` numpy.float ` alias (solves issue [ #589 ] ,
35
+ thanks to @quickbrett ).
32
36
- Fix wrong reference to ` ireland.py ` example in FAQ, which should be
33
37
` hires.py ` instead, and fix wrong use of locals and invalid syntax
34
38
in this example (solves issue [ #592 ] , thanks to @timcoote ).
@@ -1017,6 +1021,8 @@ https://github.com/matplotlib/basemap/issues/579
1017
1021
https://github.com/matplotlib/basemap/issues/577
1018
1022
[ #573 ] :
1019
1023
https://github.com/matplotlib/basemap/issues/573
1024
+ [ #566 ] :
1025
+ https://github.com/matplotlib/basemap/issues/566
1020
1026
[ #564 ] :
1021
1027
https://github.com/matplotlib/basemap/pull/564
1022
1028
[ #563 ] :
0 commit comments