Skip to content

Releases: SciTools/cartopy

v0.19.0.post1

23 Apr 16:45
e0aac0d
Compare
Choose a tag to compare

This release only updates the contents contained in the sdist as the previous version did not contain the compiled Cython extensions. All features are the same as v0.19.0

v0.19.0

21 Apr 16:55
d251b2f
Compare
Choose a tag to compare

Release of Cartopy version 0.19.0

Cartopy 0.18.0

04 May 03:15
v0.18.0
Compare
Choose a tag to compare

Major changes include:

  • Support for building against Proj 6.
  • Support for Python 3.7 and 3.8.
  • Support for Matplotlib 3.2 and 3.3.
  • Support for labelling gridlines on all projections.
  • Support for labelling gridlines within plot boundaries instead of edges.
  • Support for labelling of contours.

and many others.

There are several bug fixes as well. See the milestone for more information.

Contributors

@MBradbury @MarkWieczorek @QuLogic @ahuang11 @dopplershift @greglucas @htonchia @hugovk @kacmak7 @kaedonkers @ocefpaf @pelson @pharshalp @raphaelquast @sadielbartholomew @shevawen @snowman2 @stefraynaud @stephenworsley @wrongkindofdoctor @zbruick

v0.17.0

17 Nov 07:27
15cb943
Compare
Choose a tag to compare

Version 0.17 (2018/11/17)

Issues Closed

In this release 30 issues were closed.

Pull Requests Merged

  • PR 1201 - Make nightshade example figure size consistent.
  • PR 1199 - TST: Disable downloads in autoscaler tests.
  • PR 1197 - SlippyImageArtist redraw on mouse down
  • PR 1196 - Add pretty Jupyter repr of Projections
  • PR 1195 - Add raster caching to smooth pan/zoom
  • PR 1191 - Fix bug in exception for outdated Proj.
  • PR 1189 - Fix up the satellite projections (Fixes #1144)
  • PR 1188 - Add a cartopy.io.img_tiles.Stamen class (1013)
  • PR 1185 - TST: Install all doc deps at the same time.
  • PR 1182 - Add Equal Earth projection
  • PR 1181 - Moved the nightshade implementation into a feature.
  • PR 1180 - Improve warped rectangular projections
  • PR 1178 - Fixes to testing, improved travis.yml and use plt instead of pyplot
  • PR 1173 - Add links to the Gitter chatroom
  • PR 1170 - Update mapbox tiles interface
  • PR 1169 - Improve docs for Cython extensions (996)
  • PR 1168 - Add Eckert family of projections
  • PR 1167 - Normalize and (slightly) speedup boundary and limit calculations
  • PR 1163 - Add Travis configuration to upload sdists to PyPI (1163)
  • PR 1162 - Stop guessing whether Paths are polygons on new MPL. (158, 1078)
  • PR 1160 - Use both x/y limits to determine Mercator threshold. (1155)
  • PR 1159 - TST: Allow new test images to use any mpl style.
  • PR 1158 - TST: Update web tiles result image.
  • PR 1153 - Update sphinx-gallery to 0.2.0
  • PR 1150 - Use pykdtree when available
  • PR 1148 - Fuzz more projection boundaries to work with proj >= 5
  • PR 1146 - Fix projected line strings getting truncated early. (802, 724, 1131, 1015)
  • PR 1145 - TST: Add a fixture enabling SRTM login using envvars.
  • PR 1143 - Update SRTM url and fix tests
  • PR 1139 - Add more projection-specific tests
  • PR 1138 - Add support for other radii in Miller projection + tests
  • PR 1137 - Fix some minor typos and style issues
  • PR 1136 - Deprecate clip_path.
  • PR 1135 - Adding a nightshade/terminator feature (1128)
  • PR 1132 - BLD: Add pyproject.toml defining build requirements. (1112)
  • PR 1130 - Fix support for Matplotlib 3.0.0
  • PR 1129 - TST: Speed up travis a bit
  • PR 1124 - ENH: Support proj4 v5+ (1097, 1071, 1045)
  • PR 1123 - DOC: Fix some minor issues
  • PR 1122 - Fix deprecations from NumPy
  • PR 1121 - TST: Fix license checks with new git and Python.
  • PR 1103 - Add all 60 zones of the UTM projection to the docs projection list
  • PR 1101 - Use tuple for multidimensional array indexing
  • PR 1100 - Prevent segfault in LambertAzimuthalEqualArea ([1099](https://githu...
Read more

v0.16.0

21 Feb 20:08
3c379ea
Compare
Choose a tag to compare
Merge pull request #1028 from pelson/whats_new_0.16

Prepared the what's new for v0.16.

v0.15.1

28 Feb 09:24
Compare
Choose a tag to compare

Bugfix release. Changes:

  • OSGB projection added to the list of native SRS' for WMS/WMTS retrieval (#861).

v0.15.0

v0.15.0rc1

10 Jan 16:37
Compare
Choose a tag to compare
v0.15.0rc1 Pre-release
Pre-release

Release candidate for v0.15.0

v0.14.3

19 Oct 14:52
Compare
Choose a tag to compare
  • Bug fix for numpy 1.10 and 1.11

v0.14.2

20 Apr 09:15
Compare
Choose a tag to compare
Merge pull request #757 from QuLogic/proj4-warnings

Update Proj4 warnings