Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.07 KB

File metadata and controls

33 lines (19 loc) · 1.07 KB

Changelog

All notable changes to casm-tools will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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

[2.0a2] - 2024-08-07

Changed

  • Use libcasm.mapping.mapsearch.make_atom_to_site_cost_future for making atom to site cost functions.

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