Skip to content

Commit

Permalink
Merge pull request #289 from smash-transport/ngoetz/fix_changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Hendrik1704 authored Oct 9, 2024
2 parents 010c969 + f398612 commit aa11ca7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ Date:
* Particle: Add member function to calculate the transverse mass of a particle
* Oscar: Add transverse mass cut to methods
* Jetscape: Add transverse mass cut to methods
* Added ParticleObjectStorer to store generic particle lists
* SPARKX checks now for static tying consistency

### Changed
* Filter: Perform general clean up to reduce code duplications
* Particle: Rename several methods for a more intuitive naming scheme. Renamed methods are:

| Old Method Name | New Method Name |
|-------------------------------------|-----------------------------|
| momentum_rapidity_Y() | rapidity() |
Expand All @@ -38,12 +41,13 @@ Date:
| pt_cut() | pT_cut() |
| compute_mass_from_energy_momentum() | mass_from_energy_momentum() |
| compute_charge_from_pdg() | charge_from_pdg() |
* Changed class architecture to separate loader and storer classes
* Changed code formatter to `black`

### Fixed
* Oscar/Jetscape: Improve writing speed for large file outputs in writer functions
* Bugfix in the scaling function of Histogram

### Added
* Tests: Add HelperFunctions.py that contains free utility functions used in the tests and add corresponding tests.

## v1.3.0-Newton
Date: 2024-07-25
Expand Down

0 comments on commit aa11ca7

Please sign in to comment.