Releases: diegomartinez2/python-sscha
Releases · diegomartinez2/python-sscha
SSCHA v1.5
Release Notes – Version 1.5
Highlights
- Meson build system
- Migration to the Meson build system.
- Dropped the deprecated installation via
numpy.distutils. - Full compatibility with Python 3.13 and spglib ≥ 2.2.
New Features
-
LO–TO splitting in interpolation
- Added support for LO–TO splitting in the
Interpolatemethod. - Enables computation of harmonic free energies for polar materials on dense q-grids.
- Added support for LO–TO splitting in the
-
Acoustic Sum Rule for 1D systems
- Implemented enforcement of the acoustic sum rule for 1D materials.
What's Changed
- AiiDAEnsemble: add missing
self.init()by @bastonero in SSCHAcode#335 - Local cluster (2FA bypass) by @mesonepigreco in SSCHAcode#337
- Allow disutils to detect implementation of linear algebra by @bastonero in SSCHAcode#387
- Meson compiler test by @diegomartinez2 in SSCHAcode#399
- Fixed the issue SSCHAcode#193. by @mesonepigreco in SSCHAcode#195
- Update pyproject.toml by @mgovoni-devel in SSCHAcode#400
- ASR in 1D materials by @mesonepigreco in SSCHAcode#174
- Fixed the spglib compatibility with version >2.2 by @mesonepigreco in SSCHAcode#401
- Removed the spglib fix in the requirements by @mesonepigreco in SSCHAcode#402
- Fix the python dependency by @mesonepigreco in SSCHAcode#403
New Contributors
- @mgovoni-devel made their first contribution in SSCHAcode#400
Full Changelog: v1.1...v1.5