Skip to content
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

Merged
merged 5 commits into from
Feb 21, 2018
Merged

Conversation

pelson
Copy link
Member

@pelson pelson commented Feb 21, 2018

Rationale

Docs for the v0.16.0 release so that users can quickly see what's changed.

Implications

  • Slightly improved the spacing on the docs (between class docs and paragraph sections)
  • Properly documented the cartopy.feature.[A-Z]+ features (they were previously documented as cartopy.feature.cartopy.feature.LAND)
  • Documented cartopy.feature.WFSFeature and NaturalEarthFeature.with_scale
  • Fixed a bug in the always_circular example introduced by ENH: Set default zorder for LAND and OCEAN #916.
  • Added information for all examples in the gallery so that the tool-tip isn't empty.

@pelson pelson added this to the 0.16 milestone Feb 21, 2018
@@ -2,6 +2,15 @@
Feature Creation
----------------

This example manually instantiates a :class:`cartopy.feature.NaturalEarthFeature`

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)

Natural Earth have first-order admin boundaries
for most countries at 10m scale which may be
accessed with
``cartopy.feature.STATES.with_scale('10m')``
Copy link
Member

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.

``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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matplotlib, in all places.


* 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`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python

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.
Copy link
Member

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/

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

occurring

@pelson
Copy link
Member Author

pelson commented Feb 21, 2018

Thanks @QuLogic.

Once this goes green, I'm pretty happy to merge it. At which point, I'll tag v0.16.

Copy link
Member

@QuLogic QuLogic left a 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Katrina

@pelson pelson merged commit 3c379ea into SciTools:master Feb 21, 2018
@pelson pelson deleted the whats_new_0.16 branch February 21, 2018 20:06
@pelson
Copy link
Member Author

pelson commented Feb 21, 2018

Thanks for the great review @QuLogic. Definitely a case of 2x 👀 are better than 1! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants