Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Releases: scikit-hep/pyjet

Legacy version 1.9.0

01 Jul 12:54
8837043
Compare
Choose a tag to compare
  • First Python 3 only release.
    • Support for Python 2 and Python 3.5-3.6 dropped.
  • Documentation:
    • README updated.
  • Miscellaneous:
    • Minor cleanup and updates.
    • Updates to cibuildwheel.
  • Tests:
    • Enhancements to the CI YAML scripts.
    • Pre-commit hooks updated.

Version 1.8.2

18 Jan 13:38
d2fe839
Compare
Choose a tag to compare

Added support for Recombination Scheme (#40).

Version 1.8.1

12 Jan 11:59
2c32416
Compare
Choose a tag to compare
Fix typo in setup.py and bump to 1.8.1 (#39)

* Fix typo in setup.py

* Bump version to 1.8.1

Version 1.8.0

24 Nov 19:36
Compare
Choose a tag to compare

Updates the CI build system to cibuildwheel, and fixes for running on Windows, wheels for Windows now provided. PyPy wheels on Unix systems now provided as well. Cleaner, simpler setuptools build system.

Version 1.7.0

10 Nov 10:13
07c5c1a
Compare
Choose a tag to compare

FastJet version update - using FastJet 3.3.4 and FastJet Contrib 1.045.

1.6.0

28 Dec 10:15
55f1295
Compare
Choose a tag to compare
  • Changes in API:
    • PseudoJet.info to PseudoJet.userinfo to better match the C++ version - now can be set as well.
  • FastJet version update:
    • Using FastJet 3.3.3 and FastJet Contrib 1.042.
    • Versions of FastJet and FastJet Contrib exposed to user.
  • Support for Python 3.8 added.
  • CI and tests:
    • Better testing structure.
    • Replace Travis with GitHub Actions.
    • Allow Azure Wheel builds from scikit-hep/azure-wheel-helpers.
    • New tests added.
  • Documentation:
    • Demo notebook added.
    • Minor documentation update.

1.5.0

07 May 20:07
fb50a56
Compare
Choose a tag to compare

Bindings for exclusive jet clustering added.

1.4.0

10 Jan 22:44
a9b7255
Compare
Choose a tag to compare

Release with FastJet 3.3.2.
Python 3.7 supported.

1.3.0

11 Aug 12:59
7cc3457
Compare
Choose a tag to compare

Python 2.6 no longer supported! Otherwise, version identical to 1.2.0.

1.2.0

18 Jul 12:10
Compare
Choose a tag to compare

Note: last version with Python 2.6 support!

Test coverage added.