Published February 21, 2020
| Version v2.5.0rel
Software
Open
pyproj4/pyproj: 2.5.0 Release
Authors/Creators
- Alan D. Snow1
- Jeff Whitaker
- Micah Cochran2
- Joris Van den Bossche
- Chris Mayo
- Jos de Kloe3
- Charles Karney
- George Ouzounoudis
- Justin Dearing4
- Heitor
- Filipe
- Ryan May5
- Mikhail Itkin
- Bas Couwenberg
- The Gitter Badger6
- Nick Eubank7
- Michael Dunphy
- Matthew Brett8
- Marco Aurélio da Costa
- Kristian Evers9
- Jakob de Maeyer
- Guillaume Lostis
- Eduard Popov
- Christoph Gohlke
- Chris Willoughby
- Chris Barker10
- Bernhard M. Wiedemann11
- 1. @corteva
- 2. City of Athens, Alabama, USA
- 3. KNMI
- 4. Zippysoft Consulting
- 5. UCAR/@Unidata
- 6. Gitter
- 7. Academia
- 8. University of Birmingham
- 9. SDFE.dk
- 10. National Oceanic and Atmospheric Administration
- 11. @SUSE
Description
Changes
- Wheels contain PROJ version is 6.3.1
- Remove deprecated PyObject_AsWriteBuffer (issue #495)
- ENH: Added
pyproj.crs.CRS.equalswithignore_axis_orderkwarg (issue #493) - ENH: Added
pyproj.crs.CoordinateSystem.from_json,pyproj.crs.CoordinateSystem.from_json_dict, andpyproj.crs.CoordinateSystem.from_string(pull #501) - ENH: Added
pyproj.crs.CoordinateSystemtopyproj.crsnamespace (pull #501) - ENH: Added
pyproj.crs.CoordinateSystem.from_user_input,pyproj.crs.CoordinateOperation.from_user_input,pyproj.crs.Datum.from_user_input,pyproj.crs.PrimeMeridian.from_user_input,pyproj.crs.Ellipsoid.from_user_input(pull #502) - ENH: Added
pyproj.crs.CoordinateSystem.from_name,pyproj.crs.CoordinateOperation.from_name,pyproj.crs.Datum.from_name, :meth:pyproj.crs.PrimeMeridian.from_name,pyproj.crs.Ellipsoid.from_name(pull #505) - BUG: Fix getting :attr:
pyproj.crs.Ellipsoid.semi_minor_metrewhen not computed (issue #457) - ENH: Added support for custom CRS (issue #389)
- ENH: Added enumeration for WKT2_2019 (issue #526)
- ENH: Update from_cf/to_cf to use WKT instead of PROJ strings for internal management (issue #515)
Thanks to everyone who contributed to this release! The detailed bug reports are definitely appreciated. Additionally, thanks to those who help with the distribution!
A total of 3 people contributed to the codebase in this release. People with a "+" by their names contributed a patch for the first time:
Bas Couwenberg Eduard Popov + Alan D. Snow
Other contributions:Christoph Gohlke - testing the Windows wheel builds. Bas Couwenberg - testing the builds with Debian. David Hoese - testing of new CRS.to_cf/from_cf methods
Files
pyproj4/pyproj-v2.5.0rel.zip
Files
(182.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:048985264a78a078f9a8e458f12a6828
|
182.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pyproj4/pyproj/tree/v2.5.0rel (URL)