Releases: PyEllips/pyElli
Releases · PyEllips/pyElli
Version 0.22.6
What's Changed
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #230
- Bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #231
- Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #233
- Improve examples descriptions by @MarJMue in #229
- Updated refractiveindex.info database
Version 0.22.5
What's Changed
- Bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in #215
- Skip torch pytest if pytorch is not installed by @domna in #220
- Fix install instructions and git clone with submodule by @domna in #217
- Bump uv from 0.6.5 to 0.8.6 in /docs by @dependabot[bot] in #221
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #222
- Bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #223
- Bump uv from 0.6.5 to 0.8.6 in /requirements by @dependabot[bot] in #224
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #225
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #227
- Fixes for Woollam importer by @MarJMue in #226
- Fix for rii encoding problems under windows + windows pytest (for 3.13 only) by @domna in #228
Full Changelog: v0.22.4...v0.22.5
Version 0.22.4
What's Changed
- Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #204
- Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot in #205
- Bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot in #206
- Bump tornado from 6.4.2 to 6.5.1 in /requirements by @dependabot in #207
- Bump tornado from 6.4.2 to 6.5.1 in /docs by @dependabot in #208
- Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot in #209
- Bump requests from 2.32.3 to 2.32.4 in /docs by @dependabot in #210
- Bump urllib3 from 2.3.0 to 2.5.0 in /docs by @dependabot in #211
- Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot in #212
- Fix for wollam data without dpolE by @domna in #214
Full Changelog: v0.22.3...v0.22.4
Version 0.22.3
Bugfixes
- Pin Plotly to a version smaller than 6, to avoid problems with the fitting widget (see #203)
Version 0.22.2
Version 0.22.2
Bugfixes
- Fix publishing workflow
Version 0.22.1
New
- convert_delta_range function
Bugfixes
- Allow all valid Delta ranges in the Result class
Version 0.22.0
New
- Python 3.13 support
- Updated dependencies
- Updated refractive index database
Bugfixes
- SciPy performance regression fixed with Version 1.15
Version 0.21.2
Bugfixes
- Include the RII database submodule in the Pypi package again
Version 0.21.1
Hotfix to regenerate the documentation.
Version 0.21.0
What's Changed
- Re-enable PyTorch 4x4solver by @MarJMue in #181
- Fix deprecation warnings by @MarJMue in #182
- Use OIDC for publishing by @domna in #184
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #189
- Add custom fitting example by @MarJMue in #186
- Include PyTorch installation instructions in the documentation by @MarJMue in #188
- Add chardet encoding detection by @MarJMue in #193
- Add reader for Accurion data by @quentintanguy in #191
New Contributors
- @quentintanguy made their first contribution in #191
Full Changelog: v0.20.0...v0.21.0
Version 0.20.0
New
- Vectorized KKR
- NumPy 2.0.0 support
Bug fixes
- Fix root selection mistakes for Bruggeman EMA
Known issues
- Performance regression for newer SciPy versions of expm solver (#178)
What's Changed
- Bump pillow from 10.2.0 to 10.3.0 in /requirements by @dependabot in #166
- Bump pydantic from 1.10.2 to 1.10.13 in /requirements by @dependabot in #167
- [Issue 168] Vectorized KKR internals by @IruNikZe in #169
- Bump jinja2 from 3.1.3 to 3.1.4 in /requirements by @dependabot in #170
- Bump tornado from 6.3.3 to 6.4.1 in /requirements by @dependabot in #172
- Upgrade and use
ruff==0.4.8and supportnumpy>=2.0.0by @domna in #176 - Add pytest-benchmark to dev dependencies and run benchmark checks on PRs by @domna in #177
- Adapt correct version retrieval by @domna in #179
- Fix Bruggeman EMA by @MarJMue in #173
New Contributors
Full Changelog: v0.19.0...v0.20.0