Skip to content

Releases: JuliaGeo/Proj.jl

v1.7.1

16 Jun 00:47
ff376fe
Compare
Choose a tag to compare

Proj v1.7.1

Diff since v1.7.0

Merged pull requests:

  • CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) (#98) (@github-actions[bot])
  • CompatHelper: add new compat entry for NetworkOptions at version 1, (keep existing compat) (#99) (@github-actions[bot])
  • Bump actions/cache from 3 to 4 (#100) (@dependabot[bot])
  • Bump codecov/codecov-action from 3 to 4 (#101) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#103) (@dependabot[bot])
  • Wrap PROJ 9.4 (#106) (@visr)
  • Fix geod_inverse argument order (#107) (@visr)
  • Bump patch version (#109) (@asinghvi17)

Closed issues:

  • Would be good to add a to_epsg implimentation (#88)
  • Invalid order of arguments passed to geod_inverse() (#105)

v1.7.0

02 Oct 21:32
9baac70
Compare
Choose a tag to compare

Proj v1.7.0

Diff since v1.6.0

Merged pull requests:

Closed issues:

  • Proj should accept GFT.MixedFormat input to CRS (#96)

v1.6.0

23 Sep 19:47
ee9ccb5
Compare
Choose a tag to compare

Proj v1.6.0

Diff since v1.5.0

Merged pull requests:

v1.5.0

30 Aug 21:09
970a87f
Compare
Choose a tag to compare

Proj v1.5.0

Diff since v1.4.0

Closed issues:

  • Julia nightly and libcurl 8 (#80)
  • support for GeoFormatTypes.jl (#85)
  • Add with_network do block (#89)

Merged pull requests:

v1.4.0

23 Dec 20:09
86b8b09
Compare
Choose a tag to compare

Proj v1.4.0

Diff since v1.3.0

Merged pull requests:

v1.3.0

15 Dec 14:13
5d8ac68
Compare
Choose a tag to compare

Proj v1.3.0

Diff since v1.2.0

Closed issues:

  • Create Transformation with a single pipeline projection (#69)

Merged pull requests:

  • Add Transformation constructor for pipeline and fix show for it. (#73) (@evetion)

v1.2.0

20 Oct 19:27
e970be5
Compare
Choose a tag to compare

Proj v1.2.0

Diff since v1.1.0

Closed issues:

  • PROJ_jll v900.100 breaks (online?) transformation (#71)

Merged pull requests:

v1.1.0

03 Sep 09:30
Compare
Choose a tag to compare

Proj v1.1.0

Diff since v1.0.0

Closed issues:

  • failed to precompile on macOS 10.15.7 (#68)

Merged pull requests:

v1.0.0

03 Jun 21:56
Compare
Choose a tag to compare

Proj v1.0.0

Diff since v0.7.6

Closed issues:

  • Problem with building Proj4 package (#55)
  • Thread Safety - Signal 11 faults if using multiple threads (#58)
  • unexpected behavior for running Proj4.trans on multiple points vs. a single point (#60)
  • Optional +x_0, +y_0 projection parameters (#62)

Merged pull requests:

  • Rename package to Proj.jl (#57) (@visr)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#59) (@meggart)
  • Add a direction field to Transformation (#63) (@asinghvi17)
  • Remove StaticArrays dependency (#64) (@visr)

v0.7.6

18 Aug 14:40
Compare
Choose a tag to compare

Proj4 v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Fix overwriting 4th coordinate in coord.jl (#54) (@disberd)