diffinytrace 2.2__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.
Files changed (45) hide show
  1. {diffinytrace-2.2/diffinytrace.egg-info → diffinytrace-2.4}/PKG-INFO +4 -4
  2. {diffinytrace-2.2 → diffinytrace-2.4}/README.md +3 -3
  3. {diffinytrace-2.2 → diffinytrace-2.4/diffinytrace.egg-info}/PKG-INFO +4 -4
  4. {diffinytrace-2.2 → diffinytrace-2.4}/setup.py +1 -1
  5. {diffinytrace-2.2 → diffinytrace-2.4}/LICENSE +0 -0
  6. {diffinytrace-2.2 → diffinytrace-2.4}/MANIFEST.in +0 -0
  7. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/__init__.py +0 -0
  8. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/basis_functions/__init__.py +0 -0
  9. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/basis_functions/bspline.py +0 -0
  10. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/basis_functions/chebyshev.py +0 -0
  11. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/basis_functions/legendre.py +0 -0
  12. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/basis_functions/zernike.py +0 -0
  13. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/config.py +0 -0
  14. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/constraints.py +0 -0
  15. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/element.py +0 -0
  16. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/export/__init__.py +0 -0
  17. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/export/cad.py +0 -0
  18. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/gaussian_smoother.py +0 -0
  19. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/hat_smoother.py +0 -0
  20. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/integrators.py +0 -0
  21. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/intersection.py +0 -0
  22. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/optimize.py +0 -0
  23. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/physical_object.py +0 -0
  24. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/__init__.py +0 -0
  25. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/core.py +0 -0
  26. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/quantity2D.py +0 -0
  27. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/system2D.py +0 -0
  28. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/system3D.py +0 -0
  29. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/plotting/wavelength.py +0 -0
  30. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/refractive_index.py +0 -0
  31. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/render.py +0 -0
  32. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/source.py +0 -0
  33. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/spectrum.py +0 -0
  34. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/surface.py +0 -0
  35. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/target_grid.py +0 -0
  36. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/transforms.py +0 -0
  37. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/utils/__init__.py +0 -0
  38. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/utils/autograd.py +0 -0
  39. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace/utils/irradiance_importer.py +0 -0
  40. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace.egg-info/SOURCES.txt +0 -0
  41. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace.egg-info/dependency_links.txt +0 -0
  42. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace.egg-info/requires.txt +0 -0
  43. {diffinytrace-2.2 → diffinytrace-2.4}/diffinytrace.egg-info/top_level.txt +0 -0
  44. {diffinytrace-2.2 → diffinytrace-2.4}/requirements.txt +0 -0
  45. {diffinytrace-2.2 → diffinytrace-2.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffinytrace
3
- Version: 2.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.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.2', # Version number
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