Skip to content

v2.7.0

Compare
Choose a tag to compare
@DorianDepriester DorianDepriester released this 22 Jan 07:42
· 184 commits to main since this release

This release mainly introduces compatibilities with other packages dedicated to crystallographic analyses, namely:

Evaluation of statistics for SphericalFunction and HyperSphericalFunction (e.g. .mean() or .std()) now take advantage of broadcasting, therefore speeding them up (~10 times faster).

The input matrix for creating a StiffnessTensor or a ComplianceTensor now must be symmetric and definite positive (except if check_symmetry=True and check_positive_definite=False, respectively).

Full Changelog: v2.6.0...v2.7.0