@@ -258,21 +258,21 @@ https://semver.org/spec/v2.0.0.html
258258
259259### Added
260260- Precompiled binary wheels available in PyPI.
261- - Complete workflow to build the project wheels for Windows and GNU/Linux
262- using GitHub Actions.
261+ - Complete workflow to build the project wheels for Windows and
262+ GNU/Linux using GitHub Actions.
263263
264264### Changed
265- - Reorganise the package structure. In summary, the former ` basemap ` package
266- is split in three:
265+ - Reorganise the package structure. In summary, the former ` basemap `
266+ package is split in three:
267267 - ` basemap ` itself contains the Python modules.
268- - ` basemap-data ` contains the mandatory data assets required by ` basemap `
269- to provide minimal functionality.
268+ - ` basemap-data ` contains the mandatory data assets required by
269+ ` basemap ` to provide minimal functionality.
270270 - ` basemap-data-hires ` contains the high-resolution data assets.
271271
272- This change together with the precompiled binary wheels in PyPI should solve
273- most of the former installation problems (see issues [ #403 ] , [ # 405 ] , [ # 422 ] ,
274- [ #436 ] , [ #445 ] , [ #456 ] , [ #461 ] , [ #488 ] , [ #489 ] , [ #491 ] , [ #510 ] , [ # 513 ] ,
275- [ #525 ] , [ #526 ] and [ #535 ] ).
272+ This change together with the precompiled binary wheels in PyPI should
273+ solve most of the former installation problems (see issues [ #403 ] ,
274+ [ #405 ] , [ #422 ] , [ #436 ] , [ #445 ] , [ #456 ] , [ #461 ] , [ #488 ] , [ #489 ] ,
275+ [ #491 ] , [ # 510 ] , [ # 513 ] , [ # 525 ] , [ #526 ] and [ #535 ] ).
276276- Upgrade default GEOS library dependency to 3.5.1.
277277- Update and clarify licenses. In summary:
278278 - ` basemap ` : MIT license.
@@ -284,14 +284,14 @@ https://semver.org/spec/v2.0.0.html
284284### Fixed
285285- Fix ` Basemap.pcolormesh ` for ` "ortho" ` projection (PR [ #476 ] ).
286286- Fix ` Basemap.arcgisimage ` for cylindrical coordinates (PR [ #505 ] ).
287- - Force ` setup.py ` to cythonize ` _geoslib.pyx ` at compile time (issues [ # 487 ] ,
288- [ #518 ] and [ #521 ] ).
289- - Update ` README ` files and apply corrections and changes to outdated content
290- (issue [ #179 ] ).
287+ - Force ` setup.py ` to cythonize ` _geoslib.pyx ` at compile time (issues
288+ [ #487 ] , [ # 518 ] and [ #521 ] ).
289+ - Update ` README ` files and apply corrections and changes to outdated
290+ content (issue [ #179 ] ).
291291
292292### Removed
293- - Bundled GEOS source code. The same source code can be downloaded using the
294- ` GeosLibrary ` class in ` utils ` (issue [ #228 ] ).
293+ - Bundled GEOS source code. The same source code can be downloaded using
294+ the ` GeosLibrary ` class in ` utils ` (issue [ #228 ] ).
295295- Precompiled ` _geoslib.c ` file (issue [ #437 ] ).
296296
297297## [ 1.2.2] - 2020-08-04
0 commit comments