-
Notifications
You must be signed in to change notification settings - Fork 397
Version bump to 1.1.0. Update Changelog. Update package metadata. #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
doc/users/installing.rst
Outdated
@@ -21,28 +21,27 @@ Python 2.4 (or later, including Python 3) | |||
numpy 1.2.1 (or later) | |||
array support for python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__) | |||
|
|||
**Required libraries that ship with basemap** | |||
`PROJ4 <http://trac.osgeo.org/proj/>`__ Cartographic Projections Library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https
doc/users/intro.rst
Outdated
Starting in 2016, Basemap came under new management. The | ||
`Cartopy project <http://scitools.org.uk/cartopy/>`_ will replace | ||
Basemap, but it hasn't yet implemented all of Basemap's features. | ||
All new software development should try to use CartoPy whenever possible, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An errant CartoPy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to have a Basemap release along with the Matplotlib v2.0 release.
doc/users/installing.rst
Outdated
**Required libraries that ship with basemap** | ||
`PROJ4 <https://trac.osgeo.org/proj/>`__ Cartographic Projections Library. | ||
|
||
**Required library that ship with basemap** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship -> ships
doc/users/intro.rst
Outdated
@@ -21,14 +21,30 @@ datasets (from `Generic Mapping Tools <http://gmt.soest.hawaii.edu/>`_) | |||
are provided, along with methods for plotting them. The `GEOS library | |||
<http://geos.refractions.net>`_ is used internally to clip the coastline and polticial boundary features to the desired map projection region. | |||
|
|||
Basemap provides facilities for reading `shapefiles | |||
<http://en.wikipedia.org/wiki/Shapefile>`_. | |||
|
|||
Basemap is geared toward the needs of earth scientists, particular |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
particular -> particularly (or "in particular")
doc/users/intro.rst
Outdated
|
||
Ben Root has volunteered to take over maintenance of Basemap until 2020. | ||
Pull requests will be reviewed, and bugs will be fixed. Also, the | ||
maintenance will ensure compatibility with packages like NumPy and matplotlib. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize Matplotlib.
going to try and figure everything out for release tomorrow |
Don't merge yet. Staging the changes needed for a version 1.1.0 release of Basemap.
Update the package metadata to include myself as maintainer, updated the changelog, and did a version bump.
I should double-check that the license information is correct.