Releases: JuliaGeometry/Quaternions.jl
Releases · JuliaGeometry/Quaternions.jl
v0.7.7
Quaternions v0.7.7
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#144) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#145) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#147) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#149) (@dependabot[bot])
- Run CI on pre-release instead of nightly (#151) (@sethaxen)
- Bump actions/checkout from 4 to 5 (#152) (@dependabot[bot])
- Update Aqua compat to work with Julia v1.12 (#153) (@sethaxen)
Closed issues:
- Grassmann.jl vs Quaternions.jl (#146)
v0.7.6
Quaternions v0.7.6
Merged pull requests:
- Add more methods to
quat(#132) (@hyrodium) - Add
docs/src/examples/basics.mdpage (#134) (@hyrodium) - Add
Base.hash(::Quaternion, ::UInt)(#136) (@hyrodium) - Add CI test on v1.6 (#138) (@hyrodium)
- Add dependabot (#140) (@hyrodium)
- Bump actions/checkout from 2 to 4 (#141) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 3 (#142) (@dependabot[bot])
- Bump version to v0.7.6 (#143) (@hyrodium)
Closed issues:
v0.7.5
Quaternions v0.7.5
Merged pull requests:
- Add CompatHelper (#124) (@hyrodium)
- Deprecate
quatrandandnquatrand(#125) (@hyrodium) - Update the version of Aqua (#126) (@hyrodium)
- Update for Documenter v1 (#129) (@hyrodium)
- Update the version of Aqua.jl to v0.7 (#130) (@hyrodium)
- Correct documentation (#131) (@hyrodium)
- Update around
inv(#133) (@hyrodium)
v0.7.4
Quaternions v0.7.4
Merged pull requests:
v0.7.3
Quaternions v0.7.3
Merged pull requests:
v0.7.2
Quaternions v0.7.2
Merged pull requests:
v0.7.1
Quaternions v0.7.1
Closed issues:
- Use
𝒊, 𝒋, 𝒌as symbols of the basis ofQuaternion? (#50)
Merged pull requests:
v0.7.0
Quaternions v0.7.0
Closed issues:
- Should
Complexbe convertible toQuaternion? (#62) - Drop normalize for quaternions (#69)
- Add constructor like
Complex{Float64}(#81) - Drop inefficient functions for rotation? (#86)
quat([1,2,3,4])should returnVector{Quaternion{Int}}(#94)- Bug in
log()for negative reals? (#114)
Merged pull requests:
v0.6.1
v0.6.0
Quaternions v0.6.0
Closed issues:
- Quaternions has no support for autodiff or symbolic expressions (#8)
- DualQuaternion construction from Duals (#16)
- Release Real type constraint on Quaternion (#79)
- Split
Octonioninto another package? (#90)
Merged pull requests:
- Remove cis/cispi (#76) (@sethaxen)
- Remove DualQuaternion (#92) (@sethaxen)
- Update documentation (#97) (@hyrodium)
- Remove
Octonion(#100) (@hyrodium) - Remove deprecated
imagandlinpol(#101) (@hyrodium) - Split
ci.ymlintoci.ymlanddocs.yml(#102) (@hyrodium) - Add Aqua.jl in test (#104) (@hyrodium)
- Remove
Basefunction imports (#105) (@hyrodium) - Bump version to v0.6.0 (#106) (@hyrodium)