-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
53 lines (33 loc) · 1.24 KB
/
CHANGELOG
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
2024.06.11[v0.3.0] Support pre-computed phonon dispersion
1. Support pre-computed phonon dispersion
2. Improve README.md
2024.03.05[v0.2.1] Support pip installation
1. Publish package to PyPI.
2. Updata isntallation guide in READMD.md
2023.08.27[v0.2.0] Add Example_AsModule.py file
1. Give Example_AsModule.py
2. Fix crucial bug in Debye model and Pei model
3. Add schematic diagram of Debye, BvK and Pei model
4. Add brief doc in module
5. Improve README.md
2022.10.16[v0.1.1] Fix crucial bug in Pei model
1. Fix crucial bug in Pei model
2. Improve README.md
2022.10.16[v0.1.0] Improve README and output format
1. Improve output format
2. Add Getting-Started section in README.md
3. Add Bug-Report and Change-Log section in README.md
4. Add Reference section in README.md
5. Remove under-developed label
2022.10.15[v0.0.3] Support Pei-Cahill model
1. Support Pei model
2. Add "vs" output
3. Re-define Tau_min and MFP_min
2022.10.15[v0.0.2] Improve output
1. Add MFP_min output
2. Allow inline comment (begin with "#")
2022.10.11[v0.0.1] Initial package version
1. Develop Debye and BvK model
2. Output Cv, Kappa_min, Tau_min, cut-off frequency, etc.
3. Support vectorized temperature calculations
4. Support three run mode: Script, Cmd, Module