Skip to content

Commit e9d4bc0

Browse files
Auto-generated changes
1 parent ba3459b commit e9d4bc0

9 files changed

Lines changed: 58 additions & 17 deletions

File tree

.changeset/sequence-properties-visualizations.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

block/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## 1.0.0
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- c6e975d: Add Scatterplot and Histogram tabs to the Sequence Properties block. Both
8+
panels read the existing `propertiesPf` p-frame and pick modality-aware
9+
defaults: peptide charge / hydrophobicity in peptide mode, chain "A" CDR3
10+
charge / hydrophobicity in antibody/TCR mode. Axis pickers list every
11+
numeric scalar PColumn emitted by the run, excluding the 2-axis AA fraction
12+
column. R21 / R21a reference line at GRAVY = 0 deferred — see
13+
docs/spec-deviations.md SD-009.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [c6e975d]
18+
- @platforma-open/milaboratories.sequence-properties.model@1.2.0
19+
- @platforma-open/milaboratories.sequence-properties.ui@1.2.0
20+
321
## 1.2.0
422

523
### Minor Changes

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"scripts": {
55
"build": "shx rm -rf ./block-pack && block-tools pack",
66
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",

model/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @platforma-open/MiLaboratories.sequence-properties.model
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- c6e975d: Add Scatterplot and Histogram tabs to the Sequence Properties block. Both
8+
panels read the existing `propertiesPf` p-frame and pick modality-aware
9+
defaults: peptide charge / hydrophobicity in peptide mode, chain "A" CDR3
10+
charge / hydrophobicity in antibody/TCR mode. Axis pickers list every
11+
numeric scalar PColumn emitted by the run, excluding the 2-axis AA fraction
12+
column. R21 / R21a reference line at GRAVY = 0 deferred — see
13+
docs/spec-deviations.md SD-009.
14+
315
## 1.1.2
416

517
### Patch Changes

model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.model",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Block model",
55
"type": "module",
66
"main": "dist/index.js",

test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @platforma-open/MiLaboratories.sequence-properties.test
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c6e975d]
8+
- @platforma-open/milaboratories.sequence-properties.model@1.2.0
9+
310
## 1.1.2
411

512
### Patch Changes

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.test",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "Block tests",
66
"keywords": [],

ui/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @platforma-open/MiLaboratories.sequence-properties.ui
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- c6e975d: Add Scatterplot and Histogram tabs to the Sequence Properties block. Both
8+
panels read the existing `propertiesPf` p-frame and pick modality-aware
9+
defaults: peptide charge / hydrophobicity in peptide mode, chain "A" CDR3
10+
charge / hydrophobicity in antibody/TCR mode. Axis pickers list every
11+
numeric scalar PColumn emitted by the run, excluding the 2-axis AA fraction
12+
column. R21 / R21a reference line at GRAVY = 0 deferred — see
13+
docs/spec-deviations.md SD-009.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [c6e975d]
18+
- @platforma-open/milaboratories.sequence-properties.model@1.2.0
19+
320
## 1.1.3
421

522
### Patch Changes

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.ui",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"type": "module",
55
"scripts": {
66
"fmt": "ts-builder format",

0 commit comments

Comments
 (0)