Skip to content

Commit

Permalink
Merge pull request #741 from pelson/v0.14
Browse files Browse the repository at this point in the history
Prepare for v0.14.0
  • Loading branch information
pelson committed Mar 27, 2016
2 parents 5272976 + cb00b7d commit 885e691
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What's New in cartopy 0.14
==========================

:Release: 0.14.0
:Date: TBC
:Date: 24th March 2016

Features
--------
Expand All @@ -18,18 +18,36 @@ Features
convenience function that returns geodetic circles. This is used by
:meth:`cartopy.mpl.geoaxes.GeoAxes.tissot` which draws Tissot's indicatrices on the axes.

|tissot|_

.. |tissot| image:: examples/tissot_00_00.png

.. _tissot: examples/tissot.html

* The SRTM3 data source has been changed to the `LP DAAC Data Pool
<https://lpdaac.usgs.gov/data_access/data_pool>`_. The Data Pool is more
consistent, fixing several missing tiles, and the data is void-filled.
Consequently, the :func:`cartopy.srtm.fill_gaps` function has been deprecated
as it has no purpose. The :ref:`SRTM example<examples-srtm_shading>` has also
as it has no purpose within the STRM context. The
:ref:`SRTM example<examples-srtm_shading>` has also
been updated to skip the void-filling step. Additionally, this data source
provides SRTM at a higher resolution of 1 arc-second, which may be accessed
via :class:`cartopy.io.srtm.SRTM1Source`.

* All downloaders will use secure connections where available. Note that not
every service supports this method, and so will use insecure HTTP connections
instead. (See :pull:`736` for full list.)
* All downloaders will use secure connections where available. Not
every service supports this method, and so those will use non-secured HTTP connections
instead. (See :pull:`736` for full details.)

* Cartopy now supports, and is tested against, matplotlib 1.3 and 1.5 as well as
numpy 1.7, 1.8 and 1.10.

* Daniel Eriksson added a new example to the gallery:

|image_aurora|_

.. |image_aurora| image:: examples/aurora_forecast_00_00.png

.. _image_aurora: examples/aurora_forecast.html

Incompatible changes
--------------------
Expand Down Expand Up @@ -67,7 +85,7 @@ Features

|image_eccentric_ellipse|_

.. |image_eccentric_ellipse| image:: examples/eccentric_ellipse_00_00.thumb.png
.. |image_eccentric_ellipse| image:: examples/eccentric_ellipse_00_00.png

.. _image_eccentric_ellipse: examples/eccentric_ellipse.html

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def get_config_var(name):
# ==========
setup(
name='Cartopy',
version='0.14.dev0',
version='0.14.0',
url='http://scitools.org.uk/cartopy/docs/latest/',
download_url='https://github.com/SciTools/cartopy',
author='UK Met Office',
Expand Down

0 comments on commit 885e691

Please sign in to comment.