Skip to content

0.2.0

Compare
Choose a tag to compare
@BalzaniEdoardo BalzaniEdoardo released this 21 Jan 15:06
· 28 commits to main since this release
ec5b381

Overview

  • New basis API. Distinct basis objects for "Conv" and "Eval" mode of operation.
  • Basis compute_features accepts multi-dimensional inputs for both "Conv" and "Eval" bases.
  • Added IdentityEval bases for including custom inputs in composite bases.
  • Added HistoryConv bases to include the raw history of an input as a predictor.
  • New module for applying identifiability constraints to a model matrix.
  • New SVRG solver with optimized parameters.
  • New documentation website based on sphinx PyData theme.
  • Improved basis documentation: new how-to guides and summary of the available bases.
  • Added examples in docstrings of user-facing methods and functions.
  • Coefficient splitting method of basis.

What's Changed

New Contributors

Full Changelog: 0.1.6...0.2.0