ViennaPS 3.4.0__cp310-cp310-musllinux_1_1_x86_64.whl → 3.5.0__cp310-cp310-musllinux_1_1_x86_64.whl
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.
Potentially problematic release.
This version of ViennaPS might be problematic. Click here for more details.
- {viennaps-3.4.0.dist-info → viennaps-3.5.0.dist-info}/METADATA +3 -3
- {viennaps-3.4.0.dist-info → viennaps-3.5.0.dist-info}/RECORD +305 -305
- viennaps.libs/cmake_install.cmake +1 -1
- viennaps.libs/common/cmake_install.cmake +1 -1
- viennaps.libs/common/lexers/cmake_install.cmake +1 -1
- viennaps.libs/common/math/cmake_install.cmake +1 -1
- viennaps.libs/common/simd/cmake_install.cmake +1 -1
- viennaps.libs/common/sys/cmake_install.cmake +1 -1
- viennaps.libs/common/tasking/cmake_install.cmake +1 -1
- viennaps.libs/kernels/cmake_install.cmake +1 -1
- viennaps.libs/tests/cmake_install.cmake +1 -1
- viennaps2d/__init__.py +15 -2
- viennaps2d/viennaps2d.cpython-310-x86_64-linux-gnu.so +0 -0
- viennaps2d/viennaps2d.pyi +225 -87
- viennaps3d/__init__.py +15 -2
- viennaps3d/viennaps3d/gpu.pyi +62 -11
- viennaps3d/viennaps3d.cpython-310-x86_64-linux-gnu.so +0 -0
- viennaps3d/viennaps3d.pyi +202 -92
- {viennaps-3.4.0.dist-info → viennaps-3.5.0.dist-info}/WHEEL +0 -0
- {viennaps-3.4.0.dist-info → viennaps-3.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ViennaPS
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.0
|
|
4
4
|
Summary: Semiconductor fabrication process simulation library
|
|
5
5
|
License: Parts of the code (located in the 'external/' subfolder) have different
|
|
6
6
|
licenses. The individual licenses apply for this specific part. Please consult
|
|
@@ -151,7 +151,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
|
|
|
151
151
|
|
|
152
152
|
* Installation with CPM
|
|
153
153
|
```cmake
|
|
154
|
-
CPMAddPackage("gh:viennatools/viennaps@3.
|
|
154
|
+
CPMAddPackage("gh:viennatools/viennaps@3.5.0")
|
|
155
155
|
```
|
|
156
156
|
|
|
157
157
|
* With a local installation
|
|
@@ -289,4 +289,4 @@ http://www.iue.tuwien.ac.at/
|
|
|
289
289
|
|
|
290
290
|
License
|
|
291
291
|
--------------------------
|
|
292
|
-
See file LICENSE in the base directory.
|
|
292
|
+
See file LICENSE in the base directory.
|