- Replace
N: SimdRealField + Signed + Real
withT: RealField
. - Rename
LorentzianN
toLorentzian
. - Rename
FrameN
toOFrame
. - Rename
MomentumN
toOMomentum
. - Make
OFrame::rotation()
robust close to identity. - Update
nalgebra
andkatex
.
- Make Wigner rotation n-dimensional.
- Negate
FrameN
axis instead of beta. - Escape prime symbol.
- Re-export dependencies.
- Add 5- and 6-dimensional aliases.
- Update dependencies.
- Change license to
MIT OR Apache-2.0
.
- Update
nalgebra
.
- Use
intra_rustdoc_links
. - Update
nalgebra
andapprox
.
- Fix
num-traits
features. - Update
nalgebra
andkatex
.
- Fix
FrameN::compose()
order. - Add
Frame4::rotation()
test.
- Overall avoid
unsafe
code without reasoning via benchmarks. - Add spacetime
split()/from_split()
andsplit_mut()
. - Improve
Frame4::axis_angle()
test. - Add
boost_mut()
test. - Add
Momentum4
(incomplete). - Add
temporal()
andspatial()
methods. - Fix signature of norm methods.
- Clean up trait bounds.
- Fix possible unsound iteration.
- Simplify
interval()
.
- Fix
contr()
andtr_contr()
. - Fix license badge link.
- Add documentation link.
- Update description.
- Experimental release.