Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
authors:
- dependabot[bot]
852 changes: 0 additions & 852 deletions CHANGELOG.md

This file was deleted.

12 changes: 6 additions & 6 deletions doc/changelog.d/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
!.gitignore

# ...except markdown news fragments
!*.security.md
!*.removed.md
!*.deprecated.md
!*.added.md
!*.changed.md
!*.fixed.md
!*.security.rst
!*.removed.rst
!*.deprecated.rst
!*.added.rst
!*.changed.rst
!*.fixed.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added support for replaying CAN log files multiple times or infinitely in the player script via the new --loop/-l argument.
Added support for replaying CAN log files multiple times or infinitely in the player script via the new ``--loop/-l`` argument.
1 change: 0 additions & 1 deletion doc/changelog.d/1815.removed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/1815.removed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed the unused ``--file_name/-f`` argument from the player CLI.
1 change: 0 additions & 1 deletion doc/changelog.d/1938.fixed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/1938.fixed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Keep a reference to asyncio tasks in ``can.Notifier`` as recommended by `python documentation <https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task>`_.
1 change: 0 additions & 1 deletion doc/changelog.d/1987.added.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/1987.added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added `python-can-coe <https://c0d3.sh/smarthome/python-can-coe>`_ interface plugin to the documentation.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion doc/changelog.d/2009.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2009.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved datetime parsing and added support for `double-defined` datetime strings (such as, e.g., ``"30 15:06:13.191 pm 2017"``) for ``ASCReader`` class.
4 changes: 0 additions & 4 deletions doc/changelog.d/2022.added.md

This file was deleted.

4 changes: 4 additions & 0 deletions doc/changelog.d/2022.added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added ``timestamps_format`` parameter to ``ASCWriter`` to support configurable timestamp
format: ``"absolute"`` (default, timestamps are offsets from the start of measurement)
or ``"relative"`` (each timestamp is the delta from the preceding event), matching the
semantics described in the ASC format specification.
1 change: 0 additions & 1 deletion doc/changelog.d/2023.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2023.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved IXXAT VCI exception handling.
1 change: 0 additions & 1 deletion doc/changelog.d/2026.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2026.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``cantact``: calling ``CantactBus.recv(timeout=None)`` now blocks 'forever'.
1 change: 0 additions & 1 deletion doc/changelog.d/2028.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2028.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved performance in ``slcan`` interface.
1 change: 0 additions & 1 deletion doc/changelog.d/2031.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2031.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``gs_usb``: use ``pyusb`` package to allow WinUSB instead of requiring libusbK on Windows; calling ``GsUsbBus.recv(timeout=None)`` now blocks 'forever'.
1 change: 0 additions & 1 deletion doc/changelog.d/2035.added.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2035.added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add new timezone parameter ``tz`` to ``can.io.asc.ASCReader`` and ``can.io.asc.ASCWriter``.
1 change: 1 addition & 0 deletions doc/changelog.d/2039.added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Include unreleased changes in documentation.
1 change: 1 addition & 0 deletions doc/changelog.d/2039.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move changelog from CHANGELOG.md to documentation.
Loading