Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-17 | 1.8 kB | |
xrayutilities 1.7.10 source code.tar.gz | 2025-01-17 | 9.1 MB | |
xrayutilities 1.7.10 source code.zip | 2025-01-17 | 9.3 MB | |
Totals: 3 Items | 18.4 MB | 1 |
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 https://github.com/dkriegner/xrayutilities/pull/188
- fix typo in cache key of atomic structure factor by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/189
- better doc-strings regarding the inplane reference direction by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/192
- fix(DarwinModel): avoid use of deprecated scipy.misc functionality by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/204
- refactor(code-quality): reduce linter warnings by @dkriegner in https://github.com/dkriegner/xrayutilities/pull/205
New Contributors
- @t20100 made their first contribution in https://github.com/dkriegner/xrayutilities/pull/188
Full Changelog: https://github.com/dkriegner/xrayutilities/compare/v1.7.8...v1.7.10