Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 23, 2024
1 parent df13774 commit d68d967
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

[workspace.package]
version = "0.9.1"
version = "0.9.2"
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 = { version = "0.9.1", path = "crates/rustitude" }
rustitude-core = { version = "5.0.0", path = "crates/rustitude-core" }
rustitude = { version = "0.9.2", path = "crates/rustitude" }
rustitude-core = { version = "6.0.0", path = "crates/rustitude-core" }
rustitude-gluex = { version = "0.4.8", path = "crates/rustitude-gluex" }
rayon = { version = "1.10.0" }
approx = { version = "0.5.1", features = ["num-complex"] }
Expand Down
13 changes: 13 additions & 0 deletions crates/rustitude-core/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).

## [6.0.0](https://github.com/denehoffman/rustitude/compare/rustitude-core-v5.0.0...rustitude-core-v6.0.0) - 2024-07-23

### Added
- create method to add `Dataset`s
- add methods to allow EPS to be calculated from polarization angle and magnitude
- remove duplicate methods for loading data and replace with enum

### Fixed
- remove print statement from add

### Other
- update lib doc to use new data reading methods

## [5.0.0](https://github.com/denehoffman/rustitude/compare/rustitude-core-v4.1.0...rustitude-core-v5.0.0) - 2024-07-23

### Added
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 = "5.0.0"
version = "6.0.0"
edition = { workspace = true }
authors = { workspace = true }
description = { workspace = true }
Expand Down
5 changes: 5 additions & 0 deletions crates/rustitude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.9.2](https://github.com/denehoffman/rustitude/compare/rustitude-v0.9.1...rustitude-v0.9.2) - 2024-07-23

### Added
- remove duplicate methods for loading data and replace with enum

## [0.9.1](https://github.com/denehoffman/rustitude/compare/rustitude-v0.9.0...rustitude-v0.9.1) - 2024-07-23

### Added
Expand Down
10 changes: 10 additions & 0 deletions py-rustitude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.9.2](https://github.com/denehoffman/rustitude/compare/py-rustitude-v0.9.1...py-rustitude-v0.9.2) - 2024-07-23

### Added
- add python API for adding `Dataset`s
- add methods to allow EPS to be calculated from polarization angle and magnitude
- remove duplicate methods for loading data and replace with enum

### Fixed
- resolve some errors in `__init__.py`

## [0.9.1](https://github.com/denehoffman/rustitude/compare/py-rustitude-v0.9.0...py-rustitude-v0.9.1) - 2024-07-23

### Added
Expand Down

0 comments on commit d68d967

Please sign in to comment.