Skip to content

Releases: JuliaGeometry/CoordinateTransformations.jl

v0.6.3

11 May 00:08
b97c74a
Compare
Choose a tag to compare

CoordinateTransformations v0.6.3

Diff since v0.6.2

Closed issues:

  • Set of measured points to known coordinates (#30)
  • Make perspective transformations composable and invertable (#66)

Merged pull requests:

v0.6.2

29 Oct 13:33
67a2368
Compare
Choose a tag to compare

CoordinateTransformations v0.6.2

Diff since v0.6.1

Closed issues:

  • Fast Spherical <-> Cylindrical transformation (#23)

Merged pull requests:

  • recenter: accept origin::Tuple (#74) (@johnnychen94)
  • fix docstring typo: AbstractTransformation -> Transformation (#76) (@vpuri3)
  • perf: faster Spherical-Cylindrical transformation by direct computing (#78) (@vpuri3)

v0.6.1

30 Nov 01:42
9fadc33
Compare
Choose a tag to compare

CoordinateTransformations v0.6.1

Diff since v0.6.0

Closed issues:

  • Consider tagging a new release (#62)
  • Add an identity transformation (#67)

Merged pull requests:

v0.6.0

20 May 12:08
a528877
Compare
Choose a tag to compare

CoordinateTransformations v0.6.0

Diff since v0.5.1

Closed issues:

  • Help: Example with spherical coordinates (#47)
  • Plan for new release? (#53)
  • Should hypot be used for the radial coordinate? (#57)
  • Unitful compatibility (#58)

Merged pull requests:

v0.5.1

12 Mar 02:07
4f04547
Compare
Choose a tag to compare

CoordinateTransformations v0.5.1

Diff since v0.5.0

Closed issues:

  • Tag a new release? (#42)
  • Support for Lie Groups and Algebras (#46)
  • Camera calibration (#48)

Merged pull requests:

  • atan2(y, x) -> atan(y, x) (#41) (@rdeits)
  • precompile is now the default on 0.7+ (#43) (@rdeits)
  • Reduce AffineMap application to Linear and Translation (#44) (@jw3126)
  • use sincos (#45) (@jw3126)
  • Create Project.toml (#50) (@asinghvi17)
  • Update dependencies and modernize CI for version 0.5.1 (#51) (@c42f)
  • Add acknowledgements section to docs (#52) (@c42f)

CoordinateTransformations 0.5.0

29 Jul 00:13
8a5f62b
Compare
Choose a tag to compare

Julia v0.7 support.

Julia 0.6 compatibility

18 Apr 01:57
Compare
Choose a tag to compare

Minor changes from version 0.4.0, for julia-0.6 compatibility.

CoordinateTransformations v0.4.0

16 Feb 00:01
Compare
Choose a tag to compare
  • New recenter convenience function
  • New PerspectiveMap transformation and related cameramap convenience function.