You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -135,7 +137,7 @@ Other API changes and improvements
135
137
* Changes to serial device number decoding (#869)
136
138
* Add a default fileno function to the BusABC (#877)
137
139
* Disallow Messages to simultaneously be "FD" and "remote" (#1049)
138
-
* Speed up interface plugin imports by removing pkg_resources (#1110)
140
+
* Speed up interface plugin imports by avoiding pkg_resources (#1110)
139
141
* Allowing for extra config arguments in can.logger (#1142, #1170)
140
142
* Add changed byte highlighting to viewer.py (#1159)
141
143
* Change DLC to DL in Message.\_\_str\_\_() (#1212)
@@ -180,7 +182,7 @@ Behind the scenes & Quality assurance
180
182
* Use the [mypy](https://github.com/python/mypy) static type checker (#598, #651)
181
183
* Use [tox](https://tox.wiki/en/latest/) for testing (#582, #833, #870)
182
184
* Use [Mergify](https://mergify.com/) (#821, #835, #937)
183
-
* Switch between various CI providers, abandoned [AppVeyor](https://www.appveyor.com/) (#1009) and partly [Travis CI](https://travis-ci.org/), ended up with [GitHub Actions](https://docs.github.com/en/actions)only (#827)
185
+
* Switch between various CI providers, abandoned [AppVeyor](https://www.appveyor.com/) (#1009) and partly [Travis CI](https://travis-ci.org/), ended up with mostly [GitHub Actions](https://docs.github.com/en/actions) (#827, #1224)
184
186
* Use the [black](https://black.readthedocs.io/en/stable/) auto-formatter (#950)
185
187
*[Good test coverage](https://app.codecov.io/gh/hardbyte/python-can/branch/develop) for all but the interfaces
186
188
* Testing: Many of the new features directly added tests, and coverage of existing code was improved too (for example: #1031, #581, #585, #586, #942, #1196, #1198)
0 commit comments