Releases: lowRISC/dvsim
v1.19.0
v1.19.0 (2026-04-01)
This release is published under the Apache-2.0 License.
Features
-
Add new
JobStatusInfomodel (63e8d12) -
Introduce
JobSpec.idproperty (c874331) -
Introduce
LegacyLauncherAdapterruntime backend (65df3d6) -
Introduce abstract
RuntimeBackendbase class (cbb46d2)
Detailed Changes: v1.18.0...v1.19.0
v1.18.0
v1.18.0 (2026-04-01)
This release is published under the Apache-2.0 License.
Features
- Rename 'Dispatched' job status to 'Running' (
66f8205)
Refactoring
-
Create status link directories from the JobStatus Enum (
04f6a9b) -
Move
print_msg_listto a separateprintutil (3ee54b9) -
Move scheduler & status printer into separate module (
ef44a6a) -
Rename
JobStatus.endedtoJobStatus.is_terminal(25aab7f)
Detailed Changes: v1.17.4...v1.18.0
v1.17.4
v1.17.4 (2026-04-01)
This release is published under the Apache-2.0 License.
Refactoring
-
Make timeout seconds a
JobSpecproperty (ef48cc7) -
Pass
renew_odirthrough the JobSpec instead ofpre_launch(a57a94c) -
Remove
pre_launchLauncher inversion of control (b65fdc7)
Detailed Changes: v1.17.3...v1.17.4
v1.17.3
v1.17.3 (2026-03-30)
This release is published under the Apache-2.0 License.
Bug Fixes
- Tee interactive job stdout/stderr to the log file (
6d1f83c)
Refactoring
- Remove
guiattribute from theJobSpecmodel (7fa03ed)
Detailed Changes: v1.17.2...v1.17.3
v1.17.2
v1.17.2 (2026-03-30)
This release is published under the Apache-2.0 License.
Bug Fixes
- Sim flow result pass/total count aggregation (
48ec7ba)
Detailed Changes: v1.17.1...v1.17.2
v1.17.1
v1.17.1 (2026-03-30)
This release is published under the Apache-2.0 License.
Bug Fixes
- Restore RunTest simulation time parsing (
8ebb0c1)
Refactoring
- Use format string for local launcher log instead of fstring (
bdbf0b4)
Testing
-
Expect a ValueError on a dependency cycle (
0d83b97) -
Fix & improve status checks in scheduler job dependency tests (
f05d71d) -
Fix
test_job_priorityscheduler test (6054386) -
Remove
test_same_name_different_targets(f4256f1)
Detailed Changes: v1.17.0...v1.17.1
v1.17.0
v1.17.0 (2026-03-27)
This release is published under the Apache-2.0 License.
Bug Fixes
- Ensure default terminal restored after SIGINT with Enlighten (
d534fbd)
Features
- Expand Enlighten running status truncation to terminal width (
e1b5fa9)
Detailed Changes: v1.16.3...v1.17.0
v1.16.3
v1.16.3 (2026-03-27)
This release is published under the Apache-2.0 License.
Bug Fixes
- Round RSS byte averages in resource instrumentation (
519b065)
Refactoring
- Switch to
time.perf_counterfor instrumentation (bd4b77d)
Detailed Changes: v1.16.2...v1.16.3
v1.16.2
v1.16.2 (2026-03-27)
This release is published under the Apache-2.0 License.
Bug Fixes
- Stop adding build job dependencies if running with --run-only (
96735a1)
Detailed Changes: v1.16.1...v1.16.2
v1.16.1
v1.16.1 (2026-03-27)
This release is published under the Apache-2.0 License.
Bug Fixes
- Document
--interactivereseed assumption (788ea25)
Detailed Changes: v1.16.0...v1.16.1