Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Oct 28, 2024
1 parent 86f2403 commit 7980726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EDM4hep"
uuid = "eb32b910-dde9-4347-8fce-cd6be3498f0c"
authors = ["Pere Mato <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Prototype of the [EDM4hep](https://github.com/key4hep/EDM4hep) (generic Event Da

See presentations:
- [FCC Software meeting 26/2/2024](https://indico.cern.ch/event/1351111/contributions/5687785/attachments/2807853/4899861/EDM4hep.jl-20240226.pdf)
- [EDM4hep developers 26/03/2024](https://indico.cern.ch/event/1398635/contributions/5879405/attachments/2826751/4938272/EDM4hep.jl-20240326.pdf)
- [EDM4hep developers 26/03/2024](https://indico.cern.ch/event/1398635/contributions/5879405/attachments/2826751/4938272/EDM4hep.jl-20240326.pdf)
- [CHEP24 Poster](https://indico.cern.ch/event/1338689/contributions/6016139/attachments/2951973/5189367/EDM4hep.jl-CHEP24.pdf)

## Installation
The package has been registered in the General Julia registry therefore its installation is simply using the `Pkg` packager manager.
Expand Down
5 changes: 4 additions & 1 deletion docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

# Release Notes

## 0.4.2
- Moved to JuliaHEP organization
- Update to FHist 0.11 series (#9)

## 0.4.1
- Use StructArrays also for EDStore when building the model directly in memory.


## 0.4.0
### New Functionality
- Added function `RootIO.create_getter(reader::Reader, bname::String; selection=nothing)` to create a getter function for a specific branch.
Expand Down

0 comments on commit 7980726

Please sign in to comment.