You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.0.0] - 2023-07-18
Added
This module includes parts of CASM v1 that are generically useful, including: casm/casm_io, casm/container, casm/external/Eigen, casm/external/gzstream, casm/external/MersenneTwister, casm/global, casm/misc, and casm/system
This module enables installing via pip install, using scikit-build, CMake, and pybind11
Added external/nlohmann JSON implementation
Added external/pybind11_json
Added Python package libcasm.casmglobal with CASM global constants
Added Python package libcasm.counter with IntCounter and FloatCounter
Added GitHub Actions for unit testing
Added GitHub Action build_wheels.yml for Python wheel building using cibuildwheel