samplemaker-sparrow 5.4.5__tar.gz → 5.4.6__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.
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/BUILD.md +22 -2
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/PKG-INFO +10 -4
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/README.md +7 -1
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/pyproject.toml +4 -3
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/uv.lock +1 -1
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/.github/workflows/build_wheels.yml +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/.gitignore +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/LICENSE.md +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/boopy/CMakeLists.txt +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/boopy/boopy.cpp +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/__init__.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/__init__.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/devices.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/waveguides.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/devices.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/documentation.md +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/gdsreader.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/gdswriter.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/layout.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/makers.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/phc.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/__init__.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/boopy.pyi +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/sm_stencil_font.txt +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/routers.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/sequencer.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/shapes.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/viewers.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/.pylint.d/12_Tutorial_LayoutAssembly1.stats +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/00_Tutorial_BasicDrawing.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/01_Tutorial_Shapes.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/02_Tutorial_CellReferences.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/03_Tutorial_GroupManipulation.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/04_Tutorial_Boolean.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/05_Tutorial_Devices.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/06_Tutorial_DeviceTables.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/07_Tutorial_Waveguides.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/08_Tutorial_WaveguideDevices.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/09_Tutorial_Circuits.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/10_Tutorial_ElectricalPorts.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/11_Tutorial_LayoutAssembly.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/12_Tutorial_ImportingCircuits.py +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/CircuitFile.txt +0 -0
- {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/TutorialCollection.py +0 -0
|
@@ -45,7 +45,19 @@ pip install -e .
|
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
### macOS
|
|
48
|
-
|
|
48
|
+
|
|
49
|
+
Install the required packages using Homebrew:
|
|
50
|
+
```bash
|
|
51
|
+
brew install cmake boost
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Navigate to the project directory and build:
|
|
55
|
+
```bash
|
|
56
|
+
# Using Astral uv (recommended)
|
|
57
|
+
uv sync
|
|
58
|
+
# Using pip
|
|
59
|
+
pip install -e .
|
|
60
|
+
```
|
|
49
61
|
|
|
50
62
|
### Windows
|
|
51
63
|
To build on Windows, ensure you have Visual Studio with C++ build tools installed.
|
|
@@ -113,7 +125,15 @@ cibuildwheel .
|
|
|
113
125
|
```
|
|
114
126
|
|
|
115
127
|
### macOS
|
|
116
|
-
|
|
128
|
+
On macOS, you can build wheels directly without Docker. Run the following command in the project directory:
|
|
129
|
+
```bash
|
|
130
|
+
# Using Astral uv (recommended)
|
|
131
|
+
uvx cibuildwheel .
|
|
132
|
+
|
|
133
|
+
# Using pip
|
|
134
|
+
pip install cibuildwheel
|
|
135
|
+
cibuildwheel .
|
|
136
|
+
```
|
|
117
137
|
|
|
118
138
|
### Windows
|
|
119
139
|
To build Windows wheels locally, the correct version of `vcpkg` must be added to the PATH environment variable.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: samplemaker-sparrow
|
|
3
|
-
Version: 5.4.
|
|
3
|
+
Version: 5.4.6
|
|
4
4
|
Summary: Lithographic mask design package
|
|
5
|
-
Author-Email: Leonardo Midolo <midolo@nbi.ku.dk>
|
|
5
|
+
Author-Email: Leonardo Midolo <midolo@nbi.ku.dk>, Jeppe Roulund <jeppe.roulund@sparrowquantum.com>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
7
7
|
License-File: LICENSE.md
|
|
8
8
|
Classifier: Programming Language :: C++
|
|
@@ -17,7 +17,7 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
17
17
|
Classifier: Operating System :: MacOS
|
|
18
18
|
Classifier: Operating System :: Unix
|
|
19
19
|
Classifier: Operating System :: POSIX :: Linux
|
|
20
|
-
Project-URL: Repository, https://github.com/
|
|
20
|
+
Project-URL: Repository, https://github.com/SparrowQuantum/samplemaker.git
|
|
21
21
|
Requires-Python: <3.14,>=3.10
|
|
22
22
|
Requires-Dist: matplotlib>=3.7.5
|
|
23
23
|
Requires-Dist: numpy==2.*
|
|
@@ -37,4 +37,10 @@ the European Research Council (ERC) under the European Union’s Horizon 2020 re
|
|
|
37
37
|
|
|
38
38
|
### How do I get set up?
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
The package can be installed on most platforms via pip:
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
pip install samplemaker-sparrow
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
For local development build instructions, please refer to [BUILD.md](https://github.com/SparrowQuantum/samplemaker/blob/master/BUILD.md).
|
|
@@ -12,4 +12,10 @@ the European Research Council (ERC) under the European Union’s Horizon 2020 re
|
|
|
12
12
|
|
|
13
13
|
### How do I get set up?
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
The package can be installed on most platforms via pip:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pip install samplemaker-sparrow
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
For local development build instructions, please refer to [BUILD.md](https://github.com/SparrowQuantum/samplemaker/blob/master/BUILD.md).
|
|
@@ -5,14 +5,15 @@ build-backend = "scikit_build_core.build"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "samplemaker-sparrow"
|
|
7
7
|
authors = [
|
|
8
|
-
{ name = "Leonardo Midolo", email = "midolo@nbi.ku.dk"}
|
|
8
|
+
{ name = "Leonardo Midolo", email = "midolo@nbi.ku.dk"},
|
|
9
|
+
{ name = "Jeppe Roulund", email = "jeppe.roulund@sparrowquantum.com"}
|
|
9
10
|
]
|
|
10
11
|
description = "Lithographic mask design package"
|
|
11
12
|
readme = "README.md"
|
|
12
13
|
requires-python = ">=3.10,<3.14"
|
|
13
14
|
license-files = ["LICENSE.md"]
|
|
14
15
|
license = "BSD-3-Clause"
|
|
15
|
-
version = "5.4.
|
|
16
|
+
version = "5.4.6"
|
|
16
17
|
dependencies = [
|
|
17
18
|
"matplotlib>=3.7.5",
|
|
18
19
|
"numpy==2.*",
|
|
@@ -33,7 +34,7 @@ classifiers = [
|
|
|
33
34
|
]
|
|
34
35
|
|
|
35
36
|
[project.urls]
|
|
36
|
-
Repository = "https://github.com/
|
|
37
|
+
Repository = "https://github.com/SparrowQuantum/samplemaker.git"
|
|
37
38
|
|
|
38
39
|
[tool.scikit-build]
|
|
39
40
|
minimum-version = "0.11.6"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/waveguides.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/00_Tutorial_BasicDrawing.py
RENAMED
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/02_Tutorial_CellReferences.py
RENAMED
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/03_Tutorial_GroupManipulation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/06_Tutorial_DeviceTables.py
RENAMED
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/08_Tutorial_WaveguideDevices.py
RENAMED
|
File without changes
|
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/10_Tutorial_ElectricalPorts.py
RENAMED
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/11_Tutorial_LayoutAssembly.py
RENAMED
|
File without changes
|
{samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/12_Tutorial_ImportingCircuits.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|