Skip to content

Releases: cta-observatory/pyeventio

v1.11.0 – 2022-10-27

27 Oct 13:45
9a8de18
Compare
Choose a tag to compare

What's Changed since v1.10.0

  • Add support for telescope event header version 4 (#253) @maxnoe

Contributors

@maxnoe and @orelgueta

v1.10.0 – 2022-09-08

08 Sep 07:56
92bb45c
Compare
Choose a tag to compare

What's Changed since v1.9.1

  • Implement reading of photoelectrons for calibration events, fixes #250 (#252) @maxnoe
  • Switch to src/ layout for package (#251) @maxnoe
  • Update pypi classifiers and require python 3.6 (#248) @maxnoe
  • Avoid annoying error message when using less (#249) @maxnoe

Contributors

@maxnoe and @orelgueta

v1.9.1 – 2022-06-10

10 Jun 08:48
db1c738
Compare
Choose a tag to compare

What's Changed since v1.9.0

  • Fix breaking change in 1.9.0 of putting none instead of dict for missing information (#247) @maxnoe

Contributors

@maxnoe

v1.9.0 – 2022-06-09

09 Jun 10:33
2fc1d7a
Compare
Choose a tag to compare

What's Changed since v1.8.0

  • Improve handling of calibration events (#246) @maxnoe

Contributors

@maxnoe and @orelgueta

v1.8.0 – 2022-06-02

02 Jun 11:00
cb83102
Compare
Choose a tag to compare

What's Changed since v1.7.0

Contributors

@maxnoe @orelgueta

v1.7.0 – 22-03-25

25 Mar 12:15
996ddd7
Compare
Choose a tag to compare

What's Changed since v1.7.0

Contributors

@maxnoe

v1.6.1 – 2022-03-09

09 Mar 13:31
3fc3406
Compare
Choose a tag to compare

What's Changed since v1.6.0

  • Fix reading type 75, had wrong number of items (#237) @maxnoe

Contributors

@maxnoe

v1.6.0 – 2022-03-07

07 Mar 21:03
1b3ea2a
Compare
Choose a tag to compare

What's Changed since v1.5.2

  • Add support for new object type 75 (Metadata) (#236) @maxnoe

Contributors

@maxnoe

v1.5.2 – 2022-02-10

10 Feb 10:25
9a82ece
Compare
Choose a tag to compare

What's Changed since v1.5.1.post2

  • Use setuptools_scm for versioning, update CI versions (#234) @maxnoe
  • Fix parsing of ArrayOffsets (type 1203) (#233) @mblnk

Contributors

@maxnoe and @mblnk

v1.5.1.post2 – 2022-01-13

13 Jan 10:18
2d0565b
Compare
Choose a tag to compare

What's Changed since v1.5.1.post1

  • Use pypa build to create sdist, fixes pypi deploy (#232) @maxnoe
  • Add zstandard to dependencies (#231) @maxnoe

Contributors

@maxnoe