@datagrok/eda 1.1.15 → 1.1.16
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 +4 -0
- package/dist/133.js +3 -0
- package/dist/36.js +2 -2
- package/dist/413.js +2 -2
- package/dist/42.js +2 -2
- package/dist/590.js +2 -2
- package/dist/709.js +2 -2
- package/dist/package-test.js +2 -2
- package/dist/package.js +2 -2
- package/package.json +11 -10
- package/src/package.ts +3 -2
- package/tsconfig.json +2 -1
- package/dist/955.js +0 -3
- /package/dist/{955.js.LICENSE.txt → 133.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# EDA changelog
|
|
2
2
|
|
|
3
|
+
## 1.1.16 (2024-04-05)
|
|
4
|
+
|
|
5
|
+
Add webGPU KNN calculation option to UMAP.
|
|
6
|
+
|
|
3
7
|
## 1.1.15 (2024-02-27)
|
|
4
8
|
|
|
5
9
|
Add support for post processing functions in dimensionality reduction. The method `Dimensionality Reduction` (see Top Menu > ML > Dimensionality Reduction) now allows to apply post processing functions to the resulting embeddings.
|