-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number for minor release
Minor update to logo files
- Loading branch information
1 parent
12079ac
commit eb0bfdb
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "JetReconstruction" | ||
uuid = "44e8cb2c-dfab-4825-9c70-d4808a591196" | ||
authors = ["Atell Krasnopolski <[email protected]>", "Graeme A Stewart <[email protected]", "Philippe Gras <[email protected]>"] | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
|
||
[deps] | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
eb0bfdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
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 (usingJetWithAncestors
struct)merge_steps
method to count the number of meaningful iterations in the reconstruction process (used to get the number of animation steps)eb0bfdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/110550
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: