Skip to content

Commit

Permalink
Merge pull request #96 from cta-observatory/release_v0.5.5
Browse files Browse the repository at this point in the history
Update README for v0.5.5
  • Loading branch information
aleberti authored Aug 28, 2024
2 parents 0d7153d + c8e2b59 commit 8c746dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ Some general information about the simulated data, useful for IRF calculation, a
- v0.5.2: introduce capability of reading data taken with the Hardware Stereo Trigger (HaST) between MAGIC and LST-1. Also, fixed bug when getting the time difference between events for mono data
- v0.5.3: support for python 3.11
- v0.5.4: change license to BSD-3, add badges in README, do not use default channel in environment
- v0.5.5: read LIDAR information, add checks for missing trees in the input files, take prescaler and trigger information from previous subruns if they are missing, add release-drafter and PyPI deploy workflows
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- numpydoc
- pytest
- pyyaml
- scipy
- scipy<1.14
- zlib
- pip
- h5py
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires=
ctapipe~=0.19.0
numpy>=1.22
uproot~=5.0
scipy<1.14

[options.package_data]
* = resources/*
Expand Down

0 comments on commit 8c746dd

Please sign in to comment.