Skip to content

Commit

Permalink
Bump version number for minor release
Browse files Browse the repository at this point in the history
Minor update to logo files
  • Loading branch information
graeme-a-stewart committed Jul 6, 2024
1 parent 12079ac commit eb0bfdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
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"
Expand Down
Binary file modified docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit eb0bfdb

@graeme-a-stewart
Copy link
Member Author

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 (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)

@JuliaRegistrator
Copy link

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:

git tag -a v0.3.2 -m "<description of version>" eb0bfdb3df3946004d6c4020e6a66dedc25f5cb7
git push origin v0.3.2

Please sign in to comment.