Skip to content

Releases: ratal/mdfr

hdf5 export feature

08 May 16:46
da3b6e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

Mdf3 conversion bug fix

25 Apr 21:19
f893cb3
Compare
Choose a tag to compare

Fixed bug for value to text conversion
Improved debugging display of ChannelData, parquet export testing

Arrow-rs replacing Arrow2

17 Apr 06:48
f48c2d1
Compare
Choose a tag to compare
  • Replaced arrow2 by arrow-rs as arrow2 is an archived project. Created dedicated tensor and complex structs around arrow to better align with mdf specifics.
  • refactored parquet export
  • added get_channel_dtype()
  • added features management by cargo (polars, numpy and parquet)

Arrow2 in ChannelData

06 Feb 21:54
1ab8973
Compare
Choose a tag to compare
Arrow2 in ChannelData Pre-release
Pre-release

Switched from ndarray to arrow2 to store channel data in memory, removing conversion and allowing direct memory access with C API or other tools like polars. Gained parsing 40% performance on typical mdf files.
Added more anyhow contexts in order to improve troubleshooting errors