forked from scottprahl/miepython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
105 lines (94 loc) · 3.05 KB
/
CHANGELOG.txt
File metadata and controls
105 lines (94 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Change Log
==========
1.3.0
------------------
fix calculations for small spheres (x<0.05)
added notebook doc/09_backscattering.ipynb
general tweaks to documentation throughout
improved README.md
1.2.0
------------------
fix calculations for large spheres (x>100)
add notebook doc/08_large_spheres.ipynb
finish fixing fractions in documentation
1.1.1. (06/25/18)
------------------
fix github rendering of fractions in equations
add developer instructions
fix fractions for github
add missing doc files found my check-manifest
setup.py fixes suggested by pyroma
pep8 compliance and delinting using pylint
add missing doc files found my check-manifest
setup.py fixes suggested by pyroma
pep8 compliance and delinting using pylint
update version
1.1.0 (03/02/2018)
------------------
update version
initial commit of 04_rayleigh.ipynb
renamed doc files
use new functions from miepython
omit low level tests
add __author__ and __version__
add i_par, i_per, i_unpolarized, and hide private functions
rename doc files
add quantitative comparisons of angular scattering
tweak verbiage
ignore more
initial commit
more cleanup
ignore dist files
minor reorg of contents
fix typos, add more refraction stuff
Changes to match PEP8 style
add minor comments, fix typos
1.0.0 (08/27/2017)
------------------
- Added docs in form of Jupyter notebooks
0.4.2 (08/26/2017)
------------------
- messed up github release 0.4.1
0.4.1 (08/26/2017)
------------------
- fix typo
0.4.0 (08/26/2017)
------------------
- update README to include basic testing
- mie(m,x) work automatically with arrays
- adding MANIFEST.in so examples get included
0.3.2 (07/07/2017)
------------------
- update README, bump to 0.3.2
- Fix examples so they work. [Work Prahl]
0.3.2 (07/07/2017)
------------------
- Fix examples so they work. [Work Prahl]
0.3.1 (07/07/2017)
------------------
- Bump version. [Work Prahl]
- Add functions to __init__.py. [Work Prahl]
0.3.0 (07/07/2017)
------------------
- Update README again. [Work Prahl]
- Update README. [Work Prahl]
- More packaging issues. [Work Prahl]
- Only include normalized scattering functions. [Work Prahl]
- Tweak setup.py and add .gitignore. [Work Prahl]
- Rename README. [Work Prahl]
- Add small sphere calc for S1 and S2. [Work Prahl]
- Label tests with MIEV0 cases. [Work Prahl]
- Rename example. [Scott Prahl]
- Add gold sphere example. [Scott Prahl]
- Add a few example programs. [Scott Prahl]
- Remove unused tests. [Scott Prahl]
- Remove extraneous ; simplify test.py, add tests. [Scott Prahl]
- Simplify test suite management. [Scott Prahl]
- Rename awkward test_miepython to just test. [Scott Prahl]
- Reorganize tests, add S1 & S2 test. [Scott Prahl]
- Added capabilities. Barely working test suite. [Scott Prahl]
- Add more tests that fail. [Scott Prahl]
- Move files around. [Scott Prahl]
- Add boilerplate files and start adding unit tests. [Scott Prahl]
- Rename to miepython. [Scott Prahl]
- Initial check in. [Work Prahl]