@datagrok/peptides 1.23.6 → 1.23.7
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 +7 -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 +2 -2
- package/src/package.ts +8 -0
- package/src/peptideUtils.ts +2 -2
- package/src/utils/algorithms.ts +2 -2
- package/src/utils/cell-renderer.ts +11 -8
- package/src/utils/statistics.ts +1 -1
- package/src/viewers/logo-summary.ts +16 -3
- package/src/viewers/position-statistics-viewer.ts +83 -0
- package/src/viewers/sar-viewer.ts +2 -2
- package/test-console-output-1.log +105 -61
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.23.7 (2025-05-12)
|
|
4
|
+
|
|
5
|
+
* Performance improvements to Peptide viewers
|
|
6
|
+
* LST white space reduction
|
|
7
|
+
* Bug fixes
|
|
8
|
+
* Position statistics viewer
|
|
9
|
+
|
|
3
10
|
## 1.23.6 (2025-04-30)
|
|
4
11
|
|
|
5
12
|
* Fix Peptides analysis not starting on data with existing position columns
|