Commit fd16306
committed
refactor: port tidy3d to pydantic v2
fix: rebase changes for v2
chore(tidy3d): FXC-4559-add-type-checking-import-moving-and-checking-to-pre-commit-and-ci
fix: minor fixes for v2
fix: stabilize model hashing in tests
fix: restore copy(True) compatibility and accept doping lists
fix(tidy3d): FXC-4824-fix-corrupted-data-in-vtk-arrays
fix: more rebase fixes for v2
fix(tidy3d): FXC-5094-fix-deprecation-warnings-in-tests
fix: even more rebase changes
final rebase changes
fix: repair pydantic v2 validators
chore: regenerate schemas
Co-authored-by: mahlau-flex <yannik.mahlau@flexcompute.com>
chore(ci): fix move-type-imports and pin actions
chore(ci): fix misleading python step name
perf(pydantic): defer model build
Fix missing Field reference in TCAD grid
chore: remove stale pd references
test: restore default pytest coverage
docs: remove stale adjoint plugin warning1 parent 8b7b1d7 commit fd16306
341 files changed
Lines changed: 43748 additions & 47127 deletions
File tree
- .github/workflows
- schemas
- scripts
- tests
- config
- test_components
- autograd
- test_data
- test_material_library
- test_package
- test_plugins
- autograd
- expressions
- klayout/drc
- smatrix
- test_web
- tidy3d
- components
- autograd
- base_sim
- data
- data
- unstructured
- eme
- data
- geometry
- grid
- material
- tcad
- microwave
- data
- formulas
- path_integrals
- integrals
- specs
- mode
- data
- source
- spice
- analysis
- sources
- tcad
- analysis
- boundary
- data
- monitor_data
- monitors
- simulation
- source
- types
- viz
- config
- material_library
- plugins
- autograd
- invdes
- primitives
- design
- dispersion
- expressions
- invdes
- klayout
- drc
- microwave
- polyslab
- pytorch
- resonance
- smatrix
- analysis
- component_modelers
- data
- ports
- waveguide
- web
- api
- autograd
- cli
- develop
- core
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
226 | 262 | | |
227 | 263 | | |
228 | 264 | | |
| |||
256 | 292 | | |
257 | 293 | | |
258 | 294 | | |
259 | | - | |
| 295 | + | |
260 | 296 | | |
261 | 297 | | |
262 | | - | |
| 298 | + | |
263 | 299 | | |
264 | 300 | | |
265 | 301 | | |
| |||
442 | 478 | | |
443 | 479 | | |
444 | 480 | | |
445 | | - | |
| 481 | + | |
446 | 482 | | |
447 | 483 | | |
448 | 484 | | |
| |||
1025 | 1061 | | |
1026 | 1062 | | |
1027 | 1063 | | |
| 1064 | + | |
1028 | 1065 | | |
1029 | 1066 | | |
1030 | 1067 | | |
| |||
1037 | 1074 | | |
1038 | 1075 | | |
1039 | 1076 | | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
1040 | 1083 | | |
1041 | 1084 | | |
1042 | 1085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
312 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
348 | | - | |
349 | | - | |
350 | 349 | | |
351 | | - | |
352 | 350 | | |
353 | 351 | | |
354 | | - | |
355 | 352 | | |
356 | 353 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | 354 | | |
368 | 355 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 356 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | 357 | | |
383 | | - | |
384 | | - | |
385 | 358 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | 359 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | 360 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | 361 | | |
416 | 362 | | |
417 | 363 | | |
| |||
0 commit comments