Version 0.7#

0.7.1#

Date: 18 June 2026

Wrap import of spglib into a try-except block to avoid import error when spglib is not installed.

0.7.0#

Date: 26 May 2026

Bugfix#

New features#

Breaking changes wrt 0.6#

  • spglib_data is made to be a dataclass and not a dictionary. Thus, the dictionary-like access is no longer functional. If you used attribute access, then your code should work without modification. If you used dictionary-like access, you need to change it to attribute access. For example, if you used spglib_data['original_cell'], you need to change it to spglib_data.original_cell.

  • Previously deprecated function wulfric.cell.sc_get_example_cell is removed. Use wulfric.cell.sc_get_example instead.