1. 4ec55a8 Use newer Nunavut and fix minor doc styling issues (#165) by Pavel Kirienko · 2 years, 1 month ago 1.2.5
  2. e985e3a Fix combinatorial explosion in DSDL compiler (#164) by Pavel Kirienko · 2 years, 2 months ago 1.2.4
  3. 87c27a9 Demo docs: clarify that PowerShell requires the values to be double-quoted (#163) by Pavel Kirienko · 2 years, 2 months ago 1.2.3
  4. b87efdf Allow register.Value.assign() to automatically extend/truncate arrays to avoid issues like https://forum.uavcan.org/t/control-and-debug-kotleta20-esc-with-yakut/1176/3\?u\=pavel.kirienko (#162) by Pavel Kirienko · 2 years, 2 months ago 1.2.2
  5. bdc9db2 Correct a mistake in the docs for make_transport() (#159) by Pavel Kirienko · 2 years, 3 months ago 1.2.1
  6. 91172a5 Add USB2CAN support to pythoncan transport (#156) by wiboticalex · 2 years, 3 months ago 1.2.0
  7. fd9f51a New application-layer function implementations to support bootloaders: FileServer, FileClient (#158) by Pavel Kirienko · 2 years, 3 months ago 1.2.0.b6
  8. db402f2 Implement capture/tracing for redundant transport (#157) by Pavel Kirienko · 2 years, 3 months ago 1.2.0.b5
  9. 519d622 Extend the application-layer API to avoid hard-coded protocol-related constants in applications (#154) by Pavel Kirienko · 2 years, 3 months ago 1.2.0.b4
  10. fdada81 Addreqtxt (#152) by Maximilian Dobler · 2 years, 4 months ago 1.2.0.b3
  11. da3cead Require numpy < 1.20 to fix MyPy errors (#151) by Pavel Kirienko · 2 years, 4 months ago 1.2.0.b2
  12. f2f7096 Updates to the unstable capture/tracing/spoofing API (#148) by Pavel Kirienko · 2 years, 4 months ago 1.2.0.b1
  13. b43de26 python-can support implemented (#123) by Alex Kiselev · 2 years, 5 months ago 1.2.0.b0
  14. dc4abec Make the documentation slightly more approachable (#145) by Pavel Kirienko · 2 years, 5 months ago 1.1.3
  15. 26a60be Drop numpy requirement to 1.17 (#144) by Alexander Reynolds · 2 years, 5 months ago 1.1.2
  16. 077c416 Use Nox instead of shell scripts (#143) by Pavel Kirienko · 2 years, 5 months ago 1.1.1
  17. 8bc9c4b Release the first stable version of the library. by Pavel Kirienko · 2 years, 5 months ago 1.1.0
  18. a4d9fa9 Remove CLI (#139) by Pavel Kirienko · 2 years, 5 months ago 1.1.0.dev7
  19. 07db99c Fix unintended removal of the DSDL root namespace directory when invoking generate_package() (#138) by Pavel Kirienko · 2 years, 6 months ago 1.1.0.dev6
  20. b436a07 Automatic formatting to ensure consistent style across the codebase (#137) by Pavel Kirienko · 2 years, 6 months ago 1.1.0.dev5
  21. 1b114ba Pre-release changeset (#136) by Pavel Kirienko · 2 years, 6 months ago 1.1.0.dev4
  22. f43afb5 Fixes for multiple recently reported minor issues (#132) by Pavel Kirienko · 2 years, 7 months ago 1.1.0.dev3
  23. ac2ed33 Do not run test.sh from release.sh by Pavel Kirienko · 2 years, 7 months ago 1.1.0.dev2
  24. 8d4a382 Merge pull request #128 from UAVCAN/beta by Pavel Kirienko · 2 years, 7 months ago
  25. 885c40b Version bump by Pavel Kirienko · 2 years, 7 months ago
  26. f91d229 Fix a minor None reference error in CLI by Pavel Kirienko · 2 years, 7 months ago
  27. d6ebaf2 Fix typing and formatting issues by Pavel Kirienko · 2 years, 7 months ago
  28. 8401db9 Delimited serialization test by Pavel Kirienko · 2 years, 7 months ago
  29. a82e1c1 Add test types for validating delimited serialization by Pavel Kirienko · 2 years, 7 months ago
  30. 772673b Remove dead code from templates by Pavel Kirienko · 2 years, 7 months ago
  31. 8c673b4 Implement delimited serialization by Pavel Kirienko · 2 years, 7 months ago
  32. 3260961 Maybe the Windows errors are caused by the pipe overflow? This change defers the start of the subscribers until the very last moment to avoid this. by Pavel Kirienko · 2 years, 7 months ago
  33. c549e8e Serializer/deserializer forking by Pavel Kirienko · 2 years, 7 months ago
  34. 4f3bda2 Fix Windows? by Pavel Kirienko · 2 years, 7 months ago
  35. 6a7d238 Further relax timings by Pavel Kirienko · 2 years, 7 months ago
  36. 95cea4a Relax timing requirements in the demo test to fix a Windows-specific timing-induced error by Pavel Kirienko · 2 years, 7 months ago
  37. e4b6894 Fix default priority of the heartbeat publisher by Pavel Kirienko · 2 years, 7 months ago
  38. c87ec59 Disable Python 3.9 on AppVeyor by Pavel Kirienko · 2 years, 7 months ago
  39. 92e476b Add Serializer.fork() for delimited serialization by Pavel Kirienko · 2 years, 7 months ago
  40. 61b1a1f This is not going to work, no. We should speed up code generation. by Pavel Kirienko · 2 years, 7 months ago
  41. 9b388a3 Further relax timings by Pavel Kirienko · 2 years, 7 months ago
  42. ddbbb05 Add commentary explaining why we can't use the standard JSON module in the CLI by Pavel Kirienko · 2 years, 7 months ago
  43. f7d88c6 Test against Python 3.9 by Pavel Kirienko · 2 years, 7 months ago
  44. 3751b64 Relax the timing requirements to make the test pass on Windows by Pavel Kirienko · 2 years, 7 months ago
  45. 7b7f6c8 Fix the doc build by Pavel Kirienko · 2 years, 7 months ago
  46. 31e66ad Ninja-fix by Pavel Kirienko · 2 years, 7 months ago
  47. e5c797e Static analysis should be green now by Pavel Kirienko · 2 years, 7 months ago
  48. df7e13c Fix CLI help failure and add test by Pavel Kirienko · 2 years, 7 months ago
  49. 6f2f902 All tests fixed (pass on my machine) by Pavel Kirienko · 2 years, 7 months ago
  50. b36e1ff All fixed, presumably by Pavel Kirienko · 2 years, 7 months ago
  51. 043376b Remove folding by Pavel Kirienko · 2 years, 7 months ago
  52. 5912ae8 Fixing things, 5 to go by Pavel Kirienko · 2 years, 7 months ago
  53. c282777 CLI updates by Pavel Kirienko · 2 years, 7 months ago
  54. 653a881 Fix two more tests by Pavel Kirienko · 2 years, 7 months ago
  55. 971d04e Fix CAN tests by Pavel Kirienko · 2 years, 7 months ago
  56. 7b0a1d7 Fix serialization validation logic by Pavel Kirienko · 2 years, 7 months ago
  57. 49ca711 WIP -- intermediate commit; tests are on their way to being fixed by Pavel Kirienko · 2 years, 7 months ago
  58. 74bafd3 Update the port-ID ranges, tests are failing by Pavel Kirienko · 2 years, 7 months ago
  59. 7d828a9 Temporarily repair serialization by Pavel Kirienko · 2 years, 7 months ago
  60. e00c5a6 Aligned serialization support by Pavel Kirienko · 2 years, 7 months ago
  61. 4507de6 Update contributing guidelines by Pavel Kirienko · 2 years, 7 months ago
  62. 8ff31fb Drop the PyDSDL requirement because it is a transitive dependency through Nunavut; bump Nunavut by Pavel Kirienko · 2 years, 8 months ago
  63. 4c0334c Fix a couple of extra tests by Pavel Kirienko · 2 years, 8 months ago
  64. 1dceb3b Fix some remaining tails by Pavel Kirienko · 2 years, 8 months ago
  65. 87bd5c7 Remove data type hash, rename max size into extent by Pavel Kirienko · 2 years, 8 months ago
  66. 1cfca12 Okay, the rigging in general should be good now. Tests still failing. by Pavel Kirienko · 2 years, 8 months ago
  67. 6419c45 Fixing the tests (intermediate result) by Pavel Kirienko · 2 years, 8 months ago
  68. 9147db6 Downgrade PyTest due to https://github.com/UAVCAN/nunavut/issues/144 by Pavel Kirienko · 2 years, 8 months ago
  69. ef9aeb1 Make tests launch (and fail) by Pavel Kirienko · 2 years, 8 months ago
  70. c87f908 Fix minor bash warnings in release.sh by Pavel Kirienko · 2 years, 8 months ago
  71. 0f99efa Update the deps; the build is failing now by Pavel Kirienko · 2 years, 8 months ago
  72. 64d990b Actualize the docs by Pavel Kirienko · 2 years, 8 months ago
  73. 8e95d1c Merge pull request #126 from flytrex-vadim/cobs by Pavel Kirienko · 2 years, 8 months ago
  74. 77be3e7 Fix code style issues found by pycodestyle by Pavel Kirienko · 2 years, 8 months ago
  75. 6792515 It is time to freeze MyPy to prevent it from breaking unrelated pull requests by Pavel Kirienko · 2 years, 8 months ago
  76. bae84ec attempting to silence static type checker warning with third party COBS implementation by vadim · 2 years, 8 months ago
  77. bd94aeb CR fixes by vadim · 2 years, 8 months ago
  78. f039b5d bugfix: replace rather than insert (maybe there's an option with better performence?) by vadim · 2 years, 8 months ago
  79. d3c9cf9 serialization doc update to reflect COBS by vadim · 2 years, 8 months ago
  80. 6426a67 better encapsulation of COBS details inside frame.py by vadim · 2 years, 8 months ago
  81. 4acb8d2 whitespace and comments fixes by vadim · 2 years, 8 months ago
  82. 0cfbfdf commented code removal by vadim · 2 years, 8 months ago
  83. 9f5bfc3 more whitespace unmangling fixes by vadim · 2 years, 8 months ago
  84. 80e4778 moved run-time requirements to setup.cfg by vadim · 2 years, 8 months ago
  85. 94f4e62 fix pycharm whitespace mangling by vadim · 2 years, 8 months ago
  86. 532f4ee Switched from brute-force escaping to COBS for serial protocol serialization by vadim · 2 years, 8 months ago
  87. 89fec1e Merge pull request #124 from UAVCAN/bootloader by Pavel Kirienko · 2 years, 8 months ago
  88. 3116ff2 Let the CLI pick-nid test complete successfully even if SIGINT did not terminate the process. by Pavel Kirienko · 2 years, 8 months ago
  89. 3080282 Migrate CI/CD to Ubuntu 20.04 by Pavel Kirienko · 2 years, 8 months ago
  90. 481e6a3 Fix coverage reporting from CI/CD. by Pavel Kirienko · 2 years, 8 months ago
  91. 5f1ca2e Reduce real-time requirements in fragile time-sensitive tests by Pavel Kirienko · 2 years, 8 months ago
  92. 575ab5b Fix test on Windows by Pavel Kirienko · 2 years, 8 months ago
  93. e24d2ce Require a modern NumPy because 1.16.4 does not support packbits(..., bitorder) by Pavel Kirienko · 2 years, 8 months ago
  94. 74d0a77 Drop the logo from the front page because it looks out of place by Pavel Kirienko · 2 years, 8 months ago
  95. bd32eaa Fix doc build by Pavel Kirienko · 2 years, 8 months ago
  96. e4bda90 Merge branch 'master' into bootloader by Pavel Kirienko · 2 years, 8 months ago
  97. ab1e4c3 Remove more noise from test logs by Pavel Kirienko · 2 years, 8 months ago
  98. f74b237 Sort out the remaining minor issues by Pavel Kirienko · 2 years, 8 months ago
  99. 1cd55e1 Hard-freeze PyDSDL and Nunavut by Pavel Kirienko · 2 years, 8 months ago
  100. 933ef37 Fix a mistake in the CAN docs by Pavel Kirienko · 2 years, 8 months ago