Version 1.7.10 contains some fixes and is the first version compatible with scipy-1.15
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 to 3.13. 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/
Note the code is equivalent to version 1.7.9 which did not include support for Python 3.13.
What's Changed
- Use numpy>=2 as build dependency only for python>=3.9 by @t20100 in #188
- fix typo in cache key of atomic structure factor by @dkriegner in #189
- better doc-strings regarding the inplane reference direction by @dkriegner in #192
- fix(DarwinModel): avoid use of deprecated scipy.misc functionality by @dkriegner in #204
- refactor(code-quality): reduce linter warnings by @dkriegner in #205
New Contributors
Full Changelog: v1.7.8...v1.7.10