Skip to content

Commit

Permalink
Add whats new for 0.15.0 release (#846)
Browse files Browse the repository at this point in the history
* Add whats new for 0.15.0 release
  • Loading branch information
lbdreyer authored and marqh committed Feb 2, 2017
1 parent 949aa3e commit a468b72
Showing 1 changed file with 62 additions and 4 deletions.
66 changes: 62 additions & 4 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
What's New in cartopy 0.15
==========================

:Release: 0.15.0
:Date: 1st February 2017

Features
--------

* The :class:`cartopy.crs.Mercator` class now allows a ``latitude_true_scale``
to be specified.

* A ``tiles`` url can now be passed directly to the
:class:`cartopy.io.img_tiles.GoogleTiles` class.

* The :meth:`~cartopy.mpl.geoaxes.GeoAxes.background_img` method has been
added. This allows users to add a background image to the map, from a
selection of pre-prepared images held in a directory specified by the
CARTOPY_USER_BACKGROUNDS environment variable.

* The Web Map Tile Service (WMTS) interface has been extended so that WMTS
layers can be added to geoaxes in different projections.

* The :class:`~cartopy.crs.NearsidePerspective` projection has been added.

* Optional kwargs can now be supplied to the
:meth:`~cartopy.mpl.geoaxes.GeoAxes.add_wmts` method, which will be passed to
the OGC WMTS ``gettile`` method.

* New additions to the gallery:

|image_axes_grid|_

.. |image_axes_grid| image:: examples/axes_grid_basic_00_00.png

.. _image_axes_grid: examples/axes_grid_basic.html

|image_reprojected_wmts|_

.. |image_reprojected_wmts| image:: examples/reprojected_wmts_00_00.png

.. _image_reprojected_wmts: examples/reprojected_wmts.html

|image_wmts_time|_

.. |image_wmts_time| image:: examples/wmts_time_00_00.png

.. _image_wmts_time: examples/wmts_time.html


-----------


What's New in cartopy 0.14
==========================

Expand Down Expand Up @@ -49,6 +102,7 @@ Features

.. _image_aurora: examples/aurora_forecast.html


Incompatible changes
--------------------
* :meth:`cartopy.crs.CRS.transform_point` now issues NaNs when invalid transforms are identified.
Expand All @@ -59,6 +113,10 @@ Deprecations
* :data:`cartopy.crs.GOOGLE_MERCATOR` has been moved to :data:`cartopy.crs.Mercator.GOOGLE`.


-----------



What's new in cartopy 0.13
==========================

Expand Down Expand Up @@ -90,6 +148,9 @@ Features
.. _image_eccentric_ellipse: examples/eccentric_ellipse.html


-----------



What's new in cartopy 0.12
==========================
Expand Down Expand Up @@ -269,10 +330,7 @@ What's new in cartopy 0.11
* Thomas Lecocq added functionality to :mod:`cartopy.io.srtm` allowing
intelligent filling of missing elevation data, as well as a function to
compute elevation shading for relief style mapping. An example has been added
which uses both of these functions to produce a grayscale shaded relief map:

.. plot:: examples/srtm_shading.py
:width: 300pt
which uses both of these functions to produce a grayscale shaded relief map

* Lion Krischer extended the capability of
:class:`~cartopy.io.img_tiles.GoogleTiles` to allow support for **street**,
Expand Down

0 comments on commit a468b72

Please sign in to comment.