Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
96ac260
fmt
Jan 25, 2026
13d9f7c
added more python versions for package generation, updated to more re…
Jan 25, 2026
2a6d15d
added data stream mode
Jan 26, 2026
5b4418f
fixed missing consideration for DL/HL/DZ blocks for VLSC + UTF16 wron…
Jan 27, 2026
1d276f1
added channel Variants and Union parsing
Jan 28, 2026
46cbeff
simplifications and optimisations for CV and CU
Jan 29, 2026
27ea3b4
simplified and optimised the data stream and VLSC parsing
Jan 31, 2026
8528fe6
ticked up version
Jan 31, 2026
82fc477
fixed .gitignore
Jan 31, 2026
ba5460a
optimisations -28% on simple files
Feb 1, 2026
8413f78
added unfinalised handling, fixed halffloat, introduced SR and includ…
Feb 1, 2026
544404d
added unionarray import from arrow
Feb 1, 2026
cf7767f
optimisations for big file with many channels
Feb 2, 2026
f626de8
further optimised for VLSC sorted and unsorted data
Feb 2, 2026
bcde0a9
refactored mdfinfo4 being too long into a modules with smaller files …
Feb 8, 2026
e360e93
added metadata information based on schemas
Feb 8, 2026
bcb09da
added CABlock writing
Feb 8, 2026
714a3a9
added more writing tests
Feb 9, 2026
0e754be
fixed writing bug
Feb 9, 2026
0cef151
Added CHblock writing and composition for DS/CL CV/CU + tests
Feb 10, 2026
682f77d
added frequency sync
Feb 10, 2026
2cad0f1
added documentation
Feb 12, 2026
18e2add
addded unit tests to increase test coverage
Feb 15, 2026
a0d7047
clippy improvements
Feb 15, 2026
d6bfa5d
more unit tests
Feb 15, 2026
4fb531a
updated cargo and fixed compiler issuer, switching from nightly rust …
Feb 15, 2026
8004618
put toolchain to stable in workflows
Feb 15, 2026
9705b4a
fixing maturin publishing
Feb 16, 2026
6508633
fixed critical safety issues from the C API
Mar 23, 2026
a575310
removed .expect()
Mar 23, 2026
c259766
made ChannelData display fault tolerant, logging error instead
Mar 23, 2026
176a4ab
removed expect()
Mar 23, 2026
d23ce79
manage writer handler and flush data
Mar 23, 2026
f8ee31f
benchmark fault tolerant in case of missing python module mdfreader f…
Mar 23, 2026
235141e
added safety documentation
Mar 27, 2026
300c4fe
added pkg version
Mar 27, 2026
e1f7f99
simplified cloning
Mar 27, 2026
ddf7745
made endianess less ambiguous
Mar 27, 2026
3fcc099
added more tests for better coverage with more documentation
Mar 27, 2026
b3cebbf
updated to latest cargo dependencies
Mar 27, 2026
6c13add
adding tests for big endian, arrays and complex
Mar 28, 2026
f828173
expose pythonerror for conversion into python
Apr 1, 2026
3735d51
fixed clippy
Apr 1, 2026
8bd9764
fixed bug with value range conversion not matching spec
Apr 1, 2026
c6abcfa
VLSD bug fix
Apr 1, 2026
7ccb476
ticked-up the tag
Apr 2, 2026
4e4cc29
Merge gh/main into development
Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ test_files/test.parquet
/share
/bin
pyvenv.cfg
/.continue
/.continue
test_files/synthetic
.claude/settings.json
Loading
Loading