Skip to content

Commit 0fc3541

Browse files
committed
Fix publishing workflow
1 parent 6c91ac8 commit 0fc3541

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: python-package-distributions
7070
path: dist/
7171
- name: Sign the dists with Sigstore
72-
uses: sigstore/gh-action-sigstore-python@v2.1.1
72+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7373
with:
7474
inputs: >-
7575
./dist/*.tar.gz

CHANGELOG.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,58 @@
11
# Changelog
22

3+
## Version 0.22.2
4+
5+
### Bugfixes
6+
7+
- Fix publishing workflow
8+
9+
## Version 0.22.1
10+
11+
### New
12+
13+
- convert_delta_range function
14+
15+
### Bugfixes
16+
17+
- Allow all valid Delta ranges in the Result class
18+
319
## Version 0.22.0
420

521
### New
22+
623
- Python 3.13 support
724
- Updated dependencies
825
- Updated refractive index database
926

1027
### Bugfixes
28+
1129
- SciPy performance regression fixed with Version 1.15
1230

1331
## Version 0.21.2
1432

1533
### Bugfixes
34+
1635
- Include the RII database submodule in the Pypi package again
1736

1837
## Version 0.21.1
1938

2039
### Bugfixes
40+
2141
- Fix documentation generation
2242

2343
## Version 0.21.0
2444

2545
### New
46+
2647
- Reenable pytorch 4x4solver
2748
- Use OIDC for publishing
2849
- Add custom fitting example
2950
- Add chardet encoding detection
3051
- Add reader for accurion data
3152

3253
### Bugfixes
33-
- Fix deprecation warnings
3454

55+
- Fix deprecation warnings
3556

3657
## Version 0.20.0
3758

@@ -48,7 +69,6 @@
4869

4970
- Performance regression for newer SciPy versions of expm solver (#178)
5071

51-
5272
## Version 0.19.0
5373

5474
### New
@@ -57,7 +77,6 @@
5777
- Averaging of ResultLists
5878
- Breaking change: Renamed RII.load_dispersion to RII.get_dispersion to be more consistent.
5979

60-
6180
## Version 0.18.1
6281

6382
### Bug fixes
@@ -66,7 +85,6 @@
6685
- Bump tornado from 6.3.2 to 6.3.3
6786
- Fixes wvase importer
6887

69-
7088
## Version 0.18.0
7189

7290
### What's Changed
@@ -76,7 +94,6 @@
7694
- Bump scipy from 1.9.1 to 1.10.0
7795
- Adds woollam importer
7896

79-
8097
## Version 0.17.0
8198

8299
### New
@@ -90,7 +107,6 @@
90107
- Better error messages
91108
- Raise error when solver2x2 gets a negative k
92109

93-
94110
## Version 0.16.0
95111

96112
### New
@@ -106,7 +122,6 @@
106122
- Created separated index and dielectric dispersions
107123
- Fixed checks for DispersionSums when dispersions are entered via \*args
108124

109-
110125
## Version 0.15.1
111126

112127
### New
@@ -120,7 +135,6 @@
120135
- Don't allow adding of refractive index based dispersions
121136
- Don't allow adding of tabular dispersions
122137

123-
124138
## Version 0.15.0
125139

126140
### New
@@ -129,14 +143,12 @@
129143
- Kramers-Kronig-Relationship conversions for dielectric functions
130144
- Add Cody-Lorentz dispersion model
131145

132-
133146
## Version 0.14.1
134147

135148
### Bug fixes:
136149

137150
- Installs the correct extra requirements in the docker container
138151

139-
140152
## Version 0.14.0
141153

142154
### Breaking changes:
@@ -149,7 +161,6 @@
149161
- Introduced proper dependency management
150162
- Changed the dependency of extra install requirements for fitting and testing
151163

152-
153164
## Version 0.13.0
154165

155166
### Breaking Changes:
@@ -161,7 +172,6 @@
161172
- Fix error in eigenvalue sorting (PropergatorEig and non-isotropic backmaterials)
162173
- Pin version of ipywidgets to keep plotly working
163174

164-
165175
## Version 0.12.0
166176

167177
### Breaking Changes:
@@ -181,24 +191,20 @@
181191

182192
- Fix nan values in MaxwellGarnettEMA
183193

184-
185194
## Version 0.11.0
186195

187196
- Adds reading functionality for [NeXus files](https://fairmat-experimental.github.io/nexus-fairmat-proposal/50433d9039b3f33299bab338998acb5335cd8951/classes/contributed_definitions/NXellipsometry.html#nxellipsometry).
188197

189-
190198
## Version 0.10.1
191199

192200
- The fitting module is not imported at top-level anymore. It has now to be imported by `elli.fitting`.
193201

194-
195202
## Version 0.10.0
196203

197204
- Dispersions are now addressed by their name only (instead of Dispersion...)
198205
- 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.
199206
- There is a new factory class `DispersionFactory` to get a dispersion from it's string name, i.e. `DispersionFactory.get_dispersion(...)`
200207

201-
202208
## Version 0.9.2
203209

204210
- Fitting decorator buttons (fit, undo, redo)
@@ -207,7 +213,6 @@
207213
- Fixed Jones vector default
208214
- Included more documentation
209215

210-
211216
## Version 0.9.1
212217

213218
- Automated build of Docker images
@@ -216,7 +221,6 @@
216221
- Renamed a lot of functions for PEP8 compliance
217222
- More Bug fixes
218223

219-
220224
## Version 0.9.0
221225

222226
- Adapted examples to the new codebase
@@ -228,7 +232,6 @@
228232
- Added type hints
229233
- Various calculation Bug fixes
230234

231-
232235
## Version 0.1.0
233236

234237
- Initial Version after un-forking

0 commit comments

Comments
 (0)