-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
98 lines (79 loc) · 2.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Todo:
- Rework the multilayers using the S-matrix formalism
- Extending effective materials to more than two at a time for the Bruggeman model
- Tangent vectors managements for Selene
- Implement the Lambertian, Guassian and ABg scattering models ( see "What scattering models are available in OpticStudio?" )
0.15
- Added a conformal coating option to FDTD structures
0.14.3
- Fixed the working directory of FDTD sensors in GUI mode
- Fixed incorrect FieldMap scripts generation
0.14
- The FDTD structure designer can use parameters and variables
- Basic Lua bindings to the analysis tools
0.13
- Selene can optimize against target hit counts
0.12
- The FDTD GUI can load structures that have parameters
0.11.1
- Fixed materials loading in CLI FDTD
- Fixed the use of the output directory for sensors in GUI FDTD
- Fixed sensors saving as the wrong type in GUI FDTD
0.11
- Added an optimization system to Selene
0.10.2
- Fixed how Materials are displayed in Selene
- Reduced the OpenGL Framerate on Linux temporarily
0.10.1
- Fixed the messed-up Mie Tool GUI due to the material rework of 0.10
0.10
- Complete rework of the materials sytem
- Materials now operate as shared entities instead of copies
- "On the fly" custom and effective materials
0.9.1
- Selene camera fix when adding two elements at (0,0,0)
0.9
- Data based materials now new their values defined inside the scripts
- Materials are not split by type between constant/dielectric/data anymore but are a sum of those
GUI:
- Added a full material editor
0.8.2
GUI:
- Materials display fix when editing the FDTD settings
0.8.1
GUI:
- Buttons in graphs to access fonctionnalities instead of hidden keyboard shortcuts
- Added dispersion display in Selene
0.8
- RayTracing: Added conics
- RayTracing: Added Cone sources
- RayTracing: Gaussian Beams first implementation
- RayTracing: Polarization handling
GUI:
- RayTracing: Exposed the Lambertian source
- Added curve scaling for graphs backdrops
0.7
CLI:
- Added the splitter IRF
- Reworked the diffraction grating IRF
- Added the multilayer IRF
GUI:
- First iteration of the effective materials support
- Removal of the Fresnel mode as it is redundant with the Multilayer mode
- Added the splitter IRF
- Added the diffraction grating IRF
- Added the multilayer IRF
- Enabled user defined tangents for box and rectangle primitives
- Added buttons to check mutliple lines at once in the multilayers mode
- Fixed the images display for the samples explorer
0.6.7
Added CLI splitter IRF
Prevented crash on GUI raytracing if some object is missing materials
Added diffraction output for the FDFD
Fixed the Fieldblock vidualization tool for the FDTD
Fixed a bug in the geometry of very thick lenses
Fixed a bug in the behavior of the cylindrical part of a thick lens
0.6.6
Finished implementing the spectral color options for the multilayers graph
0.6.5
FDTD fixes