Version 1.7.8 contains some fixes and improvements and is the first version compatible with the upcoming numpy 2.0
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.9, 3.10, 3.11 and 3.12. 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
- feat: allow distinct hkl in dynamic diffraction multilayer models by @dkriegner in #184
- Implement fix for #179, comment debug code by @dkriegner in #181
- fix code(-style) weaknesses detected by the linter by @dkriegner in #186
- Numpy 2.0 support by @dkriegner in #185
Full Changelog: v1.7.7...v1.7.8