Skip to content

Commit

Permalink
Merge pull request #26 from denehoffman/release-plz-2024-08-01T16-03-16Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
denehoffman authored Aug 1, 2024
2 parents a6820be + cfb1e5a commit 1230de5
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ resolver = "2"
default-members = ["crates/*"]

[workspace.package]
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["Nathaniel Dene Hoffman <[email protected]>"]
description = "A library to create and operate models for particle physics amplitude analyses"
repository = "https://github.com/denehoffman/rustitude/"
homepage = "https://github.com/denehoffman/rustitude/"

[workspace.dependencies]
rustitude-core = { version = "7.0.0", path = "crates/rustitude-core" }
rustitude = { version = "0.10.0", path = "crates/rustitude" }
rustitude-gluex = { version = "0.5.0", path = "crates/rustitude-gluex" }
rustitude-core = { version = "7.1.0", path = "crates/rustitude-core" }
rustitude = { version = "0.10.1", path = "crates/rustitude" }
rustitude-gluex = { version = "0.6.0", path = "crates/rustitude-gluex" }
rayon = { version = "1.10.0" }
approx = { version = "0.5.1", features = ["num-complex"] }
nalgebra = "0.33.0"
Expand Down
6 changes: 6 additions & 0 deletions crates/rustitude-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [7.1.0](https://github.com/denehoffman/rustitude/compare/rustitude-core-v7.0.0...rustitude-core-v7.1.0) - 2024-08-01

### 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

## [7.0.0](https://github.com/denehoffman/rustitude/compare/rustitude-core-v6.0.0...rustitude-core-v7.0.0) - 2024-07-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/rustitude-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustitude-core"
version = "7.0.0"
version = "7.1.0"
edition = { workspace = true }
authors = { workspace = true }
description = { workspace = true }
Expand Down
19 changes: 19 additions & 0 deletions crates/rustitude-gluex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.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
Expand Down
2 changes: 1 addition & 1 deletion crates/rustitude-gluex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustitude-gluex"
version = "0.5.0"
version = "0.6.0"
edition = { workspace = true }
authors = { workspace = true }
description = "GlueX Amplitudes for Rustitude"
Expand Down
6 changes: 6 additions & 0 deletions crates/rustitude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.10.1](https://github.com/denehoffman/rustitude/compare/rustitude-v0.10.0...rustitude-v0.10.1) - 2024-08-01

### Other
- change `Reflectivity` enum to `Sign` for more generic use
- update READMEs

## [0.10.0](https://github.com/denehoffman/rustitude/compare/rustitude-v0.9.3...rustitude-v0.10.0) - 2024-07-30

### Added
Expand Down
13 changes: 13 additions & 0 deletions py-rustitude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.10.1](https://github.com/denehoffman/rustitude/compare/py-rustitude-v0.10.0...py-rustitude-v0.10.1) - 2024-08-01

### 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

## [0.10.0](https://github.com/denehoffman/rustitude/compare/py-rustitude-v0.9.3...py-rustitude-v0.10.0) - 2024-07-30

### Added
Expand Down

0 comments on commit 1230de5

Please sign in to comment.