@datagrok/peptides 1.25.1 → 1.26.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/CHANGELOG.md +6 -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 +1 -1
- package/src/model.ts +78 -70
- package/src/tests/widgets.ts +1 -1
- package/src/utils/algorithms.ts +5 -2
- package/src/utils/cell-renderer.ts +4 -1
- package/src/utils/misc.ts +16 -20
- package/src/utils/statistics.ts +34 -10
- package/src/utils/tooltips.ts +2 -0
- package/src/viewers/logo-summary.ts +27 -11
- package/src/widgets/distribution.ts +16 -11
- package/src/widgets/peptides.ts +1 -1
- package/test-console-output-1.log +93 -155
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.26.0 (2025-11-05)
|
|
4
|
+
|
|
5
|
+
* Full filter reactivity for all panels, tooltips, aggregations and viewers
|
|
6
|
+
* Corrected aggregate calculations, statistics and mean difference comparisons
|
|
7
|
+
* Fix MCL viewer premature shutdown on loading
|
|
8
|
+
|
|
3
9
|
## 1.25.1 (2025-11-05)
|
|
4
10
|
|
|
5
11
|
* Fix distribution tooltips not showing on weblogo hover
|