Releases: scottprahl/miepython
miepython with updated documentation
Packaging and documentation update. No code changes.
- Updated all the docstrings for functions
- Updated all the Jupyter notebooks
- Use
sphinxto create docs - Docs now hosted on https://miepython.readthedocs.io
- Pruned files installed by
pip
Latest Stable Release
This version includes fixes for large spheres (added in v1.2.0) and for small spheres with size parameters less than 0.06. These changes are accompanied by significantly more validation tests for large and small sizes, as well as new tests for the backscattering efficiency.
v1.1.0
This release adds a couple of convenience functions, add new documentation, and improves packaging.
Convenience routines I_par, I_per, and I_unpolarized make it so that I don't have to look up how S1 and S2 are exactly defined.
This release also hides internal (private) routines so that your namespace does not get polluted.
Finally, two new documentation notebooks have been added. The first attempts to clarify angular scattering. The second starts to relate the Mie scattering to Rayleigh scattering.
1.0.0
First version with documentation. The docs are in the form of Jupyter notebooks.
0.4.2
add release hints file
0.4.0
update changlog and tag
First working release
Fixed init.py to actually import the functions
v0.3.0
Initial release