From fdd0df34e6122d1d8bb48ea26733f73a0941d82a Mon Sep 17 00:00:00 2001 From: Alessio Berti <alessioberti90@gmail.com> Date: Mon, 29 Nov 2021 09:12:29 +0100 Subject: [PATCH] Update README with v0.3.0 description. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e78980..f67be3b 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,5 @@ Some general information about the simulated data, useful for IRF calculation, a - v0.2.1: Monitoring data (Dead pixel and pedestal information) - v0.2.2: Added MC Header info - v0.2.3: Solve issue when interpolating information from drive reports, causing crashes when using pointing information in astropy SkyCoord objects. Make the reader faster when searching for ids of mono and stereo events -- v0.2.4: fixes in mono_event_generator; fix to allow the use of relative paths as `input_url` \ No newline at end of file +- v0.2.4: fixes in mono_event_generator; fix to allow the use of relative paths as `input_url` +- v0.3.0: update uproot to v4, since v3 is deprecated \ No newline at end of file -- GitLab