Skip to content

Commit ecf540e

Browse files
committed
Update CHANGELOG
1 parent 73213a5 commit ecf540e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ https://semver.org/spec/v2.0.0.html
1414

1515
### Added
1616
- Support for Python 3.12.
17+
- Complete support for `basemap` in `conda-forge` channel for the major
18+
platforms on x64 and for MacOS on arm64 (solves issue [#286]).
19+
- Precompiled wheels for MacOS x64 and arm64 on PyPI (solves issues
20+
[#447] and [#574]).
21+
- Renewed documentation, with fixes for the broken links and examples,
22+
an improved section on the installation process, and without the
23+
deprecation/sunsetting section (solves issues [#527] and [#568]).
1724
- Optional argument `encoding_errors` for `Basemap.readshapefile` method
1825
(PR [#554] by @guziy, implements request [#552]).
1926
- Optional argument `cachedir` for `Basemap.arcgisimage` method to allow
@@ -1087,8 +1094,12 @@ https://github.com/matplotlib/basemap/pull/580
10871094
https://github.com/matplotlib/basemap/issues/579
10881095
[#577]:
10891096
https://github.com/matplotlib/basemap/issues/577
1097+
[#574]:
1098+
https://github.com/matplotlib/basemap/issues/574
10901099
[#573]:
10911100
https://github.com/matplotlib/basemap/issues/573
1101+
[#568]:
1102+
https://github.com/matplotlib/basemap/issues/568
10921103
[#566]:
10931104
https://github.com/matplotlib/basemap/issues/566
10941105
[#565]:
@@ -1177,6 +1188,8 @@ https://github.com/matplotlib/basemap/issues/463
11771188
https://github.com/matplotlib/basemap/issues/461
11781189
[#456]:
11791190
https://github.com/matplotlib/basemap/issues/456
1191+
[#447]:
1192+
https://github.com/matplotlib/basemap/issues/447
11801193
[#445]:
11811194
https://github.com/matplotlib/basemap/issues/445
11821195
[#444]:
@@ -1197,6 +1210,8 @@ https://github.com/matplotlib/basemap/issues/403
11971210
https://github.com/matplotlib/basemap/issues/383
11981211
[#362]:
11991212
https://github.com/matplotlib/basemap/issues/362
1213+
[#286]:
1214+
https://github.com/matplotlib/basemap/issues/286
12001215
[#228]:
12011216
https://github.com/matplotlib/basemap/issues/228
12021217
[#179]:

0 commit comments

Comments
 (0)