Releases: lowRISC/dvsim
v1.12.0
v1.12.0 (2026-03-10)
This release is published under the Apache-2.0 License.
Bug Fixes
- Summary/CSS for block HTML reports (
9653798)
Features
-
Add build seed to the sim result reports (
241fdb3) -
Replace HTMX-driven DOM injection with templated navigable pages (
8d46972) -
Summary HTML report navbar brand redirects to root (
ed67636)
Refactoring
Detailed Changes: v1.11.5...v1.12.0
v1.11.5
v1.11.5 (2026-03-06)
This release is published under the Apache-2.0 License.
Bug Fixes
- Calculate git url for reports (
aeac114)
Chores
- Update nix flake to pull in latest ruff version (
0b461c0)
Detailed Changes: v1.11.4...v1.11.5
v1.11.4
v1.11.4 (2026-03-05)
This release is published under the Apache-2.0 License.
Bug Fixes
- Broken ruff lint (
d10d401)
Detailed Changes: v1.11.3...v1.11.4
v1.11.3
v1.11.3 (2026-03-05)
This release is published under the Apache-2.0 License.
Bug Fixes
-
Attach DVSim version to individual block reports (
df52926) -
Avoid duplicate block report generation for primary configs (
3e92f48) -
Block report coverage omission (
1b6df51) -
Incorrect result model with
---map-full-testplan(b29bd6a) -
Make report stage table accordion & error buckets optional (
7df2902) -
Stop auto-collapsing accordion in block HTML report (
cb6e158) -
Use variant name in HTML reports (
8872455)
Refactoring
- Reduce variant name duplication (
718ca1d)
Detailed Changes: v1.11.2...v1.11.3
v1.11.2
v1.11.2 (2026-03-05)
This release is published under the Apache-2.0 License.
Bug Fixes
- Track error results seen in sim flows (
c75cfe8)
Detailed Changes: v1.11.1...v1.11.2
v1.11.1
v1.11.1 (2026-03-05)
This release is published under the Apache-2.0 License.
Refactoring
- Convert status printer to singleton & keep context until end (
4acf367)
Detailed Changes: v1.11.0...v1.11.1
v1.11.0
v1.11.0 (2026-03-05)
This release is published under the Apache-2.0 License.
Features
Detailed Changes: v1.10.2...v1.11.0
v1.10.2
v1.10.2 (2026-02-24)
This release is published under the Apache-2.0 License.
Refactoring
- Add more scheduler resource instrumentation (
161f13f)
Detailed Changes: v1.10.1...v1.10.2
v1.10.1
v1.10.1 (2026-02-23)
This release is published under the Apache-2.0 License.
Bug Fixes
-
Add job tool metadata to instrumentation report (
d8d3f52) -
Remove per-job per-core avg util from resource instrumentation (
a63b91e)
Detailed Changes: v1.10.0...v1.10.1
v1.10.0
v1.10.0 (2026-02-18)
This release is published under the Apache-2.0 License.
Bug Fixes
- Remove typo in log for requeued jobs (
d64399b)
Build System
- Add
psutilPython dependency (06f6b73)
Continuous Integration
- Disable RUF100 unused-noqa check in CI (
c8e6b2f)
Features
-
Add instrumentation singleton & scheduler hooks (
afbdd38) -
Add scheduler instrumentation base classes (
78e9fba) -
Add scheduler instrumentation CLI argument (
ea883c9) -
Add scheduler instrumentation for measuring system resources (
e12f7c9) -
Add scheduler timing instrumentation (
3c4553b)
Detailed Changes: v1.9.2...v1.10.0