Skip to content

Commit

Permalink
Update changelog for 0.11.1 release and add a section for Unreleased …
Browse files Browse the repository at this point in the history
…changes, to prepare for 0.11.2 release.
  • Loading branch information
fdxmw committed Jul 16, 2024
1 parent c2bbec6 commit 59a241f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Change Log
# Changelog

Will try to keep up to date on changes
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](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added an `initialize_registers` option to `output_to_verilog`
([documentation](https://pyrtl.readthedocs.io/en/latest/export.html#pyrtl.importexport.output_to_verilog))

### 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

- Named `WireVector` slices with `wire_struct` and `wire_matrix`. See documentation:
- [wire_struct](https://pyrtl.readthedocs.io/en/latest/helpers.html#pyrtl.helperfuncs.wire_struct)
- [wire_matrix](https://pyrtl.readthedocs.io/en/latest/helpers.html#pyrtl.helperfuncs.wire_matrix)

### Changed

- Major changes to `render_trace` visualization. See [examples and
documentation](https://pyrtl.readthedocs.io/en/latest/simtest.html#wave-renderer)
- Many documentation and release process improvements.

### Fixed

- Python 3.11 compatibility.

### Removed

- Python 2.7 support.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ svg = ["graphviz"]
Homepage = "http://ucsbarchlab.github.io/PyRTL/"
GitHub = "https://github.com/UCSBarchlab/PyRTL"
Documentation = "https://pyrtl.readthedocs.io/"
Changelog = "https://github.com/UCSBarchlab/PyRTL/blob/development/CHANGELOG.md"

[tool.hatch.version]
source = "vcs"

0 comments on commit 59a241f

Please sign in to comment.