- numpy ndarray dtype parameters to be compatible with newer numpy versions
- minor improvements of documentation structure
- added more methods for derivative matrix computation
- added new geometry matrix generator for start and end points
- step parameter name in geometry matrix generator for calcam
- keywords passing to BOB
- MFR accepts 1d signal
- tomotok article citation info
- BOB decomposition supports passing keywords to the inversion solver
- corrected dependencies versions
- replaced f strings by format method
- renamed MFR parameter danis to aniso
- renamed presolve method of linear solvers to decompose
- unified naming of variables, parameters and methods for MFR and LAME
- SimpleBob deprecated by general class Bob taking basis as parameter
- MFR returns inversion statistics
- MFR supports setting tolerance of optimal regularisation parameter value
- BOB supports regularisation
- New subclasses of BOB using sparse inverse and Cholesky decomposition
- simple sparse optimization of GevFastAlgebraic
- RegularGrid supports rlim, zlim and corners properties
- improved input checks of LAME and MFR methods
- correct documentation link in readme
- added namespace declaration to setup.py