diffinytrace 2.3__tar.gz → 2.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.
- {diffinytrace-2.3/diffinytrace.egg-info → diffinytrace-2.4}/PKG-INFO +4 -4
- {diffinytrace-2.3 → diffinytrace-2.4}/README.md +3 -3
- {diffinytrace-2.3 → diffinytrace-2.4/diffinytrace.egg-info}/PKG-INFO +4 -4
- {diffinytrace-2.3 → diffinytrace-2.4}/setup.py +1 -1
- {diffinytrace-2.3 → diffinytrace-2.4}/LICENSE +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/MANIFEST.in +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/__init__.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/basis_functions/__init__.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/basis_functions/bspline.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/basis_functions/chebyshev.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/basis_functions/legendre.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/basis_functions/zernike.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/config.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/constraints.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/element.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/export/__init__.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/export/cad.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/gaussian_smoother.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/hat_smoother.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/integrators.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/intersection.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/optimize.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/physical_object.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/__init__.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/core.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/quantity2D.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/system2D.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/system3D.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/plotting/wavelength.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/refractive_index.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/render.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/source.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/spectrum.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/surface.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/target_grid.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/transforms.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/utils/__init__.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/utils/autograd.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace/utils/irradiance_importer.py +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace.egg-info/SOURCES.txt +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace.egg-info/dependency_links.txt +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace.egg-info/requires.txt +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/diffinytrace.egg-info/top_level.txt +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/requirements.txt +0 -0
- {diffinytrace-2.3 → diffinytrace-2.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffinytrace
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4
|
|
4
4
|
Author: Martin Pflaum
|
|
5
5
|
Author-email: contact@martinpflaum.com
|
|
6
6
|
Requires-Python: ==3.12
|
|
@@ -37,17 +37,17 @@ The source code is available at the [GitHub repository](https://github.com/marti
|
|
|
37
37
|
## Key Features
|
|
38
38
|
|
|
39
39
|
<div align="center">
|
|
40
|
-
<img src="docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
40
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
41
41
|
<p><strong>Flexible Transformations</strong> — apply general transformations such as rotations and translations to optical components, with full control over the parameters and their role in the transformation.</p>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div align="center">
|
|
45
|
-
<img src="docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
45
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
46
46
|
<p><strong>Seamless CAD Export</strong> — generate lenses and mirrors that can be exported to standard CAD file formats.</p>
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
<div align="center">
|
|
50
|
-
<img src="docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
50
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
51
51
|
<p><strong>Freeform Surfaces</strong> — design complex optical elements with advanced B-spline representations for maximum flexibility.</p>
|
|
52
52
|
</div>
|
|
53
53
|
|
|
@@ -7,17 +7,17 @@ The source code is available at the [GitHub repository](https://github.com/marti
|
|
|
7
7
|
## Key Features
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<img src="docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
10
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
11
11
|
<p><strong>Flexible Transformations</strong> — apply general transformations such as rotations and translations to optical components, with full control over the parameters and their role in the transformation.</p>
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
<div align="center">
|
|
15
|
-
<img src="docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
15
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
16
16
|
<p><strong>Seamless CAD Export</strong> — generate lenses and mirrors that can be exported to standard CAD file formats.</p>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<div align="center">
|
|
20
|
-
<img src="docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
20
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
21
21
|
<p><strong>Freeform Surfaces</strong> — design complex optical elements with advanced B-spline representations for maximum flexibility.</p>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffinytrace
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4
|
|
4
4
|
Author: Martin Pflaum
|
|
5
5
|
Author-email: contact@martinpflaum.com
|
|
6
6
|
Requires-Python: ==3.12
|
|
@@ -37,17 +37,17 @@ The source code is available at the [GitHub repository](https://github.com/marti
|
|
|
37
37
|
## Key Features
|
|
38
38
|
|
|
39
39
|
<div align="center">
|
|
40
|
-
<img src="docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
40
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/system_3D_plot.png" width="60%" alt="Transformation example">
|
|
41
41
|
<p><strong>Flexible Transformations</strong> — apply general transformations such as rotations and translations to optical components, with full control over the parameters and their role in the transformation.</p>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div align="center">
|
|
45
|
-
<img src="docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
45
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/cad_export.png" width="40%" alt="CAD export example">
|
|
46
46
|
<p><strong>Seamless CAD Export</strong> — generate lenses and mirrors that can be exported to standard CAD file formats.</p>
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
<div align="center">
|
|
50
|
-
<img src="docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
50
|
+
<img src="https://raw.githubusercontent.com/martinpflaum/diffinytrace/main/docs/_static/bspline_plot1.png" width="80%" alt="B-spline surface example">
|
|
51
51
|
<p><strong>Freeform Surfaces</strong> — design complex optical elements with advanced B-spline representations for maximum flexibility.</p>
|
|
52
52
|
</div>
|
|
53
53
|
|
|
@@ -11,7 +11,7 @@ with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name='diffinytrace', # Package name
|
|
14
|
-
version='2.
|
|
14
|
+
version='2.4', # Version number
|
|
15
15
|
packages=find_packages(), # Automatically find packages in the directory
|
|
16
16
|
install_requires=install_requires,
|
|
17
17
|
long_description=long_description,
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|