Releases: scikit-hep/fastjet
v3.4.0.3
v3.4.0.2
What's Changed
- fj-contrib by @jmduarte in #143
- Lund declusterings general event bug fix by @rkansal47 in #145
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #146
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #150
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #152
- fix: update codebase to Awkward 2.0.0. by @jpivarski in #156
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 by @dependabot in #154
- update to v3.4.0.2 by @jmduarte in #158
Full Changelog: v3.4.0.1...v3.4.0.2
v3.4.0.1
What's Changed
- Update README.md Debian install requirements by @lgray in #139
- Exclusive jet constituents by @rkansal47 in #137
- Lund de-clusterings for exclusive jets by @rkansal47 in #142
- Update to v3.4.0.1 for new release by @rkansal47 in #144
New Contributors
- @rkansal47 made their first contribution in #137
Full Changelog: v3.4.0.0...v3.4.0.1
v3.4.0.0
v3.4.0.0rc2
What's Changed
- Introduce clang-format in pre-commit by @chrispap95 in #125
- Fix dangerous realllocs by @chrispap95 in #127
- bump pybind11 v2.10.0 -> v2.10.1 by @jmduarte in #129
- enabled cgal by @aryan26roy in #70
- Fix cibuildwheel with patch by @chrispap95 in #131
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #128
- Mark release 3.4.0.0rc2 by @lgray in #132
New Contributors
Full Changelog: v3.4.0.0rc1...v3.4.0.0rc2
Version 3.4.0.0rc1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 by @dependabot in #78
- chore: wheel not required for setuptools PEP 517 (all-repos) by @henryiii in #79
- fix: limit setuptools for now by @henryiii in #108
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #85
- Avoid zsh pattern matching in pip command by @klieret in #105
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in #96
- For the next release; we need updated versions of things by @jpivarski in #83
- ci: update official actions by @henryiii in #109
- Bump actions/download-artifact from 2 to 3 by @dependabot in #112
- Bump actions/checkout from 2 to 3 by @dependabot in #113
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #114
- Bump actions/setup-python from 2 to 4 by @dependabot in #115
- build wheels for all cpython versions by @lgray in #102
- Bump pypa/cibuildwheel from 2.1.1 to 2.1.2 by @dependabot in #71
- Add type annotations to ClusterSequence by @ssrothman in #87
- Fix invalid memory write segmentation fault by @chrispap95 in #118
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #119
- Fix CI for setuptools>=60 by @chrispap95 in #120
- Bump pybind11 from v2.6.2 to v2.10.0 by @chrispap95 in #121
- Bump FastJet version to 3.4.0 from 3.3.4 using a patch by @chrispap95 in #122
New Contributors
- @klieret made their first contribution in #105
- @ssrothman made their first contribution in #87
- @chrispap95 made their first contribution in #118
- @pre-commit-ci made their first contribution in #119
Full Changelog: v3.3.4.0rc9...v3.4.0.0rc1
Version 3.3.4.0rc9
Multiple bug fixes.
Version 3.3.4.0rc8
Like v3.3.4.0rc7, but with a cibuildwheel procedure fully restored to manylinux2014 (and many subsequent fixes).
Hopefully, this should upload to PyPI.
Version 3.3.4.0rc7
This release is being drawn from #65 before it is merged into main. It should produce binary wheels for Linux on PyPI, which I will then test through
pip install --pre fastjet
to see that the full chain is working. Note that it excludes the PxCone algorithm, the only one that depends on Fortran, for linking issues. That's why it hasn't been merged into main yet; I'd like to get a second opinion on whether this algorithm can be dropped from the library.
This shouldn't disturb users of the source distribution, though. (Unless they now get the binary one because they don't specify—but hey, that would be a great test!)
Version 3.3.4.0rc6
Removed CGAL temporarily to enable compilation on CentOS.