Skip to content

Commit

Permalink
final changes before 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 7, 2024
1 parent ae2fa0c commit ae6bc84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
Changelog
=========

2.6.0 (unreleased)
2.5.4 (5/7/2024)
--------------------
* document normalization in docstrings
* add version and year to CITATION.cff
* remove 'v' from version numbers
* add github script and workflow to auto-update CITATION.cff
* add conda badge to readme
* clean up README.rst a bit
* stop example script from saving a PNG
* clean up README.rst
* use svg images
* use a single tests/test_mie for jit and non-jit tests
* support ruff
* test python versions 3.7 to 3.12
* fix badges
* remove unused functions
* fix zenodo link

v2.5.3 (8/5/2023)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/01_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand Down
4 changes: 2 additions & 2 deletions miepython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
miepython.mie_phase_matrix(m, x, mu)
"""
__version__ = '2.5.3'
__version__ = '2.5.4'
__author__ = 'Scott Prahl'
__email__ = 'scott.prahl@oit.edu'
__copyright__ = '2017-23, Scott Prahl'
__copyright__ = '2017-24, Scott Prahl'
__license__ = 'MIT'
__url__ = 'https://github.com/scottprahl/miepython'

Expand Down

0 comments on commit ae6bc84

Please sign in to comment.