What's Changed * Fix RuntimeError when reading packets with zero samples. by sorenwn in https://github.com/oysstu/pyxtf/pull/28 * Fix the misread of XTFRawCustomHeader and read the data that follows the header. by liuhongji2000 in https://github.com/oysstu/pyxtf/pull/31
New Contributors * sorenwn made their first contribution in https://github.com/oysstu/pyxtf/pull/28 * liuhongji2000 made their first contribution in https://github.com/oysstu/pyxtf/pull/31
- Put type hints directly under version control instead of auto-generating
1.3.1
- Resolve problems with CI and automatic upload to pypi
1.3.0
Changes - Disabled automatic generation of index file. Can be enabled through parameter to xtf_read to improve performance for repeated reads (resolves 5 and 9). - Added function to_bytes to ctypes structs, which is overloaded for XTFPingHeader to append alternating XTFPingChanHeaders and data.