Fixed bug for value to text conversion Improved debugging display of ChannelData, parquet export testing
0.6.0
* 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)
0.5.0
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