Skip to content

Releases: JLTastet/LorentzVectors.jl

v0.4.3

16 May 18:42
Compare
Choose a tag to compare

Allow conversions between vectors backed by different scalar types (e.g. Float32 and Float64).

v0.4.2

13 Jul 20:56
Compare
Choose a tag to compare

Do some cleanup by removing:

  • Unneeded exports (thanks to @Moelf).
  • Unneeded REQUIRE file.
  • .travis.yml

v0.4.1

07 Jun 22:35
Compare
Choose a tag to compare

Fix #5 by defining rand for an AbstractRNG instead of just MersenneTwister, which won't be the default any more in 1.7.

v0.4.0

05 Jul 07:26
v0.4.0
9604415
Compare
Choose a tag to compare

Add cross product and rotations.
Better handling of approximate comparisons.
Minor cosmetic fixes.
Fix Project.toml.

v0.3.0: Update README.md

05 Sep 13:47
0a4eb3e
Compare
Choose a tag to compare

First release to be submitted to METADATA.jl.