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 53fc640 commit 0d8eea2Copy full SHA for 0d8eea2
CHANGELOG.md
@@ -2,11 +2,19 @@
2
3
## Version 0.12.0
4
5
+### Breaking Changes:
6
+- Renamed the conversion functions and added more
7
+- result.R and .T now return the reflectance/transmittance instead of the respective matrix, which can be accessed with .R_matrix/.T_matrix
8
+- Renamed PropagatorExpmScipy to PropagatorExpm
9
+- Removed Torch and Tensorflow Solvers
10
+
11
+### New:
12
- Added a lot of documentation
13
- Added a Bruggeman EMA Material
14
- Support for transmissive Ellipsometry
-- Renamed PropagatorExpmScipy to PropagatorExpm
-- Removed Torch and Tensorflow Solvers
15
16
+### Bug fixes:
17
+- Fix nan values in MaxwellGarnettEMA
18
19
## Version 0.11.0
20
0 commit comments