Skip to content

Releases: prisms-center/CASMcode_tools

v2.0a3

28 Feb 17:56

Choose a tag to compare

[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

04 Aug 07:22

Choose a tag to compare

[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.