gsim 0.0.3__tar.gz → 0.0.4__tar.gz

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 (41) hide show
  1. {gsim-0.0.3 → gsim-0.0.4}/PKG-INFO +6 -6
  2. {gsim-0.0.3 → gsim-0.0.4}/README.md +1 -1
  3. {gsim-0.0.3 → gsim-0.0.4}/pyproject.toml +6 -6
  4. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/__init__.py +1 -1
  5. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/gcloud.py +3 -1
  6. {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/PKG-INFO +6 -6
  7. {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/requires.txt +3 -1
  8. {gsim-0.0.3 → gsim-0.0.4}/setup.cfg +0 -0
  9. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/__init__.py +0 -0
  10. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/geometry.py +0 -0
  11. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/__init__.py +0 -0
  12. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/extractor.py +0 -0
  13. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/materials.py +0 -0
  14. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/visualization.py +0 -0
  15. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/__init__.py +0 -0
  16. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/base.py +0 -0
  17. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/driven.py +0 -0
  18. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/eigenmode.py +0 -0
  19. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/electrostatic.py +0 -0
  20. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/__init__.py +0 -0
  21. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/config_generator.py +0 -0
  22. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/generator.py +0 -0
  23. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/geometry.py +0 -0
  24. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/gmsh_utils.py +0 -0
  25. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/groups.py +0 -0
  26. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/pipeline.py +0 -0
  27. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/__init__.py +0 -0
  28. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/geometry.py +0 -0
  29. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/mesh.py +0 -0
  30. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/numerical.py +0 -0
  31. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/ports.py +0 -0
  32. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/problems.py +0 -0
  33. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/results.py +0 -0
  34. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/stack.py +0 -0
  35. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/ports/__init__.py +0 -0
  36. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/ports/config.py +0 -0
  37. {gsim-0.0.3 → gsim-0.0.4}/src/gsim/viz.py +0 -0
  38. {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/SOURCES.txt +0 -0
  39. {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/dependency_links.txt +0 -0
  40. {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/top_level.txt +0 -0
  41. {gsim-0.0.3 → gsim-0.0.4}/tests/test_gsim.py +0 -0
@@ -1,20 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gsim
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Author-email: GDSFactory <contact@gdsfactory.com>
5
5
  Classifier: Programming Language :: Python :: 3.12
6
- Classifier: Programming Language :: Python :: 3.13
7
- Classifier: Programming Language :: Python :: 3.14
8
6
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.12
7
+ Requires-Python: ~=3.12.0
10
8
  Description-Content-Type: text/markdown
11
9
  Requires-Dist: gdsfactory>=9.32.0
12
- Requires-Dist: gdsfactoryplus>=1.3.12
10
+ Requires-Dist: gdsfactoryplus>=1.4.0
13
11
  Requires-Dist: gmsh
14
12
  Requires-Dist: meshio>=5.0.0
15
13
  Requires-Dist: plotly
16
14
  Requires-Dist: pydantic>=2.10.6
17
15
  Requires-Dist: pyvista>=0.43.0
16
+ Requires-Dist: trame-vtk
17
+ Requires-Dist: trame-vuetify
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: altair>=5.5.0; extra == "dev"
20
20
  Requires-Dist: build>=1.2.0; extra == "dev"
@@ -47,7 +47,7 @@ Requires-Dist: ty>=0.0.13; extra == "dev"
47
47
  Provides-Extra: docs
48
48
  Requires-Dist: ihp-gdsfactory>=0.1.4; extra == "docs"
49
49
 
50
- # Gsim 0.0.3
50
+ # Gsim 0.0.4
51
51
 
52
52
  > a GDSFactory Simulation Plugin
53
53
 
@@ -1,4 +1,4 @@
1
- # Gsim 0.0.3
1
+ # Gsim 0.0.4
2
2
 
3
3
  > a GDSFactory Simulation Plugin
4
4
 
@@ -6,24 +6,24 @@ requires = ["setuptools>=61", "uv", "build", "wheel"]
6
6
  authors = [{name = "GDSFactory", email = "contact@gdsfactory.com"}]
7
7
  classifiers = [
8
8
  "Programming Language :: Python :: 3.12",
9
- "Programming Language :: Python :: 3.13",
10
- "Programming Language :: Python :: 3.14",
11
9
  "Operating System :: OS Independent"
12
10
  ]
13
11
  dependencies = [
14
12
  "gdsfactory>=9.32.0",
15
- "gdsfactoryplus>=1.3.12",
13
+ "gdsfactoryplus>=1.4.0",
16
14
  "gmsh",
17
15
  "meshio>=5.0.0",
18
16
  "plotly",
19
17
  "pydantic>=2.10.6",
20
- "pyvista>=0.43.0"
18
+ "pyvista>=0.43.0",
19
+ "trame-vtk",
20
+ "trame-vuetify"
21
21
  ]
22
22
  description = ""
23
23
  name = "gsim"
24
24
  readme = "README.md"
25
- requires-python = ">=3.12"
26
- version = "0.0.3"
25
+ requires-python = "~=3.12.0"
26
+ version = "0.0.4"
27
27
 
28
28
  [project.optional-dependencies]
29
29
  dev = [
@@ -9,7 +9,7 @@ Currently includes:
9
9
 
10
10
  from __future__ import annotations
11
11
 
12
- __version__ = "0.0.3"
12
+ __version__ = "0.0.4"
13
13
 
14
14
  __all__ = [
15
15
  "__version__",
@@ -172,7 +172,9 @@ def run_simulation(
172
172
  _handle_failed_job(finished_job, output_dir, verbose)
173
173
 
174
174
  # Download
175
- raw_results = sim.download_results(finished_job)
175
+ raw_results = sim.download_results(
176
+ finished_job, output_dir=f"sim-data-{finished_job.job_name}"
177
+ )
176
178
 
177
179
  # Flatten results: gdsfactoryplus returns extracted directories,
178
180
  # but we want a dict of filename -> Path for individual files
@@ -1,20 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gsim
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Author-email: GDSFactory <contact@gdsfactory.com>
5
5
  Classifier: Programming Language :: Python :: 3.12
6
- Classifier: Programming Language :: Python :: 3.13
7
- Classifier: Programming Language :: Python :: 3.14
8
6
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.12
7
+ Requires-Python: ~=3.12.0
10
8
  Description-Content-Type: text/markdown
11
9
  Requires-Dist: gdsfactory>=9.32.0
12
- Requires-Dist: gdsfactoryplus>=1.3.12
10
+ Requires-Dist: gdsfactoryplus>=1.4.0
13
11
  Requires-Dist: gmsh
14
12
  Requires-Dist: meshio>=5.0.0
15
13
  Requires-Dist: plotly
16
14
  Requires-Dist: pydantic>=2.10.6
17
15
  Requires-Dist: pyvista>=0.43.0
16
+ Requires-Dist: trame-vtk
17
+ Requires-Dist: trame-vuetify
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: altair>=5.5.0; extra == "dev"
20
20
  Requires-Dist: build>=1.2.0; extra == "dev"
@@ -47,7 +47,7 @@ Requires-Dist: ty>=0.0.13; extra == "dev"
47
47
  Provides-Extra: docs
48
48
  Requires-Dist: ihp-gdsfactory>=0.1.4; extra == "docs"
49
49
 
50
- # Gsim 0.0.3
50
+ # Gsim 0.0.4
51
51
 
52
52
  > a GDSFactory Simulation Plugin
53
53
 
@@ -1,10 +1,12 @@
1
1
  gdsfactory>=9.32.0
2
- gdsfactoryplus>=1.3.12
2
+ gdsfactoryplus>=1.4.0
3
3
  gmsh
4
4
  meshio>=5.0.0
5
5
  plotly
6
6
  pydantic>=2.10.6
7
7
  pyvista>=0.43.0
8
+ trame-vtk
9
+ trame-vuetify
8
10
 
9
11
  [dev]
10
12
  altair>=5.5.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes