1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Version 0.13 (June 30, 2015)
============================
Features
--------
* Andrea Smith fixed the cartopy CRS class such that 3d transforms such as :class:`cartopy.crs.Geocentric`
now correctly apply deg2rad and rad2deg. (:pull:`625`)
* Peter Killick fixed the cartopy.crs.Mercator projection for non-zero central longitudes. (:pull:`633`)
* Conversion between Matplotlib :class:`matplotlib.path.Path` and
:class:`shapely.geometry.Geometry <Shapely geometry>` using
:func:`cartopy.mpl.patch.path_to_geos` and :func:`cartopy.mpl.patch.geos_to_path` now
handles degenerate point paths.
* Update of tools/feature_download.py to allow mass download of feature data rather than
on-demand downloading.
* A new example was added to the gallery:
.. figure:: ../gallery/miscellanea/images/sphx_glr_eccentric_ellipse_001.png
:target: ../gallery/miscellanea/eccentric_ellipse.html
:align: center
:scale: 70
|