Skip to content

Commit ca0255c

Browse files
committed
Add closed issues to CHANGELOG
1 parent 5190760 commit ca0255c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ since version 1.3.0.
2121
- `basemap-data` contains the mandatory data assets required by `basemap`
2222
to provide minimal functionality.
2323
- `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]).
2428
- Upgrade default GEOS library dependency to 3.5.1.
2529
- Update and clarify licenses. In summary:
2630
- `basemap`: MIT license.
@@ -32,8 +36,8 @@ since version 1.3.0.
3236
### Fixed
3337
- Fix `Basemap.pcolormesh` for `"ortho"` projection (PR [#476]).
3438
- 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]).
3741

3842
### Removed
3943
- Bundled GEOS source code. The same source code can be downloaded using the
@@ -824,14 +828,36 @@ since version 1.3.0.
824828
- Fix glitches in drawing of parallels and meridians.
825829

826830

831+
[#526]:
832+
https://github.com/matplotlib/basemap/issues/526
833+
[#525]:
834+
https://github.com/matplotlib/basemap/issues/525
827835
[#521]:
828836
https://github.com/matplotlib/basemap/issues/521
829837
[#518]:
830838
https://github.com/matplotlib/basemap/issues/518
839+
[#510]:
840+
https://github.com/matplotlib/basemap/issues/510
831841
[#505]:
832842
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
833851
[#476]:
834852
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
835861

836862
[Unreleased]:
837863
https://github.com/matplotlib/basemap/compare/v1.3.0...develop

0 commit comments

Comments
 (0)