Skip to content

Commit d0f43e5

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

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ since version 1.3.0.
2323
- `basemap-data-hires` contains the high-resolution data assets.
2424

2525
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]).
2829
- Upgrade default GEOS library dependency to 3.5.1.
2930
- Update and clarify licenses. In summary:
3031
- `basemap`: MIT license.
@@ -38,10 +39,12 @@ since version 1.3.0.
3839
- Fix `Basemap.arcgisimage` for cylindrical coordinates (PR [#505]).
3940
- Force `setup.py` to cythonize `_geoslib.pyx` at compile time (issues [#487],
4041
[#518] and [#521]).
42+
- Update `README` files and apply corrections and changes to outdated content
43+
(issue [#179]).
4144

4245
### Removed
4346
- 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]).
4548
- Precompiled `_geoslib.c` file.
4649

4750
## [1.2.2] - 2020-08-04
@@ -858,6 +861,16 @@ https://github.com/matplotlib/basemap/issues/456
858861
https://github.com/matplotlib/basemap/issues/445
859862
[#436]:
860863
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
861874

862875
[Unreleased]:
863876
https://github.com/matplotlib/basemap/compare/v1.3.0...develop

0 commit comments

Comments
 (0)