Other
- change `Reflectivity` enum to `Sign` for more generic use
- update READMEs
rustitude-gluex-v0.6.0
Added
- add `VecRadiativeSDME` to mirror `VecRadiative_SDME.cc` in `halld_sim`
- update coordinates methods, add method to use arbitrary 4-vector
- add `ThreePiPolFrac` amplitude (mirroring `ThreePiAngles.cc` in `halld_sim`)
- Add Flatte amplitude
- move breakup-momentum related functions to `utils`, include `Complex` versions, and add some trait methods for dealing with complex numbers
Fixed
- made some minor changes to SDMEs which were written incorrectly
- removed some unused variables
Other
- the TwoPiAngles_primakoff amplitude is just a special case of the Zlm amplitude
- change `Frame` coordinates method and add `Decay` coordinates method
- change `Reflectivity` enum to `Sign` for more generic use
- update READMEs
rustitude-core-v7.1.0
Added
- add some convenience methods for calculating the spherical angles of 3-momenta
- move breakup-momentum related functions to `utils`, include `Complex` versions, and add some trait methods for dealing with complex numbers
py-rustitude-v0.10.1
Added
- add Rust methods to minimizer Python function
- add `ThreePiPolFrac` amplitude (mirroring `ThreePiAngles.cc` in `halld_sim`)
- Add Flatte amplitude
Other
- remove unneeded noqa's
- change `Reflectivity` enum to `Sign` for more generic use
- update READMEs
- fix (hopefully) the python version/readme/license issues