File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .vj-usage
22
3+ ## 2.2.4
4+
5+ ### Patch Changes
6+
7+ - 54c79a6: Fix "division with 'String' datatypes is not allowed" when a dataset produces no
8+ numeric abundance rows.
9+
10+ The input table was built with ` tsvFileBuilder.build() ` , which emits an untyped
11+ TSV, so ptabler let polars infer the column types. An ` abundance ` column with no
12+ parseable numeric value in the exported table — an empty join result, or all-null
13+ abundance — is inferred as ` String ` , and the per-sample normalisation then failed
14+ during query planning.
15+
16+ The table is now built with ` buildForPT() ` , so column types come from the
17+ p-column and axis specs instead of inference. This also bumps
18+ ` @platforma-sdk/block-tools ` to 2.14.3 to satisfy the CI publication gate.
19+
20+ - Updated dependencies [ 54c79a6]
21+ - @platforma-open/milaboratories .vj-usage.workflow@2.4.6
22+
323## 2.2.3
424
525### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.vj-usage" ,
3- "version" : " 2.2.3 " ,
3+ "version" : " 2.2.4 " ,
44 "files" : [
55 " index.d.ts" ,
66 " index.js"
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .vj-usage.workflow
22
3+ ## 2.4.6
4+
5+ ### Patch Changes
6+
7+ - 54c79a6: Fix "division with 'String' datatypes is not allowed" when a dataset produces no
8+ numeric abundance rows.
9+
10+ The input table was built with ` tsvFileBuilder.build() ` , which emits an untyped
11+ TSV, so ptabler let polars infer the column types. An ` abundance ` column with no
12+ parseable numeric value in the exported table — an empty join result, or all-null
13+ abundance — is inferred as ` String ` , and the per-sample normalisation then failed
14+ during query planning.
15+
16+ The table is now built with ` buildForPT() ` , so column types come from the
17+ p-column and axis specs instead of inference. This also bumps
18+ ` @platforma-sdk/block-tools ` to 2.14.3 to satisfy the CI publication gate.
19+
320## 2.4.5
421
522### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.vj-usage.workflow" ,
3- "version" : " 2.4.5 " ,
3+ "version" : " 2.4.6 " ,
44 "description" : " Tengo-based template" ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments