------------- * drop setuptools dependency in setup * drop scipy dependency in linop * drop some old tests
0.8.1
------------- * simplify the build system further * make text files formatting compliant with PyPI and debian packaging guidelines * now considered beta quality
0.8
----------- * API: adjoint_of becomes default, transpose_of still supported * py3 support: drop dependency on pysparse * source distribution now provides documentation source not a build * switch licensing of the package from LGPL to BSD
0.7
----------- * API: rmatvec becomes default, matvec_transp still supported * add .dot() to LinearOperator interface as alias to __mul__ * both .T and .H are provided, leaves choice of notation to the user * typo and bug fixes + update of test suite
0.6
----------- * test suite is now completed * PysparseLinearOperator now deprecated in favour of aslinearoperator * add aslinop alias for aslinearoperator
0.5
----------- * add support for Python 3 * add shorter aliases for several operators * further simplification of the setup script