Skip to content

Releases: MIDAS-rs/midasio

Release v0.6.0

03 May 08:29
5d943e2
Compare
Choose a tag to compare

What's Changed

  • Clean public API.

To migrate just upgrade midasio in your Cargo.toml and fix all compiler warnings. There isn't any behavior/non-trivial change.
The only things that will probably need manual fixing:

  • FileView::try_from -> FileView::try_from_bytes.
  • BankView::data_slice -> BankView::data.

Full Changelog: v0.5.4...v0.6.0

Release v0.5.4

15 Feb 22:02
d3109f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

Release v0.5.3

03 Jan 03:04
f191add
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

Release v0.5.2

28 Dec 04:48
1ee962f
Compare
Choose a tag to compare

What's Changed

  • Update the run_number and initial_timestamp unchecked getters by @DJDuque in #21

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

28 Dec 02:59
0d685a8
Compare
Choose a tag to compare

What's Changed

  • Implement iter for FileView and EventVIew by @DJDuque in #19

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

27 Dec 21:51
a660ab9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

05 Feb 12:35
f7abf1c
Compare
Choose a tag to compare

What's Changed

  • Add clippy Github action by @DJDuque in #10
  • Implement run_number and timestamp unchecked methods by @DJDuque in #12

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

20 Jun 05:35
a1808a3
Compare
Choose a tag to compare

What's Changed

  • Fix lifetimes to refer to correct external slices. This is a breaking change that introduces an improvement on the Iterator API of the Viewer structures. This fixes now allow a more flexible usage of the IntoIterator properties of FileViewer, EventViewer, and BankViewer such as flatten(), etc.

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

12 Jun 17:02
64f206b
Compare
Choose a tag to compare
Bump to v0.3.0 (#6)

v0.2.0

29 Apr 04:45
Compare
Choose a tag to compare
Bump to v0.2.0