@@ -14,6 +14,13 @@ https://semver.org/spec/v2.0.0.html
14
14
15
15
### Added
16
16
- 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 ] ).
17
24
- Optional argument ` encoding_errors ` for ` Basemap.readshapefile ` method
18
25
(PR [ #554 ] by @guziy , implements request [ #552 ] ).
19
26
- Optional argument ` cachedir ` for ` Basemap.arcgisimage ` method to allow
@@ -1087,8 +1094,12 @@ https://github.com/matplotlib/basemap/pull/580
1087
1094
https://github.com/matplotlib/basemap/issues/579
1088
1095
[ #577 ] :
1089
1096
https://github.com/matplotlib/basemap/issues/577
1097
+ [ #574 ] :
1098
+ https://github.com/matplotlib/basemap/issues/574
1090
1099
[ #573 ] :
1091
1100
https://github.com/matplotlib/basemap/issues/573
1101
+ [ #568 ] :
1102
+ https://github.com/matplotlib/basemap/issues/568
1092
1103
[ #566 ] :
1093
1104
https://github.com/matplotlib/basemap/issues/566
1094
1105
[ #565 ] :
@@ -1177,6 +1188,8 @@ https://github.com/matplotlib/basemap/issues/463
1177
1188
https://github.com/matplotlib/basemap/issues/461
1178
1189
[ #456 ] :
1179
1190
https://github.com/matplotlib/basemap/issues/456
1191
+ [ #447 ] :
1192
+ https://github.com/matplotlib/basemap/issues/447
1180
1193
[ #445 ] :
1181
1194
https://github.com/matplotlib/basemap/issues/445
1182
1195
[ #444 ] :
@@ -1197,6 +1210,8 @@ https://github.com/matplotlib/basemap/issues/403
1197
1210
https://github.com/matplotlib/basemap/issues/383
1198
1211
[ #362 ] :
1199
1212
https://github.com/matplotlib/basemap/issues/362
1213
+ [ #286 ] :
1214
+ https://github.com/matplotlib/basemap/issues/286
1200
1215
[ #228 ] :
1201
1216
https://github.com/matplotlib/basemap/issues/228
1202
1217
[ #179 ] :
0 commit comments