---------------- * use numba for 10-700X speed improvement * thanks to jbecca and pscicluna for their help * add performance notebook * add automated notebook checking * test more code
1.3.3
---------------- * colab badge and link * change theme for sphinx documentation * add requirements.txt to avoid installing sphinx * fix restructured text errors * advise everywhere to `pip install --user miepython` to avoid permission problems
---------------- * improve docstrings * use Sphinx documentation * host docs on readthedocs.io * use tox
1.3.0
---------------- * fix calculations for small spheres (x<0.05) * added notebook doc/09_backscattering.ipynb * general tweaks to documentation throughout * improved README.md
1.2.0. (02/08/19) ----------------- * fix bug so that large sphere calculations work correctly * add tests for large spheres * add tests for backscattering efficiency * add documentation notebook for large spheres * add direct links to documentation * finish fixing fractions in notebooks * improve README.md
1.1.1. (06/25/18) ------------------ * fix github rendering of fractions in equations * add developer instructions * fix fractions for github * add missing doc files found my check-manifest * setup.py fixes suggested by pyroma * pep8 compliance and delinting using pylint * add missing doc files found my check-manifest * setup.py fixes suggested by pyroma * pep8 compliance and delinting using pylint * update version * add notebook doc/08_large_spheres.ipynb