Releases: jacanchaplais/graphicle
Releases · jacanchaplais/graphicle
0.4.1
What's Changed
- Added LaTeX output for PdgArray by @jacanchaplais in #186
- Made FastJet an optional dependency #185 by @jacanchaplais in #187
- Added automated testing on ARM and Windows architectures #188 by @jacanchaplais in #189
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Updated CI pipeline for testing by @jacanchaplais in #179
- Cleared deprecated transforms, added momentum split #175 by @jacanchaplais in #176
- Sample momentum from uniform spherical distribution #178 by @jacanchaplais in #181
- removed deprecated routines for 0.4.0 release by @jacanchaplais in #180
- Added classmethod to read LHE event data #177 by @jacanchaplais in #182
Full Changelog: 0.3.9...0.4.0
0.3.9
What's Changed
- Instantiate MaskGroups from nested mappings by @jacanchaplais in #173
Full Changelog: 0.3.8...0.3.9
0.3.8
What's Changed
- Include transverse momentum in monte_carlo_tag() by @jacanchaplais in #169
- Event shape observables added #165 by @jacanchaplais in #166
- Thrust,
$T = \text{max}_\mathbf{n} \dfrac{\sum_i | \mathbf{p}_i \cdot \mathbf{n} | } { \sum_i | \mathbf{p}_i |}$ - Spherocity,
$S = \left(\dfrac{4}{\pi}\right)^2 \text{min}_\mathbf{n} \left(\dfrac{\sum_i | \mathbf{p}_i \times \mathbf{n} | } { \sum_i | \mathbf{p}_i |}\right)^2$ - C-parameter,
$C = \dfrac{3}{2} \dfrac{\sum_{i,j} \left[ \mathbf{ |p_i| |p_j| - (p_i \cdot p_j)^2 / |p_i| |p_j| } \right]}{\left( \sum_i | \mathbf{p}_i | \right)^2}$
- Thrust,
- Cached numba routines for faster import times
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
- Flatten MaskGroup to leaves #163 by @jacanchaplais in #164
Full Changelog: 0.3.6...0.3.7
0.3.6
What's Changed
- Arbitrary momentum set enabled for monte_carlo_tag #160 by @jacanchaplais in #161
- Parallel computation for clustering coefficients by @jacanchaplais in #162
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- Migrated PyJet to FastJet #158 by @jacanchaplais in #159
Full Changelog: 0.3.4...0.3.5
0.3.4
What's Changed
- Added clustering coefficient distribution #155 by @jacanchaplais in #156
- Removed deprecated numpy behaviour, improved MomentumArray initialisation, added color / anticolor properties to ColorArray by @jacanchaplais in #157
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- Tabular string and HTML representations #150 by @jacanchaplais in #151
- Patch: logic for sign insensitive and strict PDG check #152 by @jacanchaplais in #153
- Idiomatic improvements to numba loops by @jacanchaplais in #154
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Added serialize methods to data structures #148 by @jacanchaplais in #149
Full Changelog: 0.3.1...0.3.2