Releases: danielhrisca/asammdf
Releases · danielhrisca/asammdf
Release 7.2.0
What's Changed
- Fixed Typo by @david32 in #755
- convert(): removed sharp clips in string parameter by @woodpy in #766
- Fix for issue #741. by @eblis in #772
- Fix for issue #770. Try to convert to float first, and if that fails convert to bytes by @eblis in #771
- fix for #776 -- case-sensitive matching in MDF.search(mode='wildcard', case_insensitive=True) by @timohencken in #777
- Development by @danielhrisca in #782
New Contributors
- @woodpy made their first contribution in #766
- @eblis made their first contribution in #772
- @timohencken made their first contribution in #777
Full Changelog: 7.1.1...7.2.0
Release 7.1.1
What's Changed
- Start time setters by @david32 in #710
- Dynamically set the width of the channel list in plot by @david32 in #715
- Fix typo in compression name by @r-xela in #733
- Display Channel Group name in channel list by @david32 in #682
- fix: 🐛 _master is not reset in mdf_v4._process_can_logging by @JulienGrv in #740
- fix: 🐛 CN block within CA block is not implemented yet by @JulienGrv in #742
New Contributors
- @r-xela made their first contribution in #733
Release 7.1.0
Dropped Python 3.7 support due to switch to numpy1.23.0
What's Changed
- Faster scrolling at Control + left, right keys by @embeddedc in #644
- Do not add comment if pressed Cancel by @david32 in #647
- missing XML comment extraction and style by @david32 in #648
- Pointer out of range when reading corrupted file by @david32 in #674
- Reordering Channel Groups when concatenating by @david32 in #664
- Fix a bug that accidently overwrites hd comments common properties by @SoerenKa93 in #678
- Allow iteration over mdf file object to return raw signals by @david32 in #689
- Reordering Channel Groups when concatenating v2 by @david32 in #690
- hdf5 export: Adding timestamps values to each group by @higgx2 in #707
- Tests fail when comparing float arrays by @david32 in #716
- Issue #712 by @david32 in #714
- Incorrect if. first_mdf wasn't closed by @david32 in #718
- Black formatting by @david32 in #719
New Contributors
- @embeddedc made their first contribution in #644
- @SoerenKa93 made their first contribution in #678
- @higgx2 made their first contribution in #707
7.0.7
use the same black and isort commands as in the github actions
Release 7.0.4
Realease 7.0.3
7.0.3 release
Release 7.0.2
fixes
Release 7.0.1
Contains fixes from 7.0.0
Release 7.0.0
Special thanks to Julien for the infrastructure and type hinting changes!
Release 6.4.4
Improve VLSD channel data extraction