- improve docstrings
- use Sphinx documentation
- host docs on readthedocs.io
- use tox
- fix calculations for small spheres (x<0.05)
- added notebook doc/09_backscattering.ipynb
- general tweaks to documentation throughout
- improved README.md
- fix calculations for large spheres (x>100)
- add notebook doc/08_large_spheres.ipynb
- finish fixing fractions in documentation
- 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
- update version
- initial commit of 04_rayleigh.ipynb
- renamed doc files
- use new functions from miepython
- omit low level tests
- add __author__ and __version__
- add i_par, i_per, i_unpolarized, and hide private functions
- rename doc files
- add quantitative comparisons of angular scattering
- tweak verbiage
- ignore more
- initial commit
- more cleanup
- ignore dist files
- minor reorg of contents
- fix typos, add more refraction stuff
- Changes to match PEP8 style
- add minor comments, fix typos
- Added docs in form of Jupyter notebooks
- messed up github release 0.4.1
- fix typo
- update README to include basic testing
- mie(m,x) work automatically with arrays
- adding MANIFEST.in so examples get included
- update README, bump to 0.3.2
- Fix examples so they work.
- Fix examples so they work.
- Bump version.
- Add functions to __init__.py.
- Update README again.
- Update README.
- More packaging issues.
- Only include normalized scattering functions.
- Tweak setup.py and add .gitignore.
- Rename README.
- Add small sphere calc for S1 and S2.
- Label tests with MIEV0 cases.
- Rename example.
- Add gold sphere example.
- Add a few example programs.
- Remove unused tests.
- Remove extraneous ; simplify test.py, add tests.
- Simplify test suite management.
- Rename awkward test_miepython to just test.
- Reorganize tests, add S1 & S2 test.
- Added capabilities. Barely working test suite.
- Add more tests that fail.
- Move files around.
- Add boilerplate files and start adding unit tests.
- Rename to miepython.
- Initial check in.