Skip to content

Releases: pyproj4/pyproj

3.6.1 Release

21 Sep 01:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Other contributions:

Full Changelog: 3.6.0...3.6.1

3.6.1rc0

19 Sep 02:30
Compare
Choose a tag to compare
3.6.1rc0 Pre-release
Pre-release
MNT: version 3.6.1rc0

3.6.0 Release

12 Jun 13:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Other contributions:

Full Changelog: 3.5.0...3.6.0

3.6.0rc0

09 Jun 01:24
Compare
Choose a tag to compare
3.6.0rc0 Pre-release
Pre-release
MNT: Version 3.6.0rc0

3.5.0 Release

28 Mar 02:41
Compare
Choose a tag to compare

What's Changed

  • WHL: PROJ 9.2 in wheels in #1243
  • DEP: Minimum PROJ version 9.0 by @snowman2 in #1244
  • ENH: Add inplace kwarg to Geod.fwd and Geod.inv by @greglucas in #1201
  • ENH: Add return_back_azimuth kwarg to fwd, inv, fwd_intermediate, inv_intermediate by @idanmiara in #1165
  • ENH: Added only_best kwarg to Transformer.from_crs by @snowman2 in #1236
  • PERF: Optimize point transformations by @greglucas & @snowman2 in #1204, #1209, #1205
  • PERF: Optimize for single point in Geod fwd/inv functions by @greglucas in #1206
  • REF: Raise error when CRS.to_wkt, CRS.to_json, or CRS.to_proj4 returns None by @snowman2 in #1218
  • CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion by @snowman2 in #1220
  • BUG: Fix Derived Projected CRS support by @snowman2 in #1222
  • BUG: Add horizontal_datum_name for geographic CRS in CRS.to_cf by @snowman2 in #1255

New Contributors

Other contributions:

Full Changelog: 3.4.1...3.5.0

3.5.0rc0

25 Mar 01:53
Compare
Choose a tag to compare
3.5.0rc0 Pre-release
Pre-release
MNT: version 3.5.0rc0

3.4.1 Release

13 Dec 01:49
Compare
Choose a tag to compare

What's Changed

  • WHL: Add win32 to build_wheels matrix by @molinav in #1169
  • BUG: Changed so that the setup.cfg depends on the version code in the init.py by @Scoppio in #1156
  • REF: Use upper case EPSG code when creating CRS by @snowman2 in #1162
  • BUG: Fix CRS.to_cf for Pole rotation GRIB convention by @snowman2 in #1167
  • BUG: Fix memory leak in CRS.list_authority by @skogler in #1178
  • BUG: Fix Transform options array length by @shadchin in #1187
  • DOC: fix a few typos by @ocefpaf in #1153

New Contributors

Other contributions:

Full Changelog: 3.4.0...3.4.1

3.4.1rc0

10 Dec 02:52
Compare
Choose a tag to compare
3.4.1rc0 Pre-release
Pre-release
MNT: version 3.4.1rc0

3.4.0 Release

10 Sep 01:18
Compare
Choose a tag to compare

What's Changed

  • DEP: Add python 3.11 support by @snowman2 in #1121
  • DEP: Minimum PROJ version 8.2 by @snowman2 in #1122
  • DEP: Update wheels with PROJ 9.1.0 by @snowman2 in #1132
  • ENH: Added authority, accuracy, and allow_ballpark kwargs to TransformerGroup by @snowman2 in #1076
  • ENH: Added force_over kwarg to Transformer.from_crs by @snowman2 in #1123
  • ENH: Added Transformer.get_last_used_operation by @snowman2 in #1124
  • BUG: Fix transformer list for 3D transformations in TransformerGroup by @snowman2 in #1075
  • BUG: Mercator A defined only for lat_0 = 0 by @kdpenner in #1095
  • BUG: Add support for PROJ_DATA environment variable by @snowman2 in #1099
  • BUG: Ensure numpy masked arrays stay masked after projection by @paultcochrane in #1103
  • BLD: Don't specify runtime_library_dirs on Cygwin by @DWesl in #1120
  • BUG: Fix finding PROJ version with PROJ_LIB and PROJ 9.1+ by @snowman2 in #1128
  • CLN: Remove deprecated 'skip_equivalent' kwarg from transformers and 'errcheck' kwarg from CRS.from_cf by @snowman2 in #1077
  • REF: use regex to process PROJ strings in CRS.to_dict() by @snowman2 in #1086
  • DOC: Fix typo in installation docs by @paultcochrane in #1101
  • DOC: Fix issues in transformation grids docs by @paultcochrane in #1104

New Contributors

Other contributions:

Full Changelog: 3.3.1...3.4.0

3.4.0rc2

09 Sep 01:30
f6c12a3
Compare
Choose a tag to compare
3.4.0rc2 Pre-release
Pre-release
DOC: Add PYPROJ_HTML_THEME environment variable (#1139)