Asammdf

Latest version: v8.1.2

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 30

8.1.0

What's Changed
* Added tests for PlotWidget buttons by FillBk in https://github.com/danielhrisca/asammdf/pull/1088
* enable numpy 2 by Simsalabim1234 in https://github.com/danielhrisca/asammdf/pull/1093
* Feature/cleanup and fix issues by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1097
* feat(gui): do not always require decode and export extras dependencie… by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1104
* chore: upgrade ruff to version 0.8.0 by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1102
* fix tz_offset being unsigned int by hutauf in https://github.com/danielhrisca/asammdf/pull/1107
* fix(mdf_v2_v3): getuser raises OSError when pwd module is not found i… by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1101
* fix(ci): skip GUI tests that fails on Windows until fixed by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1103
* Move project configuration from setup.py to pyproject.toml / Build ABI3 wheels by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/1113
* Fix Pyinstaller Build by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/1116
* Add button to create a report of installed dependencies by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/1117
* Fix readthedocs "Config file validation error" by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/1118
* Improve coveralls workflow by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/1120
* Put imports together to avoid unnecessary git diffs in future PR by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1124
* Added test for Default display file metadata by FillBk in https://github.com/danielhrisca/asammdf/pull/1126
* Added test for batch widget by FillBk in https://github.com/danielhrisca/asammdf/pull/1082
* Get bits by danielhrisca in https://github.com/danielhrisca/asammdf/pull/1115
* doc: clarified developer instructions by morbult in https://github.com/danielhrisca/asammdf/pull/1141
* Hotfix/checkout fails in ci by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1136
* Ci/update python for cibuildwheel by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1143
* add type checking for mdf v2 and v3 and fix all errors by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1135
* fix(ci): skip test_resample_by_step_0 and test_resample_by_step_1 until fixed by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1144
* style: upgrade black to version 25 by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1142
* fix: tox does not install extras if they have underscores in their name by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1138
* fix(ci): black fails because the regex in force-exclude is wrong by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1137
* Corrected misleading typo in ChannelConversion block's comment by Tyronnosaurus in https://github.com/danielhrisca/asammdf/pull/1147
* chore: upgrade Ruff to version 0.9 by JulienGrv in https://github.com/danielhrisca/asammdf/pull/1139
* Docstring style, examples, corrections by morbult in https://github.com/danielhrisca/asammdf/pull/1149

New Contributors
* Simsalabim1234 made their first contribution in https://github.com/danielhrisca/asammdf/pull/1093
* hutauf made their first contribution in https://github.com/danielhrisca/asammdf/pull/1107
* Tyronnosaurus made their first contribution in https://github.com/danielhrisca/asammdf/pull/1147

**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/8.0.0...8.1.0

8.0.0

La cererea publicului!

What's Changed
* Isotp by hacklint in https://github.com/danielhrisca/asammdf/pull/996
* Replace long data type by tov101 in https://github.com/danielhrisca/asammdf/pull/1007
* Warn and relax global j1939 if non-extended IDs present by hacklint in https://github.com/danielhrisca/asammdf/pull/997
* Provide acq_name and acq_source to append method when filtering by Jamezo97 in https://github.com/danielhrisca/asammdf/pull/999
* Update v4_blocks.py by chr-sy in https://github.com/danielhrisca/asammdf/pull/857
* Update mdf_v4.py by NageshKumarGowda in https://github.com/danielhrisca/asammdf/pull/1036
* Use temporary folder in MDF4 by alex-ruehe in https://github.com/danielhrisca/asammdf/pull/1035
* Rework drag and drop in tests by tov101 in https://github.com/danielhrisca/asammdf/pull/1056
* Added tests for keyPressEvent() methods & fixes by FillBk in https://github.com/danielhrisca/asammdf/pull/1003
* Add import for retrieving zips by artyeffem in https://github.com/danielhrisca/asammdf/pull/1066
* Typo fix by LegrandT in https://github.com/danielhrisca/asammdf/pull/1070

New Contributors
* hacklint made their first contribution in https://github.com/danielhrisca/asammdf/pull/996
* chr-sy made their first contribution in https://github.com/danielhrisca/asammdf/pull/857
* NageshKumarGowda made their first contribution in https://github.com/danielhrisca/asammdf/pull/1036
* artyeffem made their first contribution in https://github.com/danielhrisca/asammdf/pull/1066
* LegrandT made their first contribution in https://github.com/danielhrisca/asammdf/pull/1070

**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/7.4.2...8.0.0

7.4.2

What's Changed
* Fix deprecation warnings with ruff 0.2.0 by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/982
* README link updates 951 Issue by travis2319 in https://github.com/danielhrisca/asammdf/pull/984
* Parsing of nested CA structures by VorobiovM in https://github.com/danielhrisca/asammdf/pull/978

New Contributors
* travis2319 made their first contribution in https://github.com/danielhrisca/asammdf/pull/984
* VorobiovM made their first contribution in https://github.com/danielhrisca/asammdf/pull/978

**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/7.4.1...7.4.2

7.4.1

What's Changed
* Activate pyflakes rules in ruff by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/928
* Fix AttributeError: 'WindowsPath' object has no attribute 'configure' by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/938
* Resolve undefined names by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/936
* Fixes by FillBk in https://github.com/danielhrisca/asammdf/pull/939
* Activate flake8-bugbear rules by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/948
* Add return to iter_to_dataframe when filtering channels by hugabora in https://github.com/danielhrisca/asammdf/pull/957
* Fix tests by tov101 in https://github.com/danielhrisca/asammdf/pull/965
* Activate ruff-specific rules (RUF) by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/945
* fix style: black, empty line by hugabora in https://github.com/danielhrisca/asammdf/pull/959
* unnecessary print statement removed by morbult in https://github.com/danielhrisca/asammdf/pull/942
* Fix for F11/FullScreen bug & clear stats info after deleting all channels on plot by FillBk in https://github.com/danielhrisca/asammdf/pull/969
* Activate Pylint Rules by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/976

New Contributors
* FillBk made their first contribution in https://github.com/danielhrisca/asammdf/pull/939
* hugabora made their first contribution in https://github.com/danielhrisca/asammdf/pull/957
* morbult made their first contribution in https://github.com/danielhrisca/asammdf/pull/942

**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/7.3.17...7.4.1

7.3.17

What's Changed
* Use PySide6 Scoped Enums by zariiii9003 in https://github.com/danielhrisca/asammdf/pull/879
* CAN bus logging decoding fixes

**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/7.3.16...7.3.17

7.3.16

What's Changed
* Update pyside6 by danielhrisca in https://github.com/danielhrisca/asammdf/pull/929


**Full Changelog**: https://github.com/danielhrisca/asammdf/compare/7.3.15...7.3.16

Page 1 of 30

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.