pyxem / orix

Analysing crystal orientations and symmetry in Python
https://orix.readthedocs.io
GNU General Public License v3.0
79 stars 45 forks source link

Clean up test suite output #410

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

This PR cleans up the test suite output by:

I've also bumped the minimum version of diffpy.structure to 3.0.2 in setup.py. This ensures that Phase.from_cif() works on Windows with Python 3.10. I've added a changelog entry for this change.

Progress of the PR

For reviewers

hakonanes commented 1 year ago

Greath, thank you @harripj!

hakonanes commented 1 year ago

And also thank you for fixing the CIF reading on latest Windows in diffpy.structure.