Skip to content

Releases: mmichilot/cocotb_kernel

v1.0.4

10 Jul 03:42
Compare
Choose a tag to compare

Changelog

  • Accidentally registered unfinished magics (809d5d1). Change reverted in (4482725)
  • Properly annotate FrameType for interrupt handler (c278032)
  • Moved cocotb_kernel directory to be within src (a8c76b4)
  • Added and configured mypy and ruff as optional lint dependencies

v1.0.3

28 Jun 07:27
Compare
Choose a tag to compare

Changelog

  • Pass connection file via environment variables rather than as an argument. Passing it as an argument was causing Icarus Verilog (and presumably other simulators) to throw an unknown argument error (809d5d1)

v1.0.2

26 Jun 15:03
Compare
Choose a tag to compare

Changelog

  • Enable support for debugging via the ipykernel (5f8ab50)
  • Updated README to clarify where the kernel can be installed (a73409e)
  • Add "Framework :: Jupyter" classifier (5bd20e0)
  • Update binder/postBuild to install the kernel at sys.prefix rather than user (ff9534a)

v1.0.1

26 Jun 03:37
Compare
Choose a tag to compare

Updated description and added links and additional classifiers for PyPI

v1.0.0

26 Jun 01:59
Compare
Choose a tag to compare

Initial release of cocotb_kernel