miepython 3.0.3__tar.gz → 3.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {miepython-3.0.3 → miepython-3.0.5}/CHANGELOG.rst +22 -0
- {miepython-3.0.3 → miepython-3.0.5}/CITATION.cff +3 -3
- {miepython-3.0.3 → miepython-3.0.5}/PKG-INFO +3 -3
- {miepython-3.0.3 → miepython-3.0.5}/README.rst +2 -2
- {miepython-3.0.3 → miepython-3.0.5}/miepython/__init__.py +1 -1
- {miepython-3.0.3 → miepython-3.0.5}/miepython.egg-info/PKG-INFO +3 -3
- {miepython-3.0.3 → miepython-3.0.5}/LICENSE.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/MANIFEST.in +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/bessel.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/core.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/data/Johnson.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/data/segelstein81_index.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/field.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/mie_jit.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/mie_nojit.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/monte_carlo.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/rayleigh.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/util.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython/vsh.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython.egg-info/SOURCES.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython.egg-info/dependency_links.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython.egg-info/requires.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/miepython.egg-info/top_level.txt +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/pyproject.toml +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/setup.cfg +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_all_examples.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_all_notebooks.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_bessel.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_field.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_jit.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_jit_D.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_jit_abcd.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_jit_speed.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_nojit.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_nojit_D.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_nojit_abcd.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_nojit_speed.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_rayleigh.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_unpolarized_intensity.py +0 -0
- {miepython-3.0.3 → miepython-3.0.5}/tests/test_vsh.py +0 -0
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
3.0.5 (1/2/2026)
|
|
5
|
+
-------------------
|
|
6
|
+
* fix versioning
|
|
7
|
+
|
|
8
|
+
3.0.4 (1/2/2026)
|
|
9
|
+
-------------------
|
|
10
|
+
* Host jupyterlite instance of github
|
|
11
|
+
* improve citation guidelines
|
|
12
|
+
* add test for unpolarized intensity methods
|
|
13
|
+
* begin work on local electrical and magnetic fields
|
|
14
|
+
* using black now with longer lines
|
|
15
|
+
* improved packaging
|
|
16
|
+
* improve readme
|
|
17
|
+
|
|
18
|
+
3.0.3
|
|
19
|
+
-------------------
|
|
20
|
+
* skipped
|
|
21
|
+
|
|
22
|
+
3.0.2 (5/25/2025)
|
|
23
|
+
-------------------
|
|
24
|
+
* fix version number
|
|
25
|
+
|
|
4
26
|
3.0.1 (5/25/2025)
|
|
5
27
|
-------------------
|
|
6
28
|
* fix JIT regression (thanks @avgeiss)
|
|
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
|
|
2
2
|
type: software
|
|
3
3
|
message: If you use this software, please cite it as below.
|
|
4
4
|
title: 'miepython: Pure python calculation of Mie scattering'
|
|
5
|
-
version: 3.0.
|
|
5
|
+
version: 3.0.5
|
|
6
6
|
doi: 10.5281/zenodo.7949264
|
|
7
|
-
date-released: '2026-01-
|
|
7
|
+
date-released: '2026-01-03'
|
|
8
8
|
url: https://doi.org/10.5281/zenodo.7949264
|
|
9
9
|
repository-code: https://github.com/scottprahl/miepython
|
|
10
10
|
license: MIT
|
|
@@ -33,7 +33,7 @@ preferred-citation:
|
|
|
33
33
|
type: software
|
|
34
34
|
title: 'miepython: Pure python calculation of Mie scattering'
|
|
35
35
|
year: 2026
|
|
36
|
-
version: 3.0.
|
|
36
|
+
version: 3.0.5
|
|
37
37
|
doi: 10.5281/zenodo.7949264
|
|
38
38
|
url: https://doi.org/10.5281/zenodo.7949264
|
|
39
39
|
authors:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: miepython
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.5
|
|
4
4
|
Summary: Mie scattering of a plane wave by a sphere
|
|
5
5
|
Author-email: Scott Prahl <scott.prahl@oit.edu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -202,7 +202,7 @@ Citation
|
|
|
202
202
|
|
|
203
203
|
If you use ``laserbeamsize`` in academic, instructional, or applied technical work, please cite:
|
|
204
204
|
|
|
205
|
-
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.
|
|
205
|
+
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.5) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.7949263
|
|
206
206
|
|
|
207
207
|
BibTeX:
|
|
208
208
|
|
|
@@ -214,7 +214,7 @@ BibTeX:
|
|
|
214
214
|
url = {https://github.com/scottprahl/miepython},
|
|
215
215
|
doi = {10.5281/zenodo.7949263},
|
|
216
216
|
year = {2026},
|
|
217
|
-
version = {3.0.
|
|
217
|
+
version = {3.0.5},
|
|
218
218
|
publisher = {Zenodo}
|
|
219
219
|
}
|
|
220
220
|
|
|
@@ -173,7 +173,7 @@ Citation
|
|
|
173
173
|
|
|
174
174
|
If you use ``laserbeamsize`` in academic, instructional, or applied technical work, please cite:
|
|
175
175
|
|
|
176
|
-
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.
|
|
176
|
+
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.5) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.7949263
|
|
177
177
|
|
|
178
178
|
BibTeX:
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ BibTeX:
|
|
|
185
185
|
url = {https://github.com/scottprahl/miepython},
|
|
186
186
|
doi = {10.5281/zenodo.7949263},
|
|
187
187
|
year = {2026},
|
|
188
|
-
version = {3.0.
|
|
188
|
+
version = {3.0.5},
|
|
189
189
|
publisher = {Zenodo}
|
|
190
190
|
}
|
|
191
191
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: miepython
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.5
|
|
4
4
|
Summary: Mie scattering of a plane wave by a sphere
|
|
5
5
|
Author-email: Scott Prahl <scott.prahl@oit.edu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -202,7 +202,7 @@ Citation
|
|
|
202
202
|
|
|
203
203
|
If you use ``laserbeamsize`` in academic, instructional, or applied technical work, please cite:
|
|
204
204
|
|
|
205
|
-
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.
|
|
205
|
+
Prahl, S. (2026). *miepython: Pure python calculation of Mie scattering* (Version 3.0.5) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.7949263
|
|
206
206
|
|
|
207
207
|
BibTeX:
|
|
208
208
|
|
|
@@ -214,7 +214,7 @@ BibTeX:
|
|
|
214
214
|
url = {https://github.com/scottprahl/miepython},
|
|
215
215
|
doi = {10.5281/zenodo.7949263},
|
|
216
216
|
year = {2026},
|
|
217
|
-
version = {3.0.
|
|
217
|
+
version = {3.0.5},
|
|
218
218
|
publisher = {Zenodo}
|
|
219
219
|
}
|
|
220
220
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|