ParquetViewer
ParquetViewer copied to clipboard
V3.5.0 Release
This PR:
- Updates StructValue to use a custom DataRowLite class instead of System.Data.DataRow.
- If
.xlsexport fails because cell content is too large, the app will now ask the user if they'd like to automatically switch to.xlsxinstead. - Nested list support improvements (#119):
- List of Lists are now partially supported
- List of Structs with nested lists are also now partially supported (#148)
- Had to make some drastic changes to list reading logic. Hope it won't cause any regressions 🤞🏼
-
.xlsxexports will now show a progress bar like other file types (https://github.com/mini-software/MiniExcel/pull/883) - Audio playback support added with a custom audio player datagridview cell type (#165)
- Fixed an issue with Map key/value pairs being out of order (#155)
- Middle mouse click shortcut added for image fields that conform to the huggingface parquet standard (#165)
- Fix a couple of regressions (https://github.com/mukunku/ParquetViewer/pull/166/commits/cbb4eed7baa469b20c2f4b843ce632f79dbef155) (https://github.com/mukunku/ParquetViewer/pull/166/commits/16ebe52521b97cdb3aea28691cc38fc7fdf3466a)
- Patch for #156
Unit Test Results
✔️ Tests 58 / 58 - passed in 1.2s
🔍 click here for more details
✏️ updated for commit 9ac8fb0