# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.2](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.6.1...rustitude-gluex-v0.6.2) - 2024-08-18
### Added
- update ganesh dependency
- update all amplitudes and methods to be compatible with the latest changes in the `Field` trait
## [0.6.1](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.6.0...rustitude-gluex-v0.6.1) - 2024-08-02
### Other
- revert back to using strings instead of enums in python API
## [0.6.0](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.5.0...rustitude-gluex-v0.6.0) - 2024-08-01
### 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
## [0.5.0](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.9...rustitude-gluex-v0.5.0) - 2024-07-30
### Added
- [**breaking**] add `Decay` enum to basically every amplitude to avoid hardcoding particle indices
- Add `Decay` enum to handle particle assignment (expandable in future) and make other enums into pyclasses
## [0.4.8](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.7...rustitude-gluex-v0.4.8) - 2024-07-23
### Other
- update benchmarks and tests to reflect new breaking syntax
- update amplitudes to match rustitude-cores latest updates by adding generics
## [0.4.6](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.5...rustitude-gluex-v0.4.6) - 2024-06-27
### Added
- remove RwLock from Dataset and adopt indexing methods for splitting data
### Fixed
- change FourMomentum sum implementation to take owned copies
### Other
- update all README.mds
## [0.4.5](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.4...rustitude-gluex-v0.4.5) - 2024-06-21
### Other
- update Cargo.toml dependencies
## [0.4.4](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.3...rustitude-gluex-v0.4.4) - 2024-06-20
### Added
- re-export nalgebra::Vector3 in rustitude_core::prelude since it gets used so often
### Other
- Merge pull request [#11](https://github.com/denehoffman/rustitude/pull/11) from denehoffman/development
- add tests for some GlueX amplitudes as well as some of the main crate functionality
## [0.4.3](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.2...rustitude-gluex-v0.4.3) - 2024-06-19
### Added
- add pole_product scaling to reduce numerical error near mass poles
### Fixed
- corrected P_gamma multiplicative factor in Zlm and OnePS
- corrected frame calculation in all HX/GJ-related amplitudes
- add more digits to channel masses in all K-matrix amplitudes
- corrected transposed g-matrix as well as a typo in one of the terms (channel 2 resonance 0)
- corrected a flipped minus sign in Chew-Mandelstam matrix calculation
### Other
- get rid of warning in pole_product (temporary)
- moved C-matrix to a chronologically sensible place
- move postfix operator to prefix for clarity
## [0.4.2](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.1...rustitude-gluex-v0.4.2) - 2024-06-17
### Other
- update Cargo.toml dependencies
## [0.4.1](https://github.com/denehoffman/rustitude/compare/rustitude-gluex-v0.4.0...rustitude-gluex-v0.4.1) - 2024-06-10
### Added
- add par_ versions for all compute and norm_int methods and refactor python accordingly. Also remove RwLocks and extra allocations in the Amplitude struct, which is a huge speedup
### Other
- bump versions because smart-release just doesn't know how to do anything I guess
## v0.3.0 (2024-05-24)
### Bug Fixes
- bump versions
### Documentation
- Update README.md
### New Features
- add RustitudeError and remove unwraps, error handling should work in python as well
### Commit Statistics
- 5 commits contributed to the release.
- 8 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump versions ([`405ed0c`](https://github.com/denehoffman/rustitude/commit/405ed0cb2ad417ccf0041a49ce6fbd6b6693539c))
- Update README.md ([`45107c4`](https://github.com/denehoffman/rustitude/commit/45107c4c719503310ac171186b016212bf4d5370))
- Merge pull request #3 from denehoffman/python_reorg ([`467caac`](https://github.com/denehoffman/rustitude/commit/467caacc688f94c074d28be1ec54a422d8d9ebc0))
- Add RustitudeError and remove unwraps, error handling should work in python as well ([`6955773`](https://github.com/denehoffman/rustitude/commit/6955773a3e96890efa4573d5c7bc355bb23a07e6))
- Move all pyo3 code to the py-rustitude crate ([`9bcdb46`](https://github.com/denehoffman/rustitude/commit/9bcdb4615fdb4df5b4566673fbed955930926b7c))
## v0.2.2 (2024-05-16)
### Bug Fixes
- update amplitudes to account for changes in core
### Style
- get rid of extra git-files and media
### Commit Statistics
- 4 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release rustitude-core v1.0.1, rustitude-gluex v0.2.2, rustitude v0.4.3 ([`fe0c603`](https://github.com/denehoffman/rustitude/commit/fe0c6036d4816587b1d65ae2697f3b241cfe579c))
- Release rustitude-gluex v0.2.2, rustitude v0.4.3 ([`0062542`](https://github.com/denehoffman/rustitude/commit/006254211c6dda1924cede7818c94ab4dcf1f49a))
- Get rid of extra git-files and media ([`0e94ec4`](https://github.com/denehoffman/rustitude/commit/0e94ec45850cb6129924b2be27793a17c51b03c2))
- Update amplitudes to account for changes in core ([`77054e3`](https://github.com/denehoffman/rustitude/commit/77054e334d90077decd54d4f970400efa1a31f47))
## v0.2.1 (2024-05-15)
### Refactor
- major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time
### Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release rustitude-gluex v0.2.1, rustitude v0.4.2 ([`3a45077`](https://github.com/denehoffman/rustitude/commit/3a45077dcd7413ac50e5ec45dc98826b11d789fb))
- Major move required to have rustitude function properly as a Rust crate. I set this up very wrong the first time ([`9089c84`](https://github.com/denehoffman/rustitude/commit/9089c84e481124ff764b24f42507ab14913fef07))
## v0.2.0 (2024-05-15)
### Documentation
- update links for rustitude-gluex readme
- update links in readmes
### Other
- merge rustitude-core to crates subdirectory
### Bug Fixes
- need to set some dependency versions...
- need to set some dependency versions...properly
### Commit Statistics
- 8 commits contributed to the release.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release rustitude-gluex v0.2.0, rustitude v0.4.0 ([`bc38f3a`](https://github.com/denehoffman/rustitude/commit/bc38f3af06807d8e6e1c3ca3a38581461ef934b8))
- Need to set some dependency versions...properly ([`ee48e40`](https://github.com/denehoffman/rustitude/commit/ee48e4039e40bbf2c5b23d230bbcd0213c41e888))
- Release rustitude-gluex v0.2.0, rustitude v0.4.0 ([`1369408`](https://github.com/denehoffman/rustitude/commit/1369408a7352be0e5b5fb675b0127e8e69a10c59))
- Need to set some dependency versions... ([`2495107`](https://github.com/denehoffman/rustitude/commit/2495107c77f483b84a926090cd868ccec8296052))
- Release rustitude-core v1.0.0, rustitude-gluex v0.2.0, rustitude v0.4.0, safety bump 2 crates ([`23a8807`](https://github.com/denehoffman/rustitude/commit/23a880783702368ee873ce4839310f4b392c6862))
- Update links for rustitude-gluex readme ([`93dc0d6`](https://github.com/denehoffman/rustitude/commit/93dc0d6cfeb57f655c81f30c1e55b1c6b0460ccc))
- Update links in readmes ([`95f85ed`](https://github.com/denehoffman/rustitude/commit/95f85ed6b16400c882e7535c7fa113ead9876353))
- Merge rustitude-core to crates subdirectory ([`9617a27`](https://github.com/denehoffman/rustitude/commit/9617a27322460b378fb022ef28561f31197fc86f))
## v0.1.5 (2024-05-06)
### Documentation
- Update README.md
### Bug Fixes
- minor updates to text format
- let the rustitude crate handle module inits
- update to include submodule initialization
### Other
- update Cargo.lock
## v0.1.4 (2024-05-03)
### Other
- remove unused library that was causing compilation errors further on up
## v0.1.3 (2024-05-02)
### Chore
- update rustitude-core version
### New Features
- add pyo3 bindings for all current modules and amplitudes
- add parsers for current util enums
### Other
- update Cargo.toml
## v0.1.2 (2024-04-29)
### Chore
- Create LICENSE
### Documentation
- fix README.md link to documentation
- fix badge links in README.md
### New Features
- implement ThreePiAnglesSchilling.cc as sdmes::ThreePiSDME
- implement TwoPiAngles.cc as sdmes::TwoPiSDME
- refactor harmonics::{ReZlm, ImZlm} and add OnePS and TwoPS
Added Frame and Part enums to be used with all of these amplitudes to simplify requests for just the real or imaginary parts of amplitudes. Additionally, we can now specify the Frame (Helicity/GJ). Therefore, we only need a Zlm struct rather than the split structs before.
- add helper methods for Wigner D-matrices
### Bug Fixes
- switch from rustitude to rustitude_core dependency
- modify the way Frames work with daughter vector inputs
This is in preparation for the ThreePiAnglesSchilling.cc implementation.
- move useful enums into utils
- make OmegaDalitz public
### Other
- remove local dependency
## v0.1.1 (2024-04-10)
### Chore
- update rustitude version
### Documentation
- Update README.md
### New Features
- reorganize modules and add some new Amplitudes
Add Rho K-Matrix, Omega-Dalitz, and Breit-Wigner, move some K-Matrix functions to utils, add placeholder module for SDMEs
### Bug Fixes
- reorganization and local versioning on rustitude
### Other
- Create rust.yml
### Style
- update logo
- remove now-redundant imports of Complex64