Skip to content

0.7.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlejandroSantorum AlejandroSantorum released this 08 Jul 22:51
· 138 commits to main since this release
c2380db

Announcing release version 0.7.0.

New features and modifications:

  • Added default eigenvalue normalization constant (eigval_norm_const), which controls the support of the eigenvalues independently of the sample size.
  • Now, the methods eigval_hist and plot_eigval_hist do not receive the argument norm_const. Instead, they receive the input argument normalize (default to True) to select whether to normalize the eigenvalues or not.
  • Added new method set_eigval_norm_const in case the user wants to change the default eigenvalue normalization constant.
  • Improved and updated documentation and tutorials.
  • Updated requirements to avoid scipy memory leak vulnerability. Potentially, now the library is not tested for python 3.7.
  • Pinned numpy to use version <= 1.24.3 since version 1.24.4 is causing problems.