v1.5.0+doc1
hyrodium
tagged this
14 May 16:44
* deprecate rotation_between(::AbstractVector, ::AbstractVector) * move deprecated `rotation_between` to `src/deprecated.jl` * move `rotation_between(::SVector{3}, ::SVector{3})` to `src/rotation_between.jl` * update `src/rotation_between.jl` * add a method for `rotation_between(::SVector{2}, ::SVector{2})` * add a method for `rotation_between(::SVector{N}, ::SVector{N})` * add tests for `rotation_between` * fix `rotation_between` for general dimensions * fix `rotation_between(::SVector{2}, ::SVector{2})` * bump version to v1.5.0