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 https://github.com/danielhrisca/asammdf/pull/644
* Do not add comment if pressed Cancel by david32 in https://github.com/danielhrisca/asammdf/pull/647
* missing XML comment extraction and style by david32 in https://github.com/danielhrisca/asammdf/pull/648
* Pointer out of range when reading corrupted file by david32 in https://github.com/danielhrisca/asammdf/pull/674
* Reordering Channel Groups when concatenating by david32 in https://github.com/danielhrisca/asammdf/pull/664
* Fix a bug that accidently overwrites hd comments common properties by SoerenKa93 in https://github.com/danielhrisca/asammdf/pull/678
* Allow iteration over mdf file object to return raw signals by david32 in https://github.com/danielhrisca/asammdf/pull/689
* Reordering Channel Groups when concatenating v2 by david32 in https://github.com/danielhrisca/asammdf/pull/690
* hdf5 export: Adding timestamps values to each group by higgx2 in https://github.com/danielhrisca/asammdf/pull/707
* Tests fail when comparing float arrays by david32 in https://github.com/danielhrisca/asammdf/pull/716
* Issue 712 by david32 in https://github.com/danielhrisca/asammdf/pull/714
* Incorrect if. first_mdf wasn't closed by david32 in https://github.com/danielhrisca/asammdf/pull/718
* Black formatting by david32 in https://github.com/danielhrisca/asammdf/pull/719
New Contributors
* embeddedc made their first contribution in https://github.com/danielhrisca/asammdf/pull/644
* SoerenKa93 made their first contribution in https://github.com/danielhrisca/asammdf/pull/678
* higgx2 made their first contribution in https://github.com/danielhrisca/asammdf/pull/707