Change Log
==========
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
------------------
    fix calculations for large spheres (x>100)
    add notebook doc/08_large_spheres.ipynb
    finish fixing fractions in documentation
    
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

1.1.0 (03/02/2018)
------------------
    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

1.0.0 (08/27/2017)
------------------
- Added docs in form of Jupyter notebooks

0.4.2 (08/26/2017)
------------------
- messed up github release 0.4.1

0.4.1 (08/26/2017)
------------------
- fix typo

0.4.0 (08/26/2017)
------------------
- update README to include basic testing
- mie(m,x) work automatically with arrays
- adding MANIFEST.in so examples get included

0.3.2 (07/07/2017)
------------------
- update README, bump to 0.3.2
- Fix examples so they work. [Work Prahl]

0.3.2 (07/07/2017)
------------------
- Fix examples so they work. [Work Prahl]

0.3.1 (07/07/2017)
------------------
- Bump version. [Work Prahl]
- Add functions to __init__.py. [Work Prahl]

0.3.0 (07/07/2017)
------------------
- Update README again. [Work Prahl]
- Update README. [Work Prahl]
- More packaging issues. [Work Prahl]
- Only include normalized scattering functions. [Work Prahl]
- Tweak setup.py and add .gitignore. [Work Prahl]
- Rename README. [Work Prahl]
- Add small sphere calc for S1 and S2. [Work Prahl]
- Label tests with MIEV0 cases. [Work Prahl]
- Rename example. [Scott Prahl]
- Add gold sphere example. [Scott Prahl]
- Add a few example programs. [Scott Prahl]
- Remove unused tests. [Scott Prahl]
- Remove extraneous ; simplify test.py, add tests. [Scott Prahl]
- Simplify test suite management. [Scott Prahl]
- Rename awkward test_miepython to just test. [Scott Prahl]
- Reorganize tests, add S1 & S2 test. [Scott Prahl]
- Added capabilities. Barely working test suite. [Scott Prahl]
- Add more tests that fail. [Scott Prahl]
- Move files around. [Scott Prahl]
- Add boilerplate files and start adding unit tests. [Scott Prahl]
- Rename to miepython. [Scott Prahl]
- Initial check in. [Work Prahl]
