@tscircuit/autorouting-dataset-01 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ A set of tscircuit problems to benchmark autorouting (currently 16 circuits in `
13
13
 
14
14
  1. Get 200 problems
15
15
  2. Convert 200 problems to simple route json
16
- 3. Run against every pipeline, and report % completion, inside a file. Check for fatal DRC errors. (Completed 43%, DRC Pass 30%)
16
+ 3. Run against every pipeline, and report completion %, inside a file. Check for fatal DRC errors. (Completed 43%, DRC Pass 30%)
17
17
 
18
18
  | Pipeline | Completed | DRC Pass | Avg Time per Circuit |
19
19
  | -------- | --------- | -------- | ----- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/autorouting-dataset-01",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "main": "lib/dataset/index.ts",
5
5
  "files": [
6
6
  "lib/dataset"