-
Notifications
You must be signed in to change notification settings - Fork 371
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
Prepared the what's new for v0.16. #1028
Conversation
de92921
to
a72b442
Compare
@@ -2,6 +2,15 @@ | |||
Feature Creation | |||
---------------- | |||
|
|||
This example manually instantiates a :class:`cartopy.feature.NaturalEarthFeature` |
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.
E501 line too long (81 > 79 characters)
a72b442
to
d27eaf3
Compare
Natural Earth have first-order admin boundaries | ||
for most countries at 10m scale which may be | ||
accessed with | ||
``cartopy.feature.STATES.with_scale('10m')`` |
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.
You could remove some of the spaces in the first column and then maybe wrap this a bit less.
docs/source/whats_new.rst
Outdated
``sweep_angle_axis`` keyword argument. (:pull:`890`, :pull:`897`) | ||
|
||
* Elliott Sales de Andrade made a number of micro-optimisations to the | ||
matplotlib interface, fixed a number of documentation issues with |
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.
Matplotlib, in all places.
docs/source/whats_new.rst
Outdated
|
||
* Elliott Sales de Andrade made a number of micro-optimisations to the | ||
matplotlib interface, fixed a number of documentation issues with | ||
python 3 and added matplotlib 2.0 & 2.1 compatibility. (:pull:`886`, |
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.
Python
docs/source/whats_new.rst
Outdated
python 3 and added matplotlib 2.0 & 2.1 compatibility. (:pull:`886`, | ||
:pull:`901`, :pull:`780`, :pull:`773`, :pull:`977`) | ||
|
||
* Tick padding was added to the to gridliner. |
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.
s/to the to/to the/
docs/source/whats_new.rst
Outdated
stability of polygon transformation. The changes reduce the frequency | ||
of messages such as | ||
``Unidentified problem with geometry, linestring being re-added`` and | ||
``Self-intersection at or near point <X> <Y>`` occuring. |
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.
occurring
14b87f5
to
7da6255
Compare
Thanks @QuLogic. Once this goes green, I'm pretty happy to merge it. At which point, I'll tag |
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.
One small typo.
@@ -2,6 +2,9 @@ | |||
Hurricane Katrina | |||
----------------- | |||
|
|||
This example uses the power of Shapely to illustrate states that are likely to | |||
have been significantly impacted by Hurricane Katrine. |
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.
Katrina
a72b3c7
to
08c8608
Compare
Thanks for the great review @QuLogic. Definitely a case of 2x 👀 are better than 1! 😄 |
Rationale
Docs for the v0.16.0 release so that users can quickly see what's changed.
Implications
cartopy.feature.[A-Z]+
features (they were previously documented ascartopy.feature.cartopy.feature.LAND
)cartopy.feature.WFSFeature
andNaturalEarthFeature.with_scale