Skip to content

Commit 08ca1f8

Browse files
authored
Merge pull request #4325 from siliconcompiler/version0.35.1
version 0.35.1
2 parents 1c1f61b + 49a1c96 commit 08ca1f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ The changes in each SiliconCompiler release version are described below. Commit
88
version shown in (). Where applicable, the contributors that suggested a given
99
feature are shown in [].
1010

11+
SiliconCompiler 0.35.1 (2025-10-17)
12+
=========================================
13+
14+
**Minor:**
15+
16+
* Added support for providing external tool install scripts and groups to sc-install.
17+
* Fixed installation order in `sc-install` to use lists instead of sets, preserving the intended group ordering.
18+
* Fixed path handling to correctly resolve paths when dataroot starts with an environment variable.
19+
* Updated task scheduling to more reliably honor the node order defined in the flowgraph.
20+
21+
* Tools:
22+
23+
* opensta: reimplemented task skipping logic for FPGA timing analysis.
24+
25+
1126
SiliconCompiler 0.35.0 (2025-10-08)
1227
=========================================
1328

siliconcompiler/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version number following semver standard.
2-
version = '0.35.0'
2+
version = '0.35.1'
33

44
# Default server address for remote runs, if unspecified.
55
default_server = 'https://server.siliconcompiler.com'

0 commit comments

Comments
 (0)