Releases: JuliaGeometry/CoordinateTransformations.jl
Releases · JuliaGeometry/CoordinateTransformations.jl
v0.6.3
CoordinateTransformations v0.6.3
Closed issues:
- Set of measured points to known coordinates (#30)
- Make perspective transformations composable and invertable (#66)
Merged pull requests:
- Fix typo (#79) (@t-bltg)
- Fix testing (#80) (@t-bltg)
- Added convenience Polar() constructor (#84) (@mofii)
- Fix equality/isapprox comparisons between different affine subtypes (#86) (@gpeairs)
- Construct affine transforms from point-pairs (#87) (@timholy)
- Fix test failure from Polar on Julia < 1.7 (#88) (@timholy)
- Version 0.6.3 (#89) (@timholy)
v0.6.2
CoordinateTransformations v0.6.2
Closed issues:
- Fast Spherical <-> Cylindrical transformation (#23)
Merged pull requests:
v0.6.1
CoordinateTransformations v0.6.1
Closed issues:
Merged pull requests:
v0.6.0
CoordinateTransformations v0.6.0
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:
- Use hypot for the radial coordinate (#59) (@SebastianM-C)
- Unitful compatibility (#60) (@SebastianM-C)
- Remove Rotations.jl as a dependency (#61) (@andyferris)
- Remove Rotations dependency (#63) (@SebastianM-C)
v0.5.1
CoordinateTransformations v0.5.1
Closed issues:
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
Julia v0.7 support.
Julia 0.6 compatibility
Minor changes from version 0.4.0, for julia-0.6 compatibility.
CoordinateTransformations v0.4.0
- New
recenter
convenience function - New
PerspectiveMap
transformation and relatedcameramap
convenience function.