|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Version 0.20.0 |
| 4 | + |
| 5 | +### New |
| 6 | + |
| 7 | +- Vectorized KKR |
| 8 | +- NumPy 2.0.0 support |
| 9 | + |
| 10 | +### Bug fixes |
| 11 | + |
| 12 | +- Fix root selection mistakes for Bruggeman EMA |
| 13 | + |
| 14 | +### Known issues |
| 15 | + |
| 16 | +- Performance regression for newer SciPy versions of expm solver (#178) |
| 17 | + |
| 18 | + |
| 19 | +## Version 0.19.0 |
| 20 | + |
| 21 | +### New |
| 22 | + |
| 23 | +- Python 3.12 Support |
| 24 | +- Averaging of ResultLists |
| 25 | +- Breaking change: Renamed RII.load_dispersion to RII.get_dispersion to be more consistent. |
| 26 | + |
| 27 | + |
| 28 | +## Version 0.18.1 |
| 29 | + |
| 30 | +### Bug fixes |
| 31 | + |
| 32 | +- Bump pygments from 2.13.0 to 2.15.0 |
| 33 | +- Bump tornado from 6.3.2 to 6.3.3 |
| 34 | +- Fixes wvase importer |
| 35 | + |
| 36 | + |
| 37 | +## Version 0.18.0 |
| 38 | + |
| 39 | +### What's Changed |
| 40 | + |
| 41 | +- Update spectraray importer |
| 42 | +- Update RII database and use new file structure |
| 43 | +- Bump scipy from 1.9.1 to 1.10.0 |
| 44 | +- Adds woollam importer |
| 45 | + |
| 46 | + |
| 47 | +## Version 0.17.0 |
| 48 | + |
| 49 | +### New |
| 50 | + |
| 51 | +- Support for NXopt based nexus definitions |
| 52 | +- Interpolation order for refractiveindex.info database |
| 53 | +- Speed up for formula dispersions |
| 54 | + |
| 55 | +### Bug fixes |
| 56 | + |
| 57 | +- Better error messages |
| 58 | +- Raise error when solver2x2 gets a negative k |
| 59 | + |
| 60 | + |
3 | 61 | ## Version 0.16.0 |
4 | 62 |
|
5 | | -# New |
| 63 | +### New |
6 | 64 |
|
7 | 65 | - Support for nexus dispersion files |
8 | 66 | - Formula based dispersions |
9 | 67 | - Cauchy Urbach dispersion |
10 | 68 | - Filtering by range for the refractive index database |
11 | 69 |
|
12 | | -# Bugfixes |
| 70 | +### Bug fixes |
13 | 71 |
|
14 | 72 | - Fixed a bug where incompatible dispersions were created in refractive index database |
15 | 73 | - Created separated index and dielectric dispersions |
16 | 74 | - Fixed checks for DispersionSums when dispersions are entered via \*args |
17 | 75 |
|
| 76 | + |
18 | 77 | ## Version 0.15.1 |
19 | 78 |
|
20 | 79 | ### New |
|
28 | 87 | - Don't allow adding of refractive index based dispersions |
29 | 88 | - Don't allow adding of tabular dispersions |
30 | 89 |
|
| 90 | + |
31 | 91 | ## Version 0.15.0 |
32 | 92 |
|
33 | 93 | ### New |
|
36 | 96 | - Kramers-Kronig-Relationship conversions for dielectric functions |
37 | 97 | - Add Cody-Lorentz dispersion model |
38 | 98 |
|
| 99 | + |
39 | 100 | ## Version 0.14.1 |
40 | 101 |
|
41 | 102 | ### Bug fixes: |
42 | 103 |
|
43 | 104 | - Installs the correct extra requirements in the docker container |
44 | 105 |
|
| 106 | + |
45 | 107 | ## Version 0.14.0 |
46 | 108 |
|
47 | 109 | ### Breaking changes: |
|
54 | 116 | - Introduced proper dependency management |
55 | 117 | - Changed the dependency of extra install requirements for fitting and testing |
56 | 118 |
|
| 119 | + |
57 | 120 | ## Version 0.13.0 |
58 | 121 |
|
59 | 122 | ### Breaking Changes: |
|
65 | 128 | - Fix error in eigenvalue sorting (PropergatorEig and non-isotropic backmaterials) |
66 | 129 | - Pin version of ipywidgets to keep plotly working |
67 | 130 |
|
| 131 | + |
68 | 132 | ## Version 0.12.0 |
69 | 133 |
|
70 | 134 | ### Breaking Changes: |
|
84 | 148 |
|
85 | 149 | - Fix nan values in MaxwellGarnettEMA |
86 | 150 |
|
| 151 | + |
87 | 152 | ## Version 0.11.0 |
88 | 153 |
|
89 | 154 | - Adds reading functionality for [NeXus files](https://fairmat-experimental.github.io/nexus-fairmat-proposal/50433d9039b3f33299bab338998acb5335cd8951/classes/contributed_definitions/NXellipsometry.html#nxellipsometry). |
90 | 155 |
|
| 156 | + |
91 | 157 | ## Version 0.10.1 |
92 | 158 |
|
93 | 159 | - The fitting module is not imported at top-level anymore. It has now to be imported by `elli.fitting`. |
94 | 160 |
|
| 161 | + |
95 | 162 | ## Version 0.10.0 |
96 | 163 |
|
97 | 164 | - Dispersions are now addressed by their name only (instead of Dispersion...) |
98 | 165 | - Dispersions are initialized with two distinguished set of parameters for parameters which are set once and parameters which may be set multiple times (for oscillators etc). They can be added by invoking the `add` command on the respective class. |
99 | 166 | - There is a new factory class `DispersionFactory` to get a dispersion from it's string name, i.e. `DispersionFactory.get_dispersion(...)` |
100 | 167 |
|
| 168 | + |
101 | 169 | ## Version 0.9.2 |
102 | 170 |
|
103 | 171 | - Fitting decorator buttons (fit, undo, redo) |
|
106 | 174 | - Fixed Jones vector default |
107 | 175 | - Included more documentation |
108 | 176 |
|
| 177 | + |
109 | 178 | ## Version 0.9.1 |
110 | 179 |
|
111 | 180 | - Automated build of Docker images |
112 | 181 | - Benchmarking setup |
113 | 182 | - Added more documentation |
114 | 183 | - Renamed a lot of functions for PEP8 compliance |
115 | | -- More bugfixes |
| 184 | +- More Bug fixes |
| 185 | + |
116 | 186 |
|
117 | 187 | ## Version 0.9.0 |
118 | 188 |
|
|
123 | 193 | - Improve fitting decorators |
124 | 194 | - Added plotting and fitting for Mueller matrices |
125 | 195 | - Added type hints |
126 | | -- Various calculation bugfixes |
| 196 | +- Various calculation Bug fixes |
| 197 | + |
127 | 198 |
|
128 | 199 | ## Version 0.1.0 |
129 | 200 |
|
|
0 commit comments