Skip to content

Releases: JuliaHEP/JetReconstruction.jl

v0.4.3

17 Oct 19:25
Compare
Choose a tag to compare

JetReconstruction v0.4.3

Diff since v0.4.2

Fix performance regression due to type instability in ClusterSequence.

Merged pull requests:

v0.4.2

08 Oct 16:45
Compare
Choose a tag to compare

JetReconstruction v0.4.2

Diff since v0.4.1

Support for EMD4hep inputs, where ReconstuctedParticles can be passed directly to the reconstruction algorithms.
Examples for using EMD4hep inputs.

Internally, use better types for jet objects (Real) and initial cluster collection (AbstractArray{T, 1}).

Reorganised documentation to be more streamlined, with auxiliary pages for less critical points. Switch back to plain old Documenter.jl outputs to more easily preview and develop docs.

Merged pull requests:

Closed issues:

  • Support EDM4hep reconstructed particles as input (#79)

v0.4.1

24 Sep 19:29
Compare
Choose a tag to compare

JetReconstruction v0.4.1

Diff since v0.4.0

Optimised implementation for e+e- algorithms (Durham and EEKt), using Structure of Arrays to hold all necessary reconstruction variables in compact arrays.

Merged pull requests:

v0.4.0

16 Sep 14:03
Compare
Choose a tag to compare

JetReconstruction v0.4.0

Diff since v0.3.2

Add Durham and generalised k_T for e+e- algorithms (Durham, EEKt).

Prefer specification of the algorithm directly now in the interfaces.

Merged pull requests:

Closed issues:

  • Add support for Generalised k_T in reconstruction interfaces (#49)
  • Add generalised kt algorithm for e+e- (#50)
  • Add kt algorithm for e+e− (#51)

v0.3.2

06 Jul 10:42
Compare
Choose a tag to compare

JetReconstruction v0.3.2

Diff since v0.3.1

Added animation method (animatereco) that produces a video file for visualising jet reconstruction process.
Improved documentation, of all public and internal APIs (using autodocs macro)
Add package logo, three jets with the primary Julia colour triplet

jet_ranks utility function that returns a ranking of initial jets according to some value, by default p_T, used to assign stable values to subsequently reconstructed jets based on their constituents, e.g., for mapping to colours for plotting.
reco_state method to retrieve the intermediate state of a reconstruction (using JetWithAncestors struct)
merge_steps method to count the number of meaningful iterations in the reconstruction process (used to get the number of animation steps)

Merged pull requests:

v0.3.1

20 Jun 14:07
Compare
Choose a tag to compare

JetReconstruction v0.3.1

Diff since v0.3.0

Add transparent reading of gzip compressed inputs.
Fixed input files for examples.
Added interactive Pluto visualisation example.

Merged pull requests:

  • Add compressed file reading support and fix examples (new Pluto example) (#64) (@graeme-a-stewart)

Closed issues:

  • Use GLMakie for on-screen example plots (#61)
  • Examples are broken (#63)

v0.3.0

17 Jun 12:40
55c99c1
Compare
Choose a tag to compare

JetReconstruction v0.3.0

First registration of the JetReconstruction package, implementing k_T clustering
algorithms used in high-energy physics.

Merged pull requests:

Closed issues:

  • Use FastJet.jl for comparison later (#1)
  • Use Makie for 3D barplot (#3)
  • use existing Lorentz Vector package (#5)
  • Loop optimisation (#6)
  • Optimisation needed (#15)
  • Move project to JuliaHEP organization? (#20)
  • Define public interface (#23)
  • HepMC3 Reader Status (#24)
  • License Matters (#25)
  • Improve tests (#26)
  • Nicer strategy switching (#27)
  • Defaut strategy (#28)
  • Return consistent sequence types (#29)
  • Remove internal data from PseudoJet (#30)
  • Return type should be a ClusterSequence (#36)
  • Remove tiling parameter from current ClusterSequence (#37)
  • Write proper documentation (#40)
  • Implement exclusive jet methods (#41)
  • Simpler examples (#42)
  • Plotting support (#43)
  • More regular code formatting (#54)