|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## v1.2.3 (2022-03-19)
|
4 |
| -### 2022-03-19 |
5 |
| -**Documentation:** |
6 |
| -- Fix links. |
7 |
| - |
8 |
| -### 2021-10-04 |
9 | 4 | **Fixed Bugs:**
|
10 | 5 | - Fixed index out of range when running analysis without y-abscissa.
|
11 | 6 |
|
12 |
| -### 2022-03-07 |
| 7 | +**Documentation:** |
| 8 | +- Fix links. |
| 9 | + |
| 10 | +## v1.2.2 (2022-03-07) |
13 | 11 | **Documentation:**
|
14 | 12 | - Convert docs to rst format.
|
15 | 13 | - Automatically deploy docs to wiki.
|
16 | 14 |
|
17 | 15 | ## v1.2.1 (2022-02-28)
|
18 |
| - |
19 |
| -### 2021-12-20 |
20 | 16 | **Fixed Bugs:**
|
21 | 17 | - Removed non-existent method `alignText´ from docs.
|
22 | 18 |
|
23 | 19 | **Internal Changes:**
|
24 | 20 | - Moved and renamed workspaces to subfolder.
|
25 | 21 |
|
26 | 22 | ## v1.2.0 (2021-09-13)
|
27 |
| - |
28 |
| -### 2021-09-13 |
29 | 23 | **Implemented Enhancements:**
|
30 | 24 | - Header lines are now handled for imported spectra and map files.
|
31 | 25 |
|
32 | 26 | ## v1.1.0 (2021-07-08)
|
33 |
| - |
34 | 27 | **Caution: This version changes the installation method of the package!**
|
35 | 28 |
|
36 |
| -### 2021-07-08 |
37 |
| - |
38 | 29 | **Implemented Enhancements:**
|
39 | 30 | - Implement package building and build first opx package.
|
40 | 31 | - Add exemplary plugin code and package.
|
|
45 | 36 |
|
46 | 37 | **Internal Changes:**
|
47 | 38 | - Split up static analysis and code styling scripts.
|
48 |
| - |
49 |
| -### 2021-07-07 |
50 |
| - |
51 |
| -**Important Changes:** |
52 | 39 | - Renamed main file and moved sources to subfolder for packaging.
|
53 | 40 | - Create true header files with associated .c files.
|
54 | 41 |
|
55 |
| -### 2021-07-06 |
56 |
| - |
57 |
| -**Other Changes:** |
| 42 | +**Documentation:** |
58 | 43 | - Add badges and links in readme.
|
59 | 44 |
|
60 | 45 | ## v1.0.0 (2021-07-05)
|
61 |
| - |
62 |
| -### 2021-07-05 |
63 |
| - |
64 | 46 | **Fixed Bugs:**
|
65 | 47 | - 3D map import did set wrong intensity axis labels.
|
66 | 48 |
|
67 | 49 | **Implemented Enhancements:**
|
68 | 50 | - Refined and extended test data.
|
| 51 | +- Added parameters `Skip Abscissae` and "Y Abscissa" to `analyze`. |
| 52 | +- Extract units from user label name in `analyze`. |
69 | 53 |
|
70 | 54 | **Internal Changes:**
|
71 | 55 | - Moved all source files into the `src` directory.
|
72 | 56 | - Changed all filenames to lowercase.
|
73 | 57 | - Introduced and applied clang-format style fixer.
|
74 | 58 | - Introduce cppcheck for static analysis.
|
75 |
| - |
76 |
| -### 2021-07-04 |
77 |
| - |
78 |
| -**Fixed Bugs:** |
79 |
| -- Only show visible user labels in `analyze` and `correct`. |
80 |
| - |
81 |
| -**Implemented Enhancements:** |
82 |
| -- Added parameters `Skip Abscissae` and "Y Abscissa" to `analyze`. |
83 |
| -- Extract units from user label name in `analyze`. |
| 59 | +- Replace `ANALYSE` by `ANALYZE` to unify spelling in American English. |
| 60 | +- Fix license and file headers. |
84 | 61 |
|
85 | 62 | **Deprecations:**
|
86 | 63 | - Deprecated function `analyse`, use function `analyze` instead.
|
87 | 64 |
|
88 |
| -**Internal Changes:** |
89 |
| -- Replace `ANALYSE` by `ANALYZE` to unify spelling in American English. |
90 |
| -- Fix license and file headers. |
91 |
| - |
| 65 | +## v0.9.x |
92 | 66 | ### 2021-07-03
|
93 | 67 |
|
94 | 68 | **Important Changes:**
|
|
0 commit comments