@datagrok/eda 1.1.36-rc → 1.2.0

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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@datagrok/eda",
3
3
  "friendlyName": "EDA",
4
- "version": "1.1.36-rc",
4
+ "version": "1.2.0",
5
5
  "description": "Exploratory Data Analysis Tools",
6
6
  "dependencies": {
7
- "@datagrok-libraries/math": "^1.1.13",
8
- "@datagrok-libraries/ml": "^6.6.25-rc",
9
- "@datagrok-libraries/tutorials": "^1.3.13",
10
- "@datagrok-libraries/utils": "^4.2.30-rc",
7
+ "@datagrok-libraries/math": "^1.2.0",
8
+ "@datagrok-libraries/ml": "^6.7.0",
9
+ "@datagrok-libraries/tutorials": "^1.4.0",
10
+ "@datagrok-libraries/utils": "^4.3.0",
11
11
  "@keckelt/tsne": "^1.0.2",
12
12
  "@webgpu/types": "^0.1.40",
13
13
  "cash-dom": "^8.1.1",
14
- "datagrok-api": "^1.21.1-rc.9611340ae5.984aeb5375",
14
+ "datagrok-api": "^1.21.1",
15
15
  "dayjs": "^1.11.9",
16
16
  "jstat": "^1.9.6",
17
17
  "source-map-loader": "^4.0.1",
@@ -263,7 +263,7 @@ export async function runKNNImputer(df?: DG.DataFrame): Promise<void> {
263
263
  grok.shell.error(`${ERROR_MSG.KNN_FAILS}: ${ERROR_MSG.CORE_ISSUE}`);
264
264
  reject(err);
265
265
  }
266
- }).onClose.subscribe(() => !okClicked && reject());
266
+ }).onClose.subscribe(() => !okClicked && resolve());
267
267
 
268
268
  return promise;
269
269
  } // runKNNImputer