Releases: mmichilot/cocotb_kernel
Releases · mmichilot/cocotb_kernel
v1.0.4
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
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
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
Updated description and added links and additional classifiers for PyPI
v1.0.0
Initial release of cocotb_kernel