Commit 92723db
committed
chore: Release 0.2.0
Bug Fixes
* Improve thread safety ([e16827d](e16827d), closes [#146](#146))
* Remove unsupported property ([4dbcb0b](4dbcb0b))
* **API:**
* Switch LIN identifier repr to hex ([6765f69](6765f69))
* Include special frames in wildcard import ([92c1c77](92c1c77))
* signals and frames semantics ([7c01b4b](7c01b4b), closes [#173](#173))
* Remove irrelevant resamp_rate property ([b5b0197](b5b0197), closes [#121](#121))
* Convert payload in way that works with all Py2.7 versions ([892ff83](892ff83))
* In frame repr, highlight core info ([7399c11](7399c11), closes [#170](#170))
* Improve consistency with future signal reads ([326f3bb](326f3bb))
* Improve terminology ([4b8fa3f](4b8fa3f))
* **ctypes:** Properly parse/form CanBusError ([d338036](d338036))
* **docs:**
* Correct bad references in System docs ([c2aefeb](c2aefeb))
* Cross link to change_lin_schedule ([3212ffd](3212ffd))
* Record correct frames type ([50a6999](50a6999))
* **examples:**
* Improve frame displaying ([a301cbe](a301cbe))
* Typo in user message ([3330ce9](3330ce9))
* Correct report formatting ([e6a958d](e6a958d))
* **tests:**
* Improve failure output ([b9eccda](b9eccda))
* CanBusErrorFrame repr was untested ([f14457b](f14457b))
Features
* **API:**
* CanBusError class ([68b7f50](68b7f50))
* StartTriggerFrame class ([ae6b764](ae6b764))
* LogTriggerFrame class ([3a29433](3a29433))
* DelayFrame class ([58f1561](58f1561))
* Adding partial database API support ([eb7f960](eb7f960))
* LinBusErrorFrame support ([483c42a](483c42a))
* Support session.lin_comm ([bd8f46a](bd8f46a))
* Support LIN interface properties ([8707631](8707631))
* Add lin scheduling ([d1f7cf9](d1f7cf9))
* Implement LinFrame and test ([0b5aec8](0b5aec8))
* Default frame parameters ([ef61756](ef61756))
* Signal/Frame conversion mode ([d1a0ac7](d1a0ac7))
* **examples:** LIN Frame Stream IO ([cd67ed0](cd67ed0))
* **tests:**
* Skip tests when hardware is None ([227ff99](227ff99))
* Add LIN integration tests and configuration ([81f3850](81f3850))
Minor Breaking Changes
* Remove unsupported property ([4dbcb0b](4dbcb0b))
* LinBusErrorFrame support ([483c42a](483c42a))
* Support LIN interface properties ([8707631](8707631))
* signals and frames semantics ([7c01b4b](7c01b4b), closes [#173](#173))
* Remove irrelevant resamp_rate property ([b5b0197](b5b0197), closes [#121](#121))
* Improve consistency with future signal reads ([326f3bb](326f3bb))
* Improve terminology ([4b8fa3f](4b8fa3f))1 parent a1bb421 commit 92723db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments