@datagrok/peptides 1.21.1 → 1.21.3
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 +8 -0
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +4 -4
- package/src/utils/misc.ts +2 -1
- package/src/widgets/mutation-cliffs.ts +29 -3
- package/test-console-output-1.log +148 -147
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.21.3 (2025-02-28)
|
|
4
|
+
|
|
5
|
+
MCL: Sparse matrix pruning to avoid browser crash
|
|
6
|
+
|
|
7
|
+
## 1.21.2 (2025-02-03)
|
|
8
|
+
|
|
9
|
+
Correct Sizing of mutation cliff grids
|
|
10
|
+
|
|
3
11
|
## 1.21.1 (2025-01-10)
|
|
4
12
|
|
|
5
13
|
LST: Fix flickering and incorrect rendering in some cases
|