------------------- * add mie_phase_matrix() to calculate scattering (Mueller) matrix
2.3.2
------------------- * fix typo in README.rst that prevented pypi upload * add CITATION.cff to base level of miepython repository
2.3.1
------------------- * add DOI for citation purposes
2.3.0
------------------- * add optional argument to change scattering function normalization * document normalization in new notebook * store data in correct place * store version __init__.py so scripts can query it * fix typo in header of gold sphere example script * remove workaround for older Sphinx version
2.2.3
------------------ * update _mie_An_Bn in miepython_nojit * store data in module so github testing passes * fix build of API documentation on miepython.readthedocs.io * only test back to python 3.9 because importlib.resources * 3.9 is only needed for a few of the jupyter notebooks
2.2.2
------------------ * modify _mie_An_Bn to allocate and return An and Bn * fix minor packaging issue * explicitly define encoding when opening files * explicitly use .readthedocs.yaml to build docs * use rtd theme for docs * add docs/requirements * restrict Jinja2 to 2.11.3 in docs/requirements