Releases: prisms-center/CASMcode_tools
Releases · prisms-center/CASMcode_tools
v2.0a3
[2.0a3] - 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 package dependencies to latest versions, which will avoid potential compatibility issues between older versions of libcasm packages and the planned libcasm-xtal>=3.
v2.0a1
[2.0a1] - 2025-08-04
This release creates the casm-tools package, which provides pure Python CLI tools and
helper functions. This includes:
- casm-calc: Setup, run, and report results of structure calculations
- casm-map: Structure mapping and import
- casm.tools.shard: Helper functions for I/O, integrating with ASE, and context
managers.