Skip to content

Commit ae6bc84

Browse files
committed
final changes before 2.5.4
1 parent ae2fa0c commit ae6bc84

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
Changelog
22
=========
33

4-
2.6.0 (unreleased)
4+
2.5.4 (5/7/2024)
55
--------------------
6+
* document normalization in docstrings
67
* add version and year to CITATION.cff
78
* remove 'v' from version numbers
89
* add github script and workflow to auto-update CITATION.cff
910
* add conda badge to readme
10-
* clean up README.rst a bit
11-
* stop example script from saving a PNG
11+
* clean up README.rst
12+
* use svg images
13+
* use a single tests/test_mie for jit and non-jit tests
14+
* support ruff
15+
* test python versions 3.7 to 3.12
16+
* fix badges
17+
* remove unused functions
18+
* fix zenodo link
1219

1320
v2.5.3 (8/5/2023)
1421
-------------------

docs/01_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"cell_type": "code",
18-
"execution_count": 1,
18+
"execution_count": 13,
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [

miepython/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
miepython.mie_phase_matrix(m, x, mu)
4343
4444
"""
45-
__version__ = '2.5.3'
45+
__version__ = '2.5.4'
4646
__author__ = 'Scott Prahl'
4747
__email__ = '[email protected]'
48-
__copyright__ = '2017-23, Scott Prahl'
48+
__copyright__ = '2017-24, Scott Prahl'
4949
__license__ = 'MIT'
5050
__url__ = 'https://github.com/scottprahl/miepython'
5151

0 commit comments

Comments
 (0)