Releases: denehoffman/rustitude
Releases · denehoffman/rustitude
rustitude-v0.10.3
Other
- update readmes
rustitude-gluex-v0.6.2
Added
- update ganesh dependency
- update all amplitudes and methods to be compatible with the latest changes in the
Field
trait
rustitude-core-v9.0.0
Added
- update ganesh dependency
- [breaking] refine the
Field
trait by removing theRealField
subtrait
Other
- update and fix documentation
- documentation updates
py-rustitude-v0.10.3
Added
- update ganesh dependency
Fixed
- remove num_threads keyword argument from python type hints
Other
- update readmes
rustitude-v0.10.2
Fixed
- resolves a huge bug I introduced when I put the
Model
amplitudes
field under anArc
rustitude-gluex-v0.6.1
Other
- revert back to using strings instead of enums in python API
rustitude-core-v8.0.0
Fixed
- resolves a huge bug I introduced when I put the
Model
amplitudes
field under anArc
Other
- revert back to using strings instead of enums in python API
- unused precision
py-rustitude-v0.10.2
Added
- add adaptive Nelder-Mead into minimizer function
Other
- revert back to using strings instead of enums in python API
rustitude-v0.10.1
Other
- change
Reflectivity
enum toSign
for more generic use - update READMEs
rustitude-gluex-v0.6.0
Added
- add
VecRadiativeSDME
to mirrorVecRadiative_SDME.cc
inhalld_sim
- update coordinates methods, add method to use arbitrary 4-vector
- add
ThreePiPolFrac
amplitude (mirroringThreePiAngles.cc
inhalld_sim
) - Add Flatte amplitude
- move breakup-momentum related functions to
utils
, includeComplex
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 addDecay
coordinates method - change
Reflectivity
enum toSign
for more generic use - update READMEs