Releases: ratal/mdfr
Releases · ratal/mdfr
hdf5 export feature
Mdf3 conversion bug fix
Fixed bug for value to text conversion
Improved debugging display of ChannelData, parquet export testing
Arrow-rs replacing Arrow2
- 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
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