@@ -21,6 +21,10 @@ since version 1.3.0.
21
21
- ` basemap-data ` contains the mandatory data assets required by ` basemap `
22
22
to provide minimal functionality.
23
23
- ` basemap-data-hires ` contains the high-resolution data assets.
24
+
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 ] ).
24
28
- Upgrade default GEOS library dependency to 3.5.1.
25
29
- Update and clarify licenses. In summary:
26
30
- ` basemap ` : MIT license.
@@ -32,8 +36,8 @@ since version 1.3.0.
32
36
### Fixed
33
37
- Fix ` Basemap.pcolormesh ` for ` "ortho" ` projection (PR [ #476 ] ).
34
38
- Fix ` Basemap.arcgisimage ` for cylindrical coordinates (PR [ #505 ] ).
35
- - Force ` setup.py ` to cythonize ` _geoslib.pyx ` at compile time (issues [ #518 ]
36
- and [ #521 ] ).
39
+ - Force ` setup.py ` to cythonize ` _geoslib.pyx ` at compile time (issues [ #487 ] ,
40
+ [ # 518 ] and [ #521 ] ).
37
41
38
42
### Removed
39
43
- Bundled GEOS source code. The same source code can be downloaded using the
@@ -824,14 +828,36 @@ since version 1.3.0.
824
828
- Fix glitches in drawing of parallels and meridians.
825
829
826
830
831
+ [ #526 ] :
832
+ https://github.com/matplotlib/basemap/issues/526
833
+ [ #525 ] :
834
+ https://github.com/matplotlib/basemap/issues/525
827
835
[ #521 ] :
828
836
https://github.com/matplotlib/basemap/issues/521
829
837
[ #518 ] :
830
838
https://github.com/matplotlib/basemap/issues/518
839
+ [ #510 ] :
840
+ https://github.com/matplotlib/basemap/issues/510
831
841
[ #505 ] :
832
842
https://github.com/matplotlib/basemap/pull/505
843
+ [ #491 ] :
844
+ https://github.com/matplotlib/basemap/issues/491
845
+ [ #489 ] :
846
+ https://github.com/matplotlib/basemap/issues/489
847
+ [ #488 ] :
848
+ https://github.com/matplotlib/basemap/issues/488
849
+ [ #487 ] :
850
+ https://github.com/matplotlib/basemap/issues/487
833
851
[ #476 ] :
834
852
https://github.com/matplotlib/basemap/pull/476
853
+ [ #461 ] :
854
+ https://github.com/matplotlib/basemap/issues/461
855
+ [ #456 ] :
856
+ https://github.com/matplotlib/basemap/issues/456
857
+ [ #445 ] :
858
+ https://github.com/matplotlib/basemap/issues/445
859
+ [ #436 ] :
860
+ https://github.com/matplotlib/basemap/issues/436
835
861
836
862
[ Unreleased] :
837
863
https://github.com/matplotlib/basemap/compare/v1.3.0...develop
0 commit comments