@datagrok/eda 1.1.21 → 1.1.23

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # EDA changelog
2
2
 
3
+ ## 1.1.23 (2024-05-09)
4
+
5
+ * Disable webGPU input in case if none is available.
6
+ * Improvements to GPU device handling
7
+
8
+ ## 1.1.22 (2024-04-25)
9
+
10
+ Add support for webGPU MCL in full (sparse matrix and expansion/normalization operators)
11
+
3
12
  ## 1.1.21 (2024-04-23)
4
13
 
5
14
  Add GPU information to clustering algorithms.