v0.0.2
Changelog:
-
Refactors:
- Flattened the
cmfmodule. The contents offfbarandknown_cmfsare directly incmfnow.- Notice that import now looks as
from ramanujantools.cmf import pFq
- Notice that import now looks as
- Grouped all solvers in a new
solversmodule - Removed
multimethodusage (and dependency) PCFnow usesLinearRecurrencefor key logic, such asinflate,deflate, and especially conversion from matrix formPCFFromMatrixwas deleted completely
- Merged
NumericMatrix.walkandNumericMatrix.walk_listinto a singleNumericMatrix.walkthat accepts bothintandlist[int]
- Flattened the
-
Bugfixes:
MatrixandLinearRecurrencenow acceptinitial_valuesin theirwalkandlimitmethods- Fixed a bug where
Matrix.factorwould crash when the matrix was numeric (no symbols)
-
Features:
- Add a distinct repr to
pFq - Add LaTeX pretty printing to
CMF,PCFandLinearRecurrence:
- Add a distinct repr to


