Skip to content

Releases: fabian-sp/GGLasso

v0.2.0

16 Jan 12:08
589073b
Compare
Choose a tag to compare
  • Update dependencies, removed old pinned versions for decorator, sphinx, jinja

New features:

  • Elementwise regularization parameter for single Graphical Lasso. Can be used by passing lambda1_mask in reg_params (should be a array of nonnegative numbers that has same dimension as covariance matrix S).

Enhancements:

v0.1.10

21 Oct 23:36
ea83195
Compare
Choose a tag to compare

Minor Changes:

  • remove usage of np.float as this is deprecated. Instead use np.float16,np.float32,...
  • update 3d plot to work with newer versions of matplotlib (gca was deprecated)
  • Update Readthedocs YAML to match the new file requirements (include build section)

v0.1.9

16 May 10:23
1667d58
Compare
Choose a tag to compare

Reverts the change on default rescaling behaviour: in glasso_problem, by default the solution gets rescaled to covariances. This has the effect that resolving with the regularization parameters found during model selection and with the unscaled input, it is not ensured that you obtain the same solution (as the model selection takes place for the scaled input).

v0.1.8

17 Mar 16:30
Compare
Choose a tag to compare

New features:

  • solver for Functional Graphical Lasso
  • experimental: thresholding in grid searches (not yet included in glasso_problem)

Minor changes:

  • changes in defaults for glasso_problem
  • no rescaling by default
  • store_all flag allows access to all solutions on the grid

v0.1.7

22 Nov 13:50
f10f0f8
Compare
Choose a tag to compare

This release is the packages version after review at JOSS.