-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
42 lines (35 loc) · 1.33 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
v0.5.1
- Improve the stability of the dashboard (#27)
- Add DIA-NN peptide parser (#28)
- Enable fit-predict logic for model API (#25)
- Minor improvements and fixes
v0.5.0
- Fixing R2 calculation (#15)
- RMSE of the curve model is now an output column (#18)
- Fixing the linear interpolation in combined replicate analysis (#20)
- Add max_imputation parameter to toml to adjust filtering (#22)
- Make compatible to bokeh version >=3.4 (#23)
- Improves robustness of the pipeline (#16, #17, #19, #20, #23)
- Improves testing and documentation (#16)
- Minor improvements and fixes
v0.4.0
- Add more examples and improved documentation (#9)
- Add clipping option to handle values outside the expected range (#11)
- Change to tomllib standard library, which leads to python >= 3.11, but removes dependence on the toml package and gets the newest TOML syntax v1.0) (#12)
- Fix handling of duplicate aggregation (#10, #13)
- Minor improvements and fixes
v0.3.0
- Add MSFragger support
- Better reports to the console & log file
- Minor improvements and fixes (#1, #2, #3, #5)
- Fixing problems with NaNs during thresholding (#4, #6, #7)
v0.2.1
- Fix pip install
v0.2.0
- Support multiple controls to calculate more accurate ratios
- Improved stability of dashboards
v0.1.1
- Switch to pip installation
- Minor improvements and fixes
v0.1.0
- Initial release