| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-21 | 2.0 kB | |
| xrayutilities 1.8.0 source code.tar.gz | 2026-07-21 | 9.1 MB | |
| xrayutilities 1.8.0 source code.zip | 2026-07-21 | 9.3 MB | |
| Totals: 3 Items | 18.4 MB | 0 | |
Version 1.8.0 contains some performance optimizations in the fit code new simulation options and supports nump 2.5.
In order to obtain the new version, go to SourceForge [1] or use PyPI [2]. Wheel packages for Windows, macOS and Linux are found on PyPI for 64-bit Python in versions 3.10 to 3.14. There is also a conda-forge package [3] which should make installing for Conda users more straightforward. If you encounter problems, please report them on GitHub or on the mailinglist [4].
[1] https://sourceforge.net/projects/xrayutilities [2] https://pypi.python.org/pypi/xrayutilities [3] https://github.com/conda-forge/xrayutilities-feedstock [4] https://sourceforge.net/p/xrayutilities/mailman/xrayutilities-users/
What's Changed
- doc: update pdf generation in builddoc pipeline by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/233
- feat: StructureFactorForHKL convenience method by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/235
- fix(XRR): expose GISAXS geometry for diffuse XRR calculations by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/237
- docs: improve installation instructions in documentation by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/239
- feat(simpack): new kinematic mosaic block model by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/240
- fix(VO2): lattice parameters are corrected and source added by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/241
- fix: modernize for numpy-2.5 and remove scipy.odr by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/242
- fix(matplotlib-3.11): avoid defining not needed method by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/243
Full Changelog: https://github.com/dkriegner/xrayutilities/compare/v1.7.12...v1.8.0