@datagrok/eda 1.4.5 → 1.4.7
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.
- package/CHANGELOG.md +15 -0
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +3 -3
- package/src/anova/anova-ui.ts +39 -24
- package/src/package-api.ts +4 -0
- package/src/package.g.ts +33 -32
- package/src/package.ts +2 -2
- package/test-console-output-1.log +46 -76
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# EDA changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.7 (2025-10-01)
|
|
4
|
+
|
|
5
|
+
Updated utils and js-api
|
|
6
|
+
|
|
7
|
+
## 1.4.6 (2025-09-23)
|
|
8
|
+
|
|
9
|
+
Improved ANOVA:
|
|
10
|
+
|
|
11
|
+
* Updated the F-test description
|
|
12
|
+
* Implemented the tab control for the results
|
|
13
|
+
|
|
14
|
+
## 1.4.5 (2025-09-19)
|
|
15
|
+
|
|
16
|
+
Dependencies update
|
|
17
|
+
|
|
3
18
|
## 1.4.4 (2025-09-17)
|
|
4
19
|
|
|
5
20
|
Improved the PCA dialog
|