- lots of small bug fixes - use attr.s - first unit tests / pytest - frame encoding/decoding - json: more infos - switch to src/project layout
0.6
* lots of bug fixes * beginning ARXML-4.3 and 4.3 support * float support for json, arxml, kcd, dbf, dbc * finally a clean endianess-handling (thanks to Guillaume Ranquet) * ... lot of fixes and improvements [changelog.txt](https://github.com/ebroecker/canmatrix/files/1369547/changelog.txt)
0.5
- new API - all attributes can be accessed without using the internal '_'-attributes of canmatrix (external acces to matrix-objects 57) - startbit numbering fixed for several formats (thanks to Don Mahurin) - new feature: deleting unwanted attributes - new feature: rename/delete ECUs, Frames and Signals - new feature: delete unneded defines - ARXML improvements. Mainly the exported arxml (autosar 3 and 4 support) passes shema validation - fibex export (no one uses this, maybe buggy - please comment if you use it) - small updates for sym format - kcd improvements. Mainly startbit-issue - travis support (automatic tests after every checkin)
[changelog.txt](https://github.com/ebroecker/canmatrix/files/299460/changelog.txt) - several minor improvements for different file formats (mainly sym, json and csv) - new command line options of canconvert for merging, splitting multiple databases - some helpers for j1939 (no doku or command line options jet) - auto min/max calculation for importing file formats without support - recalcDLC - ...