@@ -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
10871094https://github.com/matplotlib/basemap/issues/579
10881095[ #577 ] :
10891096https://github.com/matplotlib/basemap/issues/577
1097+ [ #574 ] :
1098+ https://github.com/matplotlib/basemap/issues/574
10901099[ #573 ] :
10911100https://github.com/matplotlib/basemap/issues/573
1101+ [ #568 ] :
1102+ https://github.com/matplotlib/basemap/issues/568
10921103[ #566 ] :
10931104https://github.com/matplotlib/basemap/issues/566
10941105[ #565 ] :
@@ -1177,6 +1188,8 @@ https://github.com/matplotlib/basemap/issues/463
11771188https://github.com/matplotlib/basemap/issues/461
11781189[ #456 ] :
11791190https://github.com/matplotlib/basemap/issues/456
1191+ [ #447 ] :
1192+ https://github.com/matplotlib/basemap/issues/447
11801193[ #445 ] :
11811194https://github.com/matplotlib/basemap/issues/445
11821195[ #444 ] :
@@ -1197,6 +1210,8 @@ https://github.com/matplotlib/basemap/issues/403
11971210https://github.com/matplotlib/basemap/issues/383
11981211[ #362 ] :
11991212https://github.com/matplotlib/basemap/issues/362
1213+ [ #286 ] :
1214+ https://github.com/matplotlib/basemap/issues/286
12001215[ #228 ] :
12011216https://github.com/matplotlib/basemap/issues/228
12021217[ #179 ] :
0 commit comments