@@ -23,8 +23,9 @@ since version 1.3.0.
23
23
- ` basemap-data-hires ` contains the high-resolution data assets.
24
24
25
25
This change together with the precompiled binary wheels in PyPI should solve
26
- most of the former installation problems (see issues [ #436 ] , [ #445 ] , [ #456 ] ,
27
- [ #461 ] , [ #488 ] , [ #489 ] , [ #491 ] , [ #510 ] , [ #525 ] and [ #526 ] ).
26
+ most of the former installation problems (see issues [ #403 ] , [ #405 ] , [ #422 ] ,
27
+ [ #436 ] , [ #445 ] , [ #456 ] , [ #461 ] , [ #488 ] , [ #489 ] , [ #491 ] , [ #510 ] , [ #525 ] and
28
+ [ #526 ] ).
28
29
- Upgrade default GEOS library dependency to 3.5.1.
29
30
- Update and clarify licenses. In summary:
30
31
- ` basemap ` : MIT license.
@@ -38,10 +39,12 @@ since version 1.3.0.
38
39
- Fix ` Basemap.arcgisimage ` for cylindrical coordinates (PR [ #505 ] ).
39
40
- Force ` setup.py ` to cythonize ` _geoslib.pyx ` at compile time (issues [ #487 ] ,
40
41
[ #518 ] and [ #521 ] ).
42
+ - Update ` README ` files and apply corrections and changes to outdated content
43
+ (issue [ #179 ] ).
41
44
42
45
### Removed
43
46
- Bundled GEOS source code. The same source code can be downloaded using the
44
- ` GeosLibrary ` class in ` utils ` .
47
+ ` GeosLibrary ` class in ` utils ` (issue [ # 228 ] ) .
45
48
- Precompiled ` _geoslib.c ` file.
46
49
47
50
## [ 1.2.2] - 2020-08-04
@@ -858,6 +861,16 @@ https://github.com/matplotlib/basemap/issues/456
858
861
https://github.com/matplotlib/basemap/issues/445
859
862
[ #436 ] :
860
863
https://github.com/matplotlib/basemap/issues/436
864
+ [ #422 ] :
865
+ https://github.com/matplotlib/basemap/issues/422
866
+ [ #405 ] :
867
+ https://github.com/matplotlib/basemap/issues/405
868
+ [ #403 ] :
869
+ https://github.com/matplotlib/basemap/issues/403
870
+ [ #228 ] :
871
+ https://github.com/matplotlib/basemap/issues/228
872
+ [ #179 ] :
873
+ https://github.com/matplotlib/basemap/issues/179
861
874
862
875
[ Unreleased] :
863
876
https://github.com/matplotlib/basemap/compare/v1.3.0...develop
0 commit comments