Releases: libamtrack/pyamtrack
Releases · libamtrack/pyamtrack
0.14.1-alpha.10
What's Changed
- Add Particles module as a wrapper of AT_DataParticle.h by @Fifus17 in #109
- Cartesian product by @wniec in #134
Bumps
- Bump clang-format from 21.1.0 to 21.1.1 by @dependabot[bot] in #140
Full Changelog: v0.14.1-alpha.9...v0.14.1-alpha.10
0.14.1-alpha.9
What's Changed
- Update CodeQL workflow by @grzanka in #102
- Remove pull request trigger and paths-ignore from CodeQL workflow by @grzanka in #103
- Add documentation for manual workflow and adjust rest by @wniec in #101
- use std::variant for double/int functions by @wniec in #108
- Add architecture and pre-release options to Python setup by @grzanka in #115
- Fix CI config by @grzanka in #138
- Updated non-informative argument names by @Fifus17 in #110
Bumps
- Bump pytest from 8.3.5 to 8.4.0 by @dependabot[bot] in #106
- Bump clang-format from 20.1.5 to 20.1.6 by @dependabot[bot] in #112
- Bump cmake from 4.0.2 to 4.0.3 by @dependabot[bot] in #111
- Bump pypa/cibuildwheel from 2.23 to 3.0 by @dependabot[bot] in #113
- Bump pytest from 8.4.0 to 8.4.1 by @dependabot[bot] in #117
- Bump clang-format from 20.1.6 to 20.1.7 by @dependabot[bot] in #118
- Bump scikit-build-core from 0.11.4 to 0.11.5 by @dependabot[bot] in #119
- Bump pre-commit from 4.2.0 to 4.3.0 by @dependabot[bot] in #126
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #125
- Bump clang-format from 20.1.7 to 20.1.8 by @dependabot[bot] in #121
- Bump build from 1.2.2.post1 to 1.3.0 by @dependabot[bot] in #124
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #130
- Bump cmake from 4.0.3 to 4.1.0 by @dependabot[bot] in #129
- Bump scikit-build-core from 0.11.5 to 0.11.6 by @dependabot[bot] in #131
- Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #132
- Bump clang-format from 20.1.8 to 21.1.0 by @dependabot[bot] in #133
- Bump ninja from 1.11.1.4 to 1.13.0 by @dependabot[bot] in #127
- Bump pypa/cibuildwheel from 3.0 to 3.1 by @dependabot[bot] in #123
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #135
- Bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in #136
- Bump nanobind from 2.7.0 to 2.9.2 by @dependabot[bot] in #137
- Bump setuptools-scm from 8.3.1 to 9.2.0 by @dependabot[bot] in #128
New Contributors
Full Changelog: v0.14.1-alpha.8...v0.14.1-alpha.9
0.14.1-alpha.8
What's Changed
- Wrapper for functions with multiple arguments by @wniec in #91
- Pre commit integration by @Spontaniczny in #92
- 87 extend single array wrapper to arbitrary shape by @mnozkiewicz in #98
Bumps
- Bump setuptools-scm from 8.2.0 to 8.3.1 by @dependabot in #84
- Bump scikit-build-core from 0.11.1 to 0.11.2 by @dependabot in #85
- Bump cmake from 4.0.0 to 4.0.2 by @dependabot in #88
- Bump scikit-build-core from 0.11.2 to 0.11.3 by @dependabot in #90
- Bump scikit-build-core from 0.11.3 to 0.11.4 by @dependabot in #100
New Contributors
- @wniec made their first contribution in #91
- @Spontaniczny made their first contribution in #92
- @mnozkiewicz made their first contribution in #98
Full Changelog: v0.14.1-alpha.7...v0.14.1-alpha.8
0.14.1-alpha.7
What's Changed
Full Changelog: v0.14.1-alpha.6...v0.14.1-alpha.7
0.14.1-alpha.6
0.14.1-alpha.5
What's Changed
- Fix import path for beta_from_energy in installation test by @grzanka in #57
- Improve build process by @grzanka in #59
- Refactor tests: remove outdated test cases and add parameterized test… by @grzanka in #61
- Refactor converters and stopping modules: consolidate functionality by @grzanka in #65
- Add converters bindings and update stopping module documentation by @grzanka in #67
- 68 use wrap function in electron range by @grzanka in #69
- Add materials module by @grzanka in #70
Full Changelog: v0.14.1-alpha.4...v0.14.1-alpha.5
0.14.1-alpha.4
0.14.1-alpha3
What's Changed
- Add cibuildwheel instructions to README for Linux builds by @grzanka in #40
- Add Python setup action to CI workflows for Linux, macOS, and Windows by @grzanka in #41
- Cleaning by @grzanka in #42
- Update README.md by @grzanka in #45
- Numpy version of the function by @grzanka in #47
Full Changelog: v0.14.1-alpha.2...0.14.1-alpha.3
0.14.1-alpha2
What's Changed
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #35
- Bump pypa/cibuildwheel from 2.22 to 2.23 by @dependabot in #34
- Bump actions/attest-build-provenance from 1 to 2 by @dependabot in #36
- Add Windows support to wheels build matrix by @grzanka in #32
- Faster builds by @grzanka in #37
- Add macOS support by @grzanka in #38
- Add version retrieval to package and update dependencies by @grzanka in #39
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: v0.14.1-alpha.1...v0.14.1-alpha.2
0.14.1-alpha1
What's Changed
- Init code by @grzanka in #7
- first function by @grzanka in #8
- CI workflows by @grzanka in #10
- Python wheel by @grzanka in #11
- fix import issue by @grzanka in #13
- Add GitHub Actions workflow for Python wheels by @grzanka in #21
- Update wheel build configuration and enhance testing script by @grzanka in #23
- Add electron range calculation and update workflows by @grzanka in #26
- Create codeql.yml by @grzanka in #28
Full Changelog: v1.0.0...v0.14.1a1