Skip to content

v2.2.0

Latest

Choose a tag to compare

@bpuchala bpuchala released this 27 Feb 15:08

[2.2.0] - 2026-02-26

Changed

  • Set requires-python to ">=3.10,<3.15" to match the wheels being built for CASM C++ extensions and distributed on PyPI.
  • Changed libcasm-configuration dependency to ">=2.3.0". This will avoid potential compatibility issues between libcasm-configuration<2.3.0 and the planned libcasm-xtal>=3.

Fixed

  • Fixed a variable name in ClusterFunctionsBuilder._build_equivalent_orbit_basis_sets which resulted in an error when build_cluster_functions was called with verbose=True.