NOTE: this package is deprecated and its repository archived.
Python based implementation of variable projection extending lmfit-py.
This package has been deprecated; the functionality it provided has been integrated into the pyglotaran package.
An early adopter version of this package was released on pypi, but it is no longer maintained. This repository is archived to serve the purpose of providing an example of how one could extend a popular Python fitting library lmfit-py with support for variable projection (varpro).
It should be noted that this code base has not been extensively validated, beyond the checks that the unit tests provide. Anyone who wishes to re-use parts of the lmfit-varpro
code base is responsible for their own due diligence.
The credits can be found in the documentations credits section
Special thanks goes out to Stefan Schütz, who provided an early C++ prototype and the first Python proof-of-concept code to build on.