Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file. Only releases published to PyPI are tracked here. No release candidates!

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.11.2] - 2024-07-16

Added

  • Added an initialize_registers option to output_to_verilog (documentation)

Changed

  • Improved handling of signed integers.

Fixed

  • Fixed a wire_matrix bug involving single-element matrices of Inputs or Registers.

[0.11.1] - 2024-04-22

Added

Changed

  • Major changes to render_trace visualization. See examples and documentation
  • Many documentation and release process improvements.

Fixed

  • Python 3.11 compatibility.

Removed

  • Python 2.7 support.