Recent Releases of fastjet

fastjet - v3.5.1.1

What's Changed

This is a technical release for windows wheels.

New Features

  • build: windows wheels by @lgray in https://github.com/scikit-hep/fastjet/pull/340

Misc.

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/scikit-hep/fastjet/pull/357
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/scikit-hep/fastjet/pull/358

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.5.1.0...v3.5.1.1

- Python
Published by lgray 12 months ago

fastjet - v3.5.1.0

What's Changed

New Features

  • build: fastjet v3.5.1 by @lgray in https://github.com/scikit-hep/fastjet/pull/356

Bugfixes

Misc.

  • build: add more build options; obviates fastjet-feedstock patch for passthru submodule by @lgray in https://github.com/scikit-hep/fastjet/pull/351
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/352
  • build: remove FASTJETENABLECGAL=ON from pyproject.toml by @lgray in https://github.com/scikit-hep/fastjet/pull/353
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/354
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/355

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.5.0.1...v3.5.1.0

- Python
Published by lgray about 1 year ago

fastjet - v3.5.0.1

What's Changed

This is a maintenance release to unpin numpy and update wheel-building procedures.

New Features

Bug Fixes

  • fix: PyPI info by @henryiii in https://github.com/scikit-hep/fastjet/pull/344

Misc.

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/341
  • ci: update to cibuildwheel 3.0 by @henryiii in https://github.com/scikit-hep/fastjet/pull/345
  • build: switch to default cibw build image for linux (manylinux228) by @lgray in https://github.com/scikit-hep/fastjet/pull/348
  • build: enable musllinux wheels by @lgray in https://github.com/scikit-hep/fastjet/pull/349
  • build: unpin numpy 2.3 by @lgray in https://github.com/scikit-hep/fastjet/pull/350

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.5.0.0...v3.5.0.1

- Python
Published by lgray about 1 year ago

fastjet - v3.5.0.0

What's Changed

This is release is a major technical improvement for long term maintainability and ease of use by developers and physicists. The build backend for the package is now scikit-build-core, and cmake is used to drive the configuration and compilation of the package including fastjet and fastjet-contrib. Many thanks to @gavinsalam (for the other fastjet authors), @matthewfeickert, and @henryiii for making this release possible. This work was lead and executed by @lgray.

This also marks the switch to fastjet 3.5.0, which contains additional improvements not mentioned here.

New features

  • build: fastjet 3.5.0; fjcontrib cms-externals rebase; cmake build by @lgray in https://github.com/scikit-hep/fastjet/pull/342

Bug fixes

Misc.

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/339

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.3.1...v3.5.0.0

- Python
Published by lgray about 1 year ago

fastjet - v3.4.3.1

What's Changed

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/335
  • fix: fix #238 – wrong handling of offsets by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/274
  • feat: adding groomed jet radius and momentum balance variables for softdrop groomed jet by @kawaho in https://github.com/scikit-hep/fastjet/pull/312
  • feat: expose contrib::Njettiness by @lgray in https://github.com/scikit-hep/fastjet/pull/336
  • fastjet is now v3.4.3.1 by @lgray in https://github.com/scikit-hep/fastjet/pull/338

New Contributors

  • @kawaho made their first contribution in https://github.com/scikit-hep/fastjet/pull/312

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.3.0...v3.4.3.1

- Python
Published by lgray over 1 year ago

fastjet - v3.4.3.0

What's Changed

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/297
  • chore(deps): bump the actions group across 1 directory with 2 updates by @dependabot in https://github.com/scikit-hep/fastjet/pull/307
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/305
  • build: Remove transient directories after install to allow for rebuild by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/311
  • build: Move Git submodules to extern directory by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/314
  • chore(deps): bump pypa/cibuildwheel from 2.20 to 2.21 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/318
  • build: Use build-system pybind11 over Git submodule by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/313
  • fix: Fix typo in definition of constituents (pt instead of p) by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/326
  • chore(deps): bump pypa/cibuildwheel from 2.21 to 2.22 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/325
  • build: get tests and wheels working again on linux, restrict testing/building to linux by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/321
  • build: update fastjet to v3.4.3 by @lgray in https://github.com/scikit-hep/fastjet/pull/328
  • ci: Use Linux aarch64 runners by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/329
  • ci: get macos builds running again by @lgray in https://github.com/scikit-hep/fastjet/pull/330
  • fastjet is v3.4.3.0rc0 by @lgray in https://github.com/scikit-hep/fastjet/pull/331
  • build: macos x86_64 wheels using macos-13 runner by @lgray in https://github.com/scikit-hep/fastjet/pull/332
  • fix: propagate metadata (behavior & attrs) in _generalevent.py by @pfackeldey in https://github.com/scikit-hep/fastjet/pull/333
  • chore: fastjet is now v3.4.3.0 by @lgray in https://github.com/scikit-hep/fastjet/pull/334

New Contributors

  • @pfackeldey made their first contribution in https://github.com/scikit-hep/fastjet/pull/333

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.2.1...v3.4.3.0

- Python
Published by lgray over 1 year ago

fastjet - v3.4.3.0rc0

What's Changed

  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/297
  • chore(deps): bump the actions group across 1 directory with 2 updates by @dependabot in https://github.com/scikit-hep/fastjet/pull/307
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/305
  • build: Remove transient directories after install to allow for rebuild by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/311
  • build: Move Git submodules to extern directory by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/314
  • chore(deps): bump pypa/cibuildwheel from 2.20 to 2.21 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/318
  • build: Use build-system pybind11 over Git submodule by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/313
  • fix: Fix typo in definition of constituents (pt instead of p) by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/326
  • chore(deps): bump pypa/cibuildwheel from 2.21 to 2.22 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/325
  • build: get tests and wheels working again on linux, restrict testing/building to linux by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/321
  • build: update fastjet to v3.4.3 by @lgray in https://github.com/scikit-hep/fastjet/pull/328
  • ci: Use Linux aarch64 runners by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/329
  • ci: get macos builds running again by @lgray in https://github.com/scikit-hep/fastjet/pull/330
  • fastjet is v3.4.3.0rc0 by @lgray in https://github.com/scikit-hep/fastjet/pull/331

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.2.1...v3.4.3.0rc0

- Python
Published by lgray over 1 year ago

fastjet - v3.4.2.1

What's Changed

  • fix: make tests passing again by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/269
  • ci: Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/267
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/261
  • ci: Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/264
  • ci: Bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/263
  • ci: Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/scikit-hep/fastjet/pull/262
  • ci: Group dependabot updates by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/272
  • ci: fix failing tests after update to upload-artifact v4 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/273
  • fix: Add patch to add .Makefile.inc to fastjet-contrib by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/275
  • chore: Bump FastJet to v3.4.2 and pybind11 to v2.11.1 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/271
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/278
  • fix: Use environment CXX to configure fastjet-contrib .Makefile.inc by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/276
  • fix: Update RPATH and fully guard ORIGIN parameter expansion by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/277
  • fix: Remove patchfastjeti.txt from MANIFEST.in by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/281
  • ci: Add Python 3.12 to testing matrix by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/282
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/283
  • chore(deps): bump the actions group with 1 update by @dependabot in https://github.com/scikit-hep/fastjet/pull/284
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/285
  • ci: macos-latest is changing to macos-14 ARM runners by @henryiii in https://github.com/scikit-hep/fastjet/pull/288
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/287
  • chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.2 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/289
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/292
  • ci: Use PyPI Trusted Publisher for publishing package by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/294
  • chore: bump version to 3.4.2.1 by @lgray in https://github.com/scikit-hep/fastjet/pull/299

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.1.3...v3.4.2.1

- Python
Published by lgray about 2 years ago

fastjet - v3.4.2.0

What's Changed

  • fix: make tests passing again by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/269
  • ci: Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/267
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/261
  • ci: Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/264
  • ci: Bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/263
  • ci: Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/scikit-hep/fastjet/pull/262
  • ci: Group dependabot updates by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/272
  • ci: fix failing tests after update to upload-artifact v4 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/273
  • fix: Add patch to add .Makefile.inc to fastjet-contrib by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/275
  • chore: Bump FastJet to v3.4.2 and pybind11 to v2.11.1 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/271
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/278
  • fix: Use environment CXX to configure fastjet-contrib .Makefile.inc by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/276
  • fix: Update RPATH and fully guard ORIGIN parameter expansion by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/277
  • fix: Remove patchfastjeti.txt from MANIFEST.in by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/281
  • ci: Add Python 3.12 to testing matrix by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/282
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/283
  • chore(deps): bump the actions group with 1 update by @dependabot in https://github.com/scikit-hep/fastjet/pull/284
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/285
  • ci: macos-latest is changing to macos-14 ARM runners by @henryiii in https://github.com/scikit-hep/fastjet/pull/288
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/287
  • chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.2 in the actions group by @dependabot in https://github.com/scikit-hep/fastjet/pull/289

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.1.3...v3.4.2.0

- Python
Published by lgray about 2 years ago

fastjet - v3.4.1.3

What's Changed

  • chore: next fastjet is 3.4.1.3 by @lgray in https://github.com/scikit-hep/fastjet/pull/230
  • ci: bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in https://github.com/scikit-hep/fastjet/pull/231
  • docs: Improve documentation by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/233
  • ci(pre-commit): pre-commit autoupdate (drops python 3.7 support!) by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/234
  • build: Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/236
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/237
  • build: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/239
  • ci: Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in https://github.com/scikit-hep/fastjet/pull/240
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/241
  • feat: Addition of SoftDrop from the RecursiveTools Contrib by @cmoore24-24 in https://github.com/scikit-hep/fastjet/pull/235
  • chore: use 2x faster black mirror by @henryiii in https://github.com/scikit-hep/fastjet/pull/242
  • build: Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/243
  • ci: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in https://github.com/scikit-hep/fastjet/pull/244
  • fix: add dask-awkward[test] as dependency by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/247
  • ci: Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/245
  • ci: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/248
  • ci: Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/249
  • ci: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/250
  • ci: Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/252
  • ci: Bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/251
  • ci: Pin on two digits by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/253
  • ci: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/254
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/255
  • ci: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/256
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/257
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/259
  • ci: Bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/258
  • ci: fix pypi publish by @jmduarte in https://github.com/scikit-hep/fastjet/pull/260

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.1.2...v3.4.1.3

- Python
Published by jmduarte over 2 years ago

fastjet - v3.4.1.2

What's Changed

  • chore: next fastjet is 3.4.1.2 by @lgray in https://github.com/scikit-hep/fastjet/pull/218
  • fix: let JetDefinition be pickleable by @lgray in https://github.com/scikit-hep/fastjet/pull/224
  • ci: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/223
  • ci: Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/222
  • ci: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/221
  • ci: Use file from cloned repo instead of https access by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/225
  • ci: test dask uniformly with distributed.Client by @lgray in https://github.com/scikit-hep/fastjet/pull/226
  • feat: Add exclusivejetsup_to() interface by @jmduarte in https://github.com/scikit-hep/fastjet/pull/220
  • ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/227
  • chore: Remove unused variables by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/229

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.1.1...v3.4.1.2

- Python
Published by lgray about 3 years ago

fastjet - v3.4.1.1

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/215
  • feat: Adding EnergyCorrelator from Contrib by @cmoore24-24 in https://github.com/scikit-hep/fastjet/pull/216
  • chore: next fastjet is 3.4.1.1 by @lgray in https://github.com/scikit-hep/fastjet/pull/217

New Contributors

  • @cmoore24-24 made their first contribution in https://github.com/scikit-hep/fastjet/pull/216

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.1.0...v3.4.1.1

- Python
Published by lgray about 3 years ago

fastjet - v3.4.1.0

What's Changed

  • chore: next fastjet will be 3.4.0.8 by @lgray in https://github.com/scikit-hep/fastjet/pull/204
  • Bump pybind11 version to v2.10.4 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/207
  • Bump FastJet to v3.4.1 and fastjet-contrib to v1.051 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/206
  • chore: first 3.4.1.0 will be a release candidate by @lgray in https://github.com/scikit-hep/fastjet/pull/208
  • ci: add pr linting for better organization by @lgray in https://github.com/scikit-hep/fastjet/pull/209
  • fix: account for deprecation of highlevel lengthzeroarray by @lgray in https://github.com/scikit-hep/fastjet/pull/210
  • fix: JetDefinition should not fail on integer argument by @5ean-github in https://github.com/scikit-hep/fastjet/pull/171
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/212
  • build: Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/213
  • chore: next fastjet will be 3.4.1.0 by @lgray in https://github.com/scikit-hep/fastjet/pull/214

New Contributors

  • @5ean-github made their first contribution in https://github.com/scikit-hep/fastjet/pull/171

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.7...v3.4.1.0

- Python
Published by lgray about 3 years ago

fastjet - v3.4.1.0.rc0

What's Changed

  • chore: next fastjet will be 3.4.0.8 by @lgray in https://github.com/scikit-hep/fastjet/pull/204
  • Bump pybind11 version to v2.10.4 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/207
  • Bump FastJet to v3.4.1 and fastjet-contrib to v1.051 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/206
  • chore: first 3.4.1.0 will be a release candidate by @lgray in https://github.com/scikit-hep/fastjet/pull/208

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.7...v3.4.1.0.rc0

- Python
Published by lgray about 3 years ago

fastjet - v3.4.0.7

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/187
  • Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.5 by @dependabot in https://github.com/scikit-hep/fastjet/pull/192
  • Update README.md to include dask by @lgray in https://github.com/scikit-hep/fastjet/pull/197
  • next fastjet is 3.4.0.7 by @lgray in https://github.com/scikit-hep/fastjet/pull/198
  • Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in https://github.com/scikit-hep/fastjet/pull/199
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/200
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/202
  • Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/scikit-hep/fastjet/pull/201
  • chore: repin dask, dask-awkward by @lgray in https://github.com/scikit-hep/fastjet/pull/203

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.6...v3.4.0.7

- Python
Published by lgray about 3 years ago

fastjet - v3.4.0.6

What's Changed

  • Update README.md by @jmduarte in https://github.com/scikit-hep/fastjet/pull/181
  • Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/184
  • Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/183
  • enable thread safety by default in fastjet by @lgray in https://github.com/scikit-hep/fastjet/pull/190
  • Patch out the override of CXX and CXXFLAGS in fastjet-contrib/Makefile.in by @lgray in https://github.com/scikit-hep/fastjet/pull/191
  • add dask_awkward support to fastjet by @lgray in https://github.com/scikit-hep/fastjet/pull/189
  • Update url for test file by @lgray in https://github.com/scikit-hep/fastjet/pull/194
  • Correctly label fastjet release, pin dask to working version for current dask_awkward. by @lgray in https://github.com/scikit-hep/fastjet/pull/195

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.5...v3.4.0.6

- Python
Published by lgray about 3 years ago

fastjet - v3.4.0.5

What's Changed

  • ci: Add Cirrus CI config for aarch64 build tests by @matthewfeickert in https://github.com/scikit-hep/fastjet/pull/168
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/173
  • Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/172
  • Fix issue with array size by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/175
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/176
  • Bump to 3.4.0.5 by @jmduarte in https://github.com/scikit-hep/fastjet/pull/179

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.4...v3.4.0.5

- Python
Published by jmduarte over 3 years ago

fastjet - v3.4.0.4

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/162
  • Bump pypa/cibuildwheel from 2.11.3 to 2.11.4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/163
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/164
  • Test aarch64 wheels by @jmduarte in https://github.com/scikit-hep/fastjet/pull/166
  • bump version to 3.4.0.4 by @jmduarte in https://github.com/scikit-hep/fastjet/pull/167

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.3...v3.4.0.4

- Python
Published by jmduarte over 3 years ago

fastjet - v3.4.0.3

What's Changed

  • Fix for swig 4.1.X by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/159
  • Update README.md to get logo on PyPI by @jmduarte in https://github.com/scikit-hep/fastjet/pull/160
  • does macos building work? by @lgray in https://github.com/scikit-hep/fastjet/pull/134
  • update to v3.4.0.3 by @jmduarte in https://github.com/scikit-hep/fastjet/pull/161

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.2...v3.4.0.3

- Python
Published by jmduarte over 3 years ago

fastjet - v3.4.0.2

What's Changed

  • fj-contrib by @jmduarte in https://github.com/scikit-hep/fastjet/pull/143
  • Lund declusterings general event bug fix by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/145
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/146
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/149
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/150
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/152
  • fix: update codebase to Awkward 2.0.0. by @jpivarski in https://github.com/scikit-hep/fastjet/pull/156
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/157
  • Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/154
  • update to v3.4.0.2 by @jmduarte in https://github.com/scikit-hep/fastjet/pull/158

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.1...v3.4.0.2

- Python
Published by jmduarte over 3 years ago

fastjet - v3.4.0.1

What's Changed

  • Update README.md Debian install requirements by @lgray in https://github.com/scikit-hep/fastjet/pull/139
  • Exclusive jet constituents by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/137
  • Lund de-clusterings for exclusive jets by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/142
  • Update to v3.4.0.1 for new release by @rkansal47 in https://github.com/scikit-hep/fastjet/pull/144

New Contributors

  • @rkansal47 made their first contribution in https://github.com/scikit-hep/fastjet/pull/137

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.0...v3.4.0.1

- Python
Published by lgray over 3 years ago

fastjet - v3.4.0.0

What's Changed

  • Fastjet is v3.4.0.0 by @lgray in https://github.com/scikit-hep/fastjet/pull/135

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.0rc2...v3.4.0.0

- Python
Published by lgray over 3 years ago

fastjet - v3.4.0.0rc2

What's Changed

  • Introduce clang-format in pre-commit by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/125
  • Fix dangerous realllocs by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/127
  • bump pybind11 v2.10.0 -> v2.10.1 by @jmduarte in https://github.com/scikit-hep/fastjet/pull/129
  • enabled cgal by @aryan26roy in https://github.com/scikit-hep/fastjet/pull/70
  • Fix cibuildwheel with patch by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/131
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/128
  • Mark release 3.4.0.0rc2 by @lgray in https://github.com/scikit-hep/fastjet/pull/132

New Contributors

  • @jmduarte made their first contribution in https://github.com/scikit-hep/fastjet/pull/129

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.4.0.0rc1...v3.4.0.0rc2

- Python
Published by lgray over 3 years ago

fastjet - 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 https://github.com/scikit-hep/fastjet/pull/78
  • chore: wheel not required for setuptools PEP 517 (all-repos) by @henryiii in https://github.com/scikit-hep/fastjet/pull/79
  • fix: limit setuptools for now by @henryiii in https://github.com/scikit-hep/fastjet/pull/108
  • Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in https://github.com/scikit-hep/fastjet/pull/85
  • Avoid zsh pattern matching in pip command by @klieret in https://github.com/scikit-hep/fastjet/pull/105
  • Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in https://github.com/scikit-hep/fastjet/pull/96
  • For the next release; we need updated versions of things by @jpivarski in https://github.com/scikit-hep/fastjet/pull/83
  • ci: update official actions by @henryiii in https://github.com/scikit-hep/fastjet/pull/109
  • Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/scikit-hep/fastjet/pull/112
  • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/scikit-hep/fastjet/pull/113
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/scikit-hep/fastjet/pull/114
  • Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/scikit-hep/fastjet/pull/115
  • build wheels for all cpython versions by @lgray in https://github.com/scikit-hep/fastjet/pull/102
  • Bump pypa/cibuildwheel from 2.1.1 to 2.1.2 by @dependabot in https://github.com/scikit-hep/fastjet/pull/71
  • Add type annotations to ClusterSequence by @ssrothman in https://github.com/scikit-hep/fastjet/pull/87
  • Fix invalid memory write segmentation fault by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/118
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-hep/fastjet/pull/119
  • Fix CI for setuptools>=60 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/120
  • Bump pybind11 from v2.6.2 to v2.10.0 by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/121
  • Bump FastJet version to 3.4.0 from 3.3.4 using a patch by @chrispap95 in https://github.com/scikit-hep/fastjet/pull/122

New Contributors

  • @klieret made their first contribution in https://github.com/scikit-hep/fastjet/pull/105
  • @ssrothman made their first contribution in https://github.com/scikit-hep/fastjet/pull/87
  • @chrispap95 made their first contribution in https://github.com/scikit-hep/fastjet/pull/118
  • @pre-commit-ci made their first contribution in https://github.com/scikit-hep/fastjet/pull/119

Full Changelog: https://github.com/scikit-hep/fastjet/compare/v3.3.4.0rc9...v3.4.0.0rc1

- Python
Published by henryiii over 3 years ago

fastjet - Version 3.3.4.0rc9

Multiple bug fixes.

- Python
Published by aryan26roy almost 5 years ago

fastjet - 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.

- Python
Published by jpivarski almost 5 years ago

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

bash 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!)

- Python
Published by jpivarski almost 5 years ago

fastjet - Version 3.3.4.0rc6

Removed CGAL temporarily to enable compilation on CentOS.

- Python
Published by aryan26roy almost 5 years ago

fastjet - Version 3.3.4.0rc5

Sdist release with added checks.

- Python
Published by aryan26roy almost 5 years ago

fastjet - Version 3.3.4.0rc4

This SDist release includes basic handling of general case of Awkward Array.

- Python
Published by aryan26roy almost 5 years ago

fastjet - Version 3.3.4.0rc3

- Python
Published by aryan26roy almost 5 years ago

fastjet - Version 3.3.4.0rc2

Second release of FastJet to PyPI. This is an sdist pre-release version.

- Python
Published by aryan26roy almost 5 years ago

fastjet - Version 3.3.4.0rc1

First release of FastJet to PyPI. This includes a first draft of classic and vectorized interfaces.

- Python
Published by jpivarski about 5 years ago