Releases: pyproj4/pyproj
2.4.2 Release
Changes
- Elevate +init= warning to FutureWarning (pull #486)
- Add UserWarning to to_proj4() (pull #486)
- BUG: Fix for 32-bit i686 plaforms (issue #481)
- Return ‘inf’ in Proj instead of 1.e30 (pull #491)
Acknowledgements
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:
Guillaume Lostis +
Jos de Kloe
Alan D. Snow
Other contributions:
Bas Couwenberg - testing the builds with Debian.
David Hoese - PR review.
2.4.2 Releace Candidate 0
2.4.2.rc0 version 2.4.2.rc0
2.4.1 Release
Changes
- Wheels contain PROJ version is 6.2.1 (issue #456)
- Wheels for Linux x86_64 use manylinux2010 (pyproj4/pyproj-wheels/pull/18)
- BUG: Fix setting lat_ts for mercator projection in
CRS.from_cf()andCRS.to_cf()(issue #461) - BUG: latlon -> longlat in
CRS.from_cf()for o_proj so behavior consistent in PROJ 6.2.0 and 6.2.1 (pull #472) - ENH: Add repr for
pyproj.crs.CoordinateOperationand forpyproj.transformer.TransformerGroup(pull #464)
Acknowledgements
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:
Kristian Evers +
Alan D. Snow
Other contributions:
Christoph Gohlke - testing the Windows wheel builds.
Bas Couwenberg - testing the builds with Debian.
2.4.0 Release
Changes
- Minimum PROJ version is 6.2.0 (issue #411)
- Removed global pyproj context (issue #418)
- Added support for PROJ JSON in
pyproj.crsobjects andpyproj.Transformer(pull #432) - Moved doctests code out of
pyproj.__init__(issue #417) - Added version information to
python -m pyproj(pull #429) - Added
scope&remarkstopyproj.crsobjects andpyproj.Transformer(issue #441) - Added
operationstopyproj.crs.CoordinateOperationobjects andpyproj.Transformer(issue #441) - Added
pyproj.get_authorities()andpyproj.get_codes()(issue #440) - Release gil in core cython/PROJ code (issue #386)
- BUG: Added checks for unititialized
pyproj.crsobjects to prevent core dumping (issue #433) - BUG: Added fix for get_transform_crs when checking type (pull #439)
- DOC: Build docs with python3 (pull #428)
Acknowledgements
Thanks to everyone who contributed to this release! The detailed bug reports and debugging help are definitely appreciated. Additionally, thanks to those who help with the distribution!
A total of 3 people contributed to the codebase in this release:
Jos de Kloe
Bas Couwenberg
Alan D. Snow
Other contributions:
Christoph Gohlke - testing the Windows wheel builds.
Bas Couwenberg - testing the builds with Debian.
Joris Van den Bossche - reviewing PR's and ideas for improvement.
2.4 Release Candidate 1
2.4.rc1 version 2.4.rc1
2.4 Release Candidate 0
2.4.rc0 bump version to 2.4.rc0
2.3.1 Release
Changes
- Added cleanup for internal PROJ errors (issue #184)
- Delay checking for pyproj data directory until importing pyproj (issue #415)
- Address issue where PROJ core dumps on proj_create with +init= when global context does not have data directory set (issue #415 & issue #368)
Acknowledgements
Thanks to everyone who contributed to this release! The bug reports and debugging help are definitely appreciated. Additionally, thanks to those who help with the distribution!
2.3.1 Release Candidate 3
v2.3.1rc3 FIX: address issue where PROJ core dumps on proj_create when global c…
2.3.1 Release Candidate 2
v2.3.1rc2 bump version to 2.3.1
2.3.1 Release Candidate 1
v2.3.1rc1 delay checking for pyproj data directory until importing pyproj (#416)