Skip to content

Releases: denehoffman/rustitude

rustitude-v0.10.3

18 Aug 00:07
fab0c84
Compare
Choose a tag to compare

Other

  • update readmes

rustitude-gluex-v0.6.2

18 Aug 00:06
fab0c84
Compare
Choose a tag to compare

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

18 Aug 00:05
fab0c84
Compare
Choose a tag to compare

Added

  • update ganesh dependency
  • [breaking] refine the Field trait by removing the RealField subtrait

Other

  • update and fix documentation
  • documentation updates

py-rustitude-v0.10.3

18 Aug 00:08
fab0c84
Compare
Choose a tag to compare

Added

  • update ganesh dependency

Fixed

  • remove num_threads keyword argument from python type hints

Other

  • update readmes

rustitude-v0.10.2

02 Aug 21:11
87294ea
Compare
Choose a tag to compare

Fixed

  • resolves a huge bug I introduced when I put the Model amplitudes field under an Arc

rustitude-gluex-v0.6.1

02 Aug 21:10
87294ea
Compare
Choose a tag to compare

Other

  • revert back to using strings instead of enums in python API

rustitude-core-v8.0.0

02 Aug 21:09
87294ea
Compare
Choose a tag to compare

Fixed

  • resolves a huge bug I introduced when I put the Model amplitudes field under an Arc

Other

  • revert back to using strings instead of enums in python API
  • unused precision

py-rustitude-v0.10.2

02 Aug 21:12
87294ea
Compare
Choose a tag to compare

Added

  • add adaptive Nelder-Mead into minimizer function

Other

  • revert back to using strings instead of enums in python API

rustitude-v0.10.1

01 Aug 16:17
1230de5
Compare
Choose a tag to compare

Other

  • change Reflectivity enum to Sign for more generic use
  • update READMEs

rustitude-gluex-v0.6.0

01 Aug 16:16
1230de5
Compare
Choose a tag to compare

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