You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+50-24
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,13 @@ The current week is shown below. There are 3 major sections:
24
24
```mermaid
25
25
pie
26
26
"tscircuit/builder" : 1
27
+
"tscircuit/soup" : 2
28
+
"tscircuit/circuit-to-svg" : 1
29
+
"tscircuit/pcb-viewer" : 1
30
+
"tscircuit/props" : 1
27
31
"tscircuit/cli" : 1
28
32
"tscircuit/winterspec" : 2
29
-
"tscircuit/soup" : 1
30
-
"tscircuit/circuit-to-svg" : 1
33
+
"tscircuit/schematic-symbols" : 1
31
34
"tscircuit/autorouting-dataset" : 1
32
35
```
33
36
@@ -36,8 +39,8 @@ pie
36
39
| Contributor | π³ Major | π Minor | π Tiny |
37
40
|-------------|-------|-------|-------|
38
41
| abhijitxy | 1 | 0 | 0 |
39
-
|seveibar| 2 |1| 0 |
40
-
|imrishabh18|2|0| 0 |
42
+
|imrishabh18| 2 |3| 0 |
43
+
|seveibar|3|1| 0 |
41
44
| angelacaq | 1 | 0 | 0 |
42
45
43
46
## Changes by Repository
@@ -46,67 +49,90 @@ pie
46
49
47
50
| PR # | Impact | Contributor | Description |
48
51
|------|--------|-------------|-------------|
49
-
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | abhijitxy | Add a test to replicate the issue of duplicate port hints by creating a `bug` with `footprint="soic8"`. |
52
+
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | abhijitxy | Add a test to replicate the issue of duplicate port hints for a bug with "soic8" footprint. |
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | seveibar | Fix a bug where the `opts` parameter was not being passed when creating bundles from directories, causing middleware not to run. |
62
-
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | seveibar | Add support for fetch middleware in the createFetchHandlerFromDir function. |
65
+
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | imrishabh18 | Adds support for schematic ports, flips the schematic in the Y-axis to match the schematic-viewer, and creates lines connecting the ports to the component edges. |
|[#18](https://github.com/tscircuit/soup/pull/18)|π³ Major| imrishabh18 |Introduce a new PCB keepout feature, which allows defining rectangular or circular keepout areas on the PCB.|
71
+
|[#34](https://github.com/tscircuit/pcb-viewer/pull/34)|π Minor| imrishabh18 |Fix TypeScript import issues in several components|
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | imrishabh18 | Fix issue #12 by adding support for schematic ports and flipping the schematic in the Y-axis to match the schematic-viewer |
83
+
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major | seveibar | This pull request performs a major refactor of the project, including reorganizing the codebase into four main directories, fixing all types, improving imports, and improving overall project organization. |
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | seveibar | Adds the ability to pass custom middleware options when making a request against a Winter Spec bundle. |
90
+
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | seveibar | Add support for fetch middleware |
|[#2](https://github.com/tscircuit/schematic-symbols/pull/2)| π³ Major | seveibar | Added a new symbol for a fuse in both horizontal and vertical orientations. |
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major | angelacaq |Introduce a new algorithm (Jump Point finder) to solve distant-single-trace routing, which is 2x faster than the previous A* algorithm. |
102
+
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major | angelacaq |Introduces a new algorithm, the Jump Point Finder, to improve the speed of the grid solver for distant-single-trace routing. |
81
103
82
104
## Changes by Contributor
83
105
84
106
### [abhijitxy](https://github.com/abhijitxy)
85
107
86
108
| PR # | Impact | Description |
87
109
|------|--------|-------------|
88
-
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | Add a test to replicate the issue of duplicate port hints by creating a `bug` with `footprint="soic8"`. |
110
+
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | Add a test to replicate the issue of duplicate port hints for a bug with "soic8" footprint. |
89
111
90
-
### [seveibar](https://github.com/seveibar)
112
+
### [imrishabh18](https://github.com/imrishabh18)
91
113
92
114
| PR # | Impact | Description |
93
115
|------|--------|-------------|
94
-
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major ||
95
-
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | Fix a bug where the `opts` parameter was not being passed when creating bundles from directories, causing middleware not to run. |
96
-
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | Add support for fetch middleware in the createFetchHandlerFromDir function. |
116
+
|[#18](https://github.com/tscircuit/soup/pull/18)| π³ Major | Introduce a new "pcb_keepout" feature to the project. |
117
+
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | Adds support for schematic ports, flips the schematic in the Y-axis to match the schematic-viewer, and creates lines connecting the ports to the component edges. |
118
+
|[#34](https://github.com/tscircuit/pcb-viewer/pull/34)| π Minor | Fix TypeScript import issues in several components |
119
+
|[#19](https://github.com/tscircuit/soup/pull/19)| π Minor | Add an optional `trace_width` field to the `pcb_trace_hint` schema. |
120
+
|[#16](https://github.com/tscircuit/props/pull/16)| π Minor | Introduced a new `traceWidth` property in the `traceHintProps` type. |
97
121
98
-
### [imrishabh18](https://github.com/imrishabh18)
122
+
### [seveibar](https://github.com/seveibar)
99
123
100
124
| PR # | Impact | Description |
101
125
|------|--------|-------------|
102
-
|[#18](https://github.com/tscircuit/soup/pull/18)| π³ Major | Introduce a new PCB keepout feature, which allows defining rectangular or circular keepout areas on the PCB. |
103
-
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | Fix issue #12 by adding support for schematic ports and flipping the schematic in the Y-axis to match the schematic-viewer |
126
+
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major | This pull request performs a major refactor of the project, including reorganizing the codebase into four main directories, fixing all types, improving imports, and improving overall project organization. |
127
+
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | Adds the ability to pass custom middleware options when making a request against a Winter Spec bundle. |
128
+
|[#2](https://github.com/tscircuit/schematic-symbols/pull/2)| π³ Major | Added a new symbol for a fuse in both horizontal and vertical orientations. |
129
+
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | Add support for fetch middleware |
104
130
105
131
### [angelacaq](https://github.com/angelacaq)
106
132
107
133
| PR # | Impact | Description |
108
134
|------|--------|-------------|
109
-
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major |Introduce a new algorithm (Jump Point finder) to solve distant-single-trace routing, which is 2x faster than the previous A* algorithm. |
135
+
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major |Introduces a new algorithm, the Jump Point Finder, to improve the speed of the grid solver for distant-single-trace routing. |
Copy file name to clipboardexpand all lines: contribution-overviews/2024-08-10.md
+50-24
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,13 @@
5
5
```mermaid
6
6
pie
7
7
"tscircuit/builder" : 1
8
+
"tscircuit/soup" : 2
9
+
"tscircuit/circuit-to-svg" : 1
10
+
"tscircuit/pcb-viewer" : 1
11
+
"tscircuit/props" : 1
8
12
"tscircuit/cli" : 1
9
13
"tscircuit/winterspec" : 2
10
-
"tscircuit/soup" : 1
11
-
"tscircuit/circuit-to-svg" : 1
14
+
"tscircuit/schematic-symbols" : 1
12
15
"tscircuit/autorouting-dataset" : 1
13
16
```
14
17
@@ -17,8 +20,8 @@ pie
17
20
| Contributor | π³ Major | π Minor | π Tiny |
18
21
|-------------|-------|-------|-------|
19
22
| abhijitxy | 1 | 0 | 0 |
20
-
|seveibar| 2 |1| 0 |
21
-
|imrishabh18|2|0| 0 |
23
+
|imrishabh18| 2 |3| 0 |
24
+
|seveibar|3|1| 0 |
22
25
| angelacaq | 1 | 0 | 0 |
23
26
24
27
## Changes by Repository
@@ -27,65 +30,88 @@ pie
27
30
28
31
| PR # | Impact | Contributor | Description |
29
32
|------|--------|-------------|-------------|
30
-
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | abhijitxy | Add a test to replicate the issue of duplicate port hints by creating a `bug` with `footprint="soic8"`. |
33
+
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | abhijitxy | Add a test to replicate the issue of duplicate port hints for a bug with "soic8" footprint. |
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | seveibar | Fix a bug where the `opts` parameter was not being passed when creating bundles from directories, causing middleware not to run. |
43
-
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | seveibar | Add support for fetch middleware in the createFetchHandlerFromDir function. |
46
+
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | imrishabh18 | Adds support for schematic ports, flips the schematic in the Y-axis to match the schematic-viewer, and creates lines connecting the ports to the component edges. |
|[#18](https://github.com/tscircuit/soup/pull/18)|π³ Major| imrishabh18 |Introduce a new PCB keepout feature, which allows defining rectangular or circular keepout areas on the PCB.|
52
+
|[#34](https://github.com/tscircuit/pcb-viewer/pull/34)|π Minor| imrishabh18 |Fix TypeScript import issues in several components|
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | imrishabh18 | Fix issue #12 by adding support for schematic ports and flipping the schematic in the Y-axis to match the schematic-viewer |
64
+
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major | seveibar | This pull request performs a major refactor of the project, including reorganizing the codebase into four main directories, fixing all types, improving imports, and improving overall project organization. |
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | seveibar | Adds the ability to pass custom middleware options when making a request against a Winter Spec bundle. |
71
+
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | seveibar | Add support for fetch middleware |
|[#2](https://github.com/tscircuit/schematic-symbols/pull/2)| π³ Major | seveibar | Added a new symbol for a fuse in both horizontal and vertical orientations. |
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major | angelacaq |Introduce a new algorithm (Jump Point finder) to solve distant-single-trace routing, which is 2x faster than the previous A* algorithm. |
83
+
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major | angelacaq |Introduces a new algorithm, the Jump Point Finder, to improve the speed of the grid solver for distant-single-trace routing. |
62
84
63
85
## Changes by Contributor
64
86
65
87
### [abhijitxy](https://github.com/abhijitxy)
66
88
67
89
| PR # | Impact | Description |
68
90
|------|--------|-------------|
69
-
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | Add a test to replicate the issue of duplicate port hints by creating a `bug` with `footprint="soic8"`. |
91
+
|[#97](https://github.com/tscircuit/builder/pull/97)| π³ Major | Add a test to replicate the issue of duplicate port hints for a bug with "soic8" footprint. |
70
92
71
-
### [seveibar](https://github.com/seveibar)
93
+
### [imrishabh18](https://github.com/imrishabh18)
72
94
73
95
| PR # | Impact | Description |
74
96
|------|--------|-------------|
75
-
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major ||
76
-
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | Fix a bug where the `opts` parameter was not being passed when creating bundles from directories, causing middleware not to run. |
77
-
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | Add support for fetch middleware in the createFetchHandlerFromDir function. |
97
+
|[#18](https://github.com/tscircuit/soup/pull/18)| π³ Major | Introduce a new "pcb_keepout" feature to the project. |
98
+
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | Adds support for schematic ports, flips the schematic in the Y-axis to match the schematic-viewer, and creates lines connecting the ports to the component edges. |
99
+
|[#34](https://github.com/tscircuit/pcb-viewer/pull/34)| π Minor | Fix TypeScript import issues in several components |
100
+
|[#19](https://github.com/tscircuit/soup/pull/19)| π Minor | Add an optional `trace_width` field to the `pcb_trace_hint` schema. |
101
+
|[#16](https://github.com/tscircuit/props/pull/16)| π Minor | Introduced a new `traceWidth` property in the `traceHintProps` type. |
78
102
79
-
### [imrishabh18](https://github.com/imrishabh18)
103
+
### [seveibar](https://github.com/seveibar)
80
104
81
105
| PR # | Impact | Description |
82
106
|------|--------|-------------|
83
-
|[#18](https://github.com/tscircuit/soup/pull/18)| π³ Major | Introduce a new PCB keepout feature, which allows defining rectangular or circular keepout areas on the PCB. |
84
-
|[#12](https://github.com/tscircuit/circuit-to-svg/pull/12)| π³ Major | Fix issue #12 by adding support for schematic ports and flipping the schematic in the Y-axis to match the schematic-viewer |
107
+
|[#120](https://github.com/tscircuit/cli/pull/120)| π³ Major | This pull request performs a major refactor of the project, including reorganizing the codebase into four main directories, fixing all types, improving imports, and improving overall project organization. |
108
+
|[#7](https://github.com/tscircuit/winterspec/pull/7)| π³ Major | Adds the ability to pass custom middleware options when making a request against a Winter Spec bundle. |
109
+
|[#2](https://github.com/tscircuit/schematic-symbols/pull/2)| π³ Major | Added a new symbol for a fuse in both horizontal and vertical orientations. |
110
+
|[#6](https://github.com/tscircuit/winterspec/pull/6)| π Minor | Add support for fetch middleware |
85
111
86
112
### [angelacaq](https://github.com/angelacaq)
87
113
88
114
| PR # | Impact | Description |
89
115
|------|--------|-------------|
90
-
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major |Introduce a new algorithm (Jump Point finder) to solve distant-single-trace routing, which is 2x faster than the previous A* algorithm. |
116
+
|[#22](https://github.com/tscircuit/autorouting-dataset/pull/22)| π³ Major |Introduces a new algorithm, the Jump Point Finder, to improve the speed of the grid solver for distant-single-trace routing. |
0 commit comments