Skip to content

Releases: scottprahl/miepython

Add ez functions

Choose a tag to compare

@scottprahl scottprahl released this 14 Jan 01:44

Add two new functions

  • ez_mie(m, d, lambda0)
  • ez_intensities(m, d, lambda0, mu)

Minor documentation fixes

  • fix formatting
  • fix api autodoc
  • specify newer pythons
  • better install instructions

miepython with updated documentation

Choose a tag to compare

@scottprahl scottprahl released this 30 Mar 22:44

Packaging and documentation update. No code changes.

  • Updated all the docstrings for functions
  • Updated all the Jupyter notebooks
  • Use sphinx to create docs
  • Docs now hosted on https://miepython.readthedocs.io
  • Pruned files installed by pip

Latest Stable Release

Choose a tag to compare

@scottprahl scottprahl released this 10 Feb 19:38

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

Choose a tag to compare

@scottprahl scottprahl released this 03 Mar 22:05

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

Choose a tag to compare

@scottprahl scottprahl released this 27 Aug 17:20

First version with documentation. The docs are in the form of Jupyter notebooks.

0.4.2

Choose a tag to compare

@scottprahl scottprahl released this 26 Aug 22:01
add release hints file

0.4.0

Choose a tag to compare

@scottprahl scottprahl released this 26 Aug 19:23
update changlog and tag

First working release

Choose a tag to compare

@scottprahl scottprahl released this 03 Aug 21:22

Fixed init.py to actually import the functions

v0.3.0

Choose a tag to compare

@scottprahl scottprahl released this 03 Aug 18:16

Initial release