We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b72b3 commit f0da777Copy full SHA for f0da777
CHANGELOG
@@ -4,6 +4,9 @@ Todo:
4
- Tangent vectors managements for Selene
5
- Implement the Lambertian, Guassian and ABg scattering models ( see "What scattering models are available in OpticStudio?" )
6
7
+0.13
8
+- Selene can optimize against target hit counts
9
+
10
0.12
11
- The FDTD GUI can now load structures that have parameters
12
CMakeLists.txt
@@ -15,7 +15,7 @@ function(Dll_Install library_name)
15
endfunction()
16
17
set(CPACK_PACKAGE_VERSION_MAJOR 0)
18
-set(CPACK_PACKAGE_VERSION_MINOR 12)
+set(CPACK_PACKAGE_VERSION_MINOR 13)
19
set(CPACK_PACKAGE_VERSION_PATCH 0)
20
21
set(TASK "Build CLI" CACHE STRING "What to do")
0 commit comments