Skip to content

Commit

Permalink
Merge pull request #24 from denehoffman/release-plz-2024-12-04T00-09-53Z
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman authored Dec 4, 2024
2 parents a3face0 + 332176a commit 63eafa2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
- runner: macos-latest
target: aarch64
steps:
- uses: actions/checkout@v4
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.12](https://github.com/denehoffman/laddu/compare/v0.1.11...v0.1.12) - 2024-12-04

### Added

- add basic implementation to read directly from ROOT files
- *(bench)* updated benchmark to run over available parallelism

### Fixed

- correct parallelism to allow for proper codspeed benchmarking
- minor fixes for building without rayon/pyo3

### Other

- Merge pull request [#23](https://github.com/denehoffman/laddu/pull/23) from denehoffman/reading-root
- get rid of `from_momentum` method and replace with methods coming from 3-vectors
- change order of four-vector components and modify operation of `boost`
- bump dependencies

## [0.1.11](https://github.com/denehoffman/laddu/compare/v0.1.10...v0.1.11) - 2024-11-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
description = "Amplitude analysis made short and sweet"
documentation = "https://docs.rs/laddu"
Expand Down

0 comments on commit 63eafa2

Please sign in to comment.