@datagrok/eda 1.1.34 → 1.1.35

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@datagrok/eda",
3
3
  "friendlyName": "EDA",
4
- "version": "1.1.34",
4
+ "version": "1.1.35",
5
5
  "description": "Exploratory Data Analysis Tools",
6
6
  "dependencies": {
7
7
  "@datagrok-libraries/math": "^1.1.11",
8
- "@datagrok-libraries/ml": "^6.6.21",
8
+ "@datagrok-libraries/ml": "^6.6.23",
9
9
  "@datagrok-libraries/tutorials": "^1.3.13",
10
- "@datagrok-libraries/utils": "^4.2.20",
10
+ "@datagrok-libraries/utils": "^4.2.29",
11
11
  "@keckelt/tsne": "^1.0.2",
12
12
  "@webgpu/types": "^0.1.40",
13
13
  "cash-dom": "^8.1.1",
package/src/package.ts CHANGED
@@ -173,6 +173,7 @@ export async function reduceDimensionality(): Promise<void> {
173
173
  else
174
174
  okButton.classList.remove('disabled');
175
175
  };
176
+ dialog.history(() => ({editorSettings: editor.getStringInput()}), (x: any) => editor.applyStringInput(x['editorSettings']));
176
177
  editor.onColumnsChanged.subscribe(() => {
177
178
  try {
178
179
  validate();