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.
Files changed (44) hide show
  1. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/BUILD.md +22 -2
  2. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/PKG-INFO +10 -4
  3. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/README.md +7 -1
  4. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/pyproject.toml +4 -3
  5. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/uv.lock +1 -1
  6. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/.github/workflows/build_wheels.yml +0 -0
  7. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/.gitignore +0 -0
  8. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/LICENSE.md +0 -0
  9. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/boopy/CMakeLists.txt +0 -0
  10. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/boopy/boopy.cpp +0 -0
  11. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/__init__.py +0 -0
  12. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/__init__.py +0 -0
  13. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/devices.py +0 -0
  14. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/baselib/waveguides.py +0 -0
  15. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/devices.py +0 -0
  16. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/documentation.md +0 -0
  17. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/gdsreader.py +0 -0
  18. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/gdswriter.py +0 -0
  19. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/layout.py +0 -0
  20. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/makers.py +0 -0
  21. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/phc.py +0 -0
  22. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/__init__.py +0 -0
  23. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/boopy.pyi +0 -0
  24. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/resources/sm_stencil_font.txt +0 -0
  25. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/routers.py +0 -0
  26. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/sequencer.py +0 -0
  27. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/shapes.py +0 -0
  28. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/src/samplemaker/viewers.py +0 -0
  29. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/.pylint.d/12_Tutorial_LayoutAssembly1.stats +0 -0
  30. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/00_Tutorial_BasicDrawing.py +0 -0
  31. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/01_Tutorial_Shapes.py +0 -0
  32. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/02_Tutorial_CellReferences.py +0 -0
  33. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/03_Tutorial_GroupManipulation.py +0 -0
  34. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/04_Tutorial_Boolean.py +0 -0
  35. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/05_Tutorial_Devices.py +0 -0
  36. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/06_Tutorial_DeviceTables.py +0 -0
  37. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/07_Tutorial_Waveguides.py +0 -0
  38. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/08_Tutorial_WaveguideDevices.py +0 -0
  39. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/09_Tutorial_Circuits.py +0 -0
  40. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/10_Tutorial_ElectricalPorts.py +0 -0
  41. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/11_Tutorial_LayoutAssembly.py +0 -0
  42. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/12_Tutorial_ImportingCircuits.py +0 -0
  43. {samplemaker_sparrow-5.4.5 → samplemaker_sparrow-5.4.6}/tutorials/CircuitFile.txt +0 -0
  44. {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
- Work in progress...
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
- Work in progress...
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.5
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/lmidolo/samplemaker.git
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
- * For local development build instructions, please refer to [BUILD.md](BUILD.md).
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
- * For local development build instructions, please refer to [BUILD.md](BUILD.md).
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.5"
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/lmidolo/samplemaker.git"
37
+ Repository = "https://github.com/SparrowQuantum/samplemaker.git"
37
38
 
38
39
  [tool.scikit-build]
39
40
  minimum-version = "0.11.6"
@@ -564,7 +564,7 @@ wheels = [
564
564
 
565
565
  [[package]]
566
566
  name = "samplemaker-sparrow"
567
- version = "5.4.5"
567
+ version = "5.4.6"
568
568
  source = { editable = "." }
569
569
  dependencies = [
570
570
  { name = "matplotlib" },