@nirs4all/io-wasm 0.1.12 → 0.1.13
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/COPY_PROVENANCE.md +1 -0
- package/nirs4all-io-wasm.cdx.json +21 -21
- package/nirs4all_io_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/COPY_PROVENANCE.md
CHANGED
|
@@ -28,3 +28,4 @@ _(rows are appended as each piece is copied)_
|
|
|
28
28
|
| 14 | `controllers/splitters/fold_file_loader.py` | `materialize/folds.py` | COPY-LOGIC | fold-file parsing (csv-nirs4all/csv-assignment/json/yaml/txt) |
|
|
29
29
|
| 5,6 | `data/loaders/*` (`base.py::apply_na_policy`, csv/numpy/parquet/excel) | `materialize/loaders.py` | COPY-LOGIC | tabular reading + NA policy + param precedence + dtype/categorical |
|
|
30
30
|
| 15 | `data/config.py::_load_dataset`, `data/dataset.py` add_*/set_* | `materialize/spectrodataset.py` (build flow), `materialize/assemble.py` | COPY-LOGIC + EMIT(lazy) | build orchestration; SpectroDataset class imported lazily only |
|
|
31
|
+
| Studio role adapter | `nirs4all-studio/api/shared/dataset_config.py::build_nirs4all_config` at `cdb9f46de1643ab170934481cd9471e54ed3701c` | `crates/nirs4all-io-core/src/spec/role_tagged.rs::studio_legacy_config` | PORT + STRICT | permissive last-write behavior is retained only in a frozen oracle intermediate; the public adapter closes unknown/conflicting input first. Oracle source SHA-256 and generated corpus live in `tests/fixtures/role_tagged/studio_oracle_corpus.json`. |
|
|
@@ -5,29 +5,29 @@
|
|
|
5
5
|
"metadata": {
|
|
6
6
|
"component": {
|
|
7
7
|
"type": "library",
|
|
8
|
-
"bom-ref": "pkg:cargo/nirs4all-io-wasm@0.1.
|
|
8
|
+
"bom-ref": "pkg:cargo/nirs4all-io-wasm@0.1.13",
|
|
9
9
|
"name": "nirs4all-io-wasm",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.13",
|
|
11
11
|
"licenses": [
|
|
12
12
|
{
|
|
13
13
|
"expression": "CECILL-2.1 OR AGPL-3.0-or-later"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"purl": "pkg:cargo/nirs4all-io-wasm@0.1.
|
|
16
|
+
"purl": "pkg:cargo/nirs4all-io-wasm@0.1.13",
|
|
17
17
|
"externalReferences": [
|
|
18
18
|
{
|
|
19
19
|
"type": "vcs",
|
|
20
|
-
"url": "https://github.com/GBeurier/nirs4all-io/tree/
|
|
20
|
+
"url": "https://github.com/GBeurier/nirs4all-io/tree/f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"properties": [
|
|
24
24
|
{
|
|
25
25
|
"name": "nirs4all:source:commit",
|
|
26
|
-
"value": "
|
|
26
|
+
"value": "f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "nirs4all:source:tree",
|
|
30
|
-
"value": "
|
|
30
|
+
"value": "e52158c7df815501ef6d5c6ece255558eccab8e2"
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
}
|
|
@@ -395,57 +395,57 @@
|
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"type": "library",
|
|
398
|
-
"bom-ref": "pkg:cargo/nirs4all-io-core@0.1.
|
|
398
|
+
"bom-ref": "pkg:cargo/nirs4all-io-core@0.1.13",
|
|
399
399
|
"name": "nirs4all-io-core",
|
|
400
|
-
"version": "0.1.
|
|
400
|
+
"version": "0.1.13",
|
|
401
401
|
"licenses": [
|
|
402
402
|
{
|
|
403
403
|
"expression": "CECILL-2.1 OR AGPL-3.0-or-later"
|
|
404
404
|
}
|
|
405
405
|
],
|
|
406
|
-
"purl": "pkg:cargo/nirs4all-io-core@0.1.
|
|
406
|
+
"purl": "pkg:cargo/nirs4all-io-core@0.1.13",
|
|
407
407
|
"externalReferences": [
|
|
408
408
|
{
|
|
409
409
|
"type": "vcs",
|
|
410
|
-
"url": "https://github.com/GBeurier/nirs4all-io/tree/
|
|
410
|
+
"url": "https://github.com/GBeurier/nirs4all-io/tree/f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
411
411
|
}
|
|
412
412
|
],
|
|
413
413
|
"properties": [
|
|
414
414
|
{
|
|
415
415
|
"name": "nirs4all:source:commit",
|
|
416
|
-
"value": "
|
|
416
|
+
"value": "f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"name": "nirs4all:source:tree",
|
|
420
|
-
"value": "
|
|
420
|
+
"value": "e52158c7df815501ef6d5c6ece255558eccab8e2"
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
425
|
"type": "library",
|
|
426
|
-
"bom-ref": "pkg:cargo/nirs4all-io-wasm@0.1.
|
|
426
|
+
"bom-ref": "pkg:cargo/nirs4all-io-wasm@0.1.13",
|
|
427
427
|
"name": "nirs4all-io-wasm",
|
|
428
|
-
"version": "0.1.
|
|
428
|
+
"version": "0.1.13",
|
|
429
429
|
"licenses": [
|
|
430
430
|
{
|
|
431
431
|
"expression": "CECILL-2.1 OR AGPL-3.0-or-later"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
434
|
-
"purl": "pkg:cargo/nirs4all-io-wasm@0.1.
|
|
434
|
+
"purl": "pkg:cargo/nirs4all-io-wasm@0.1.13",
|
|
435
435
|
"externalReferences": [
|
|
436
436
|
{
|
|
437
437
|
"type": "vcs",
|
|
438
|
-
"url": "https://github.com/GBeurier/nirs4all-io/tree/
|
|
438
|
+
"url": "https://github.com/GBeurier/nirs4all-io/tree/f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
439
439
|
}
|
|
440
440
|
],
|
|
441
441
|
"properties": [
|
|
442
442
|
{
|
|
443
443
|
"name": "nirs4all:source:commit",
|
|
444
|
-
"value": "
|
|
444
|
+
"value": "f5a5e222f83258981cca480d45d13767b1e65c53"
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"name": "nirs4all:source:tree",
|
|
448
|
-
"value": "
|
|
448
|
+
"value": "e52158c7df815501ef6d5c6ece255558eccab8e2"
|
|
449
449
|
}
|
|
450
450
|
]
|
|
451
451
|
},
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
"dependsOn": []
|
|
1164
1164
|
},
|
|
1165
1165
|
{
|
|
1166
|
-
"ref": "pkg:cargo/nirs4all-io-core@0.1.
|
|
1166
|
+
"ref": "pkg:cargo/nirs4all-io-core@0.1.13",
|
|
1167
1167
|
"dependsOn": [
|
|
1168
1168
|
"pkg:cargo/csv@1.4.0",
|
|
1169
1169
|
"pkg:cargo/indexmap@2.14.0",
|
|
@@ -1176,9 +1176,9 @@
|
|
|
1176
1176
|
]
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
"ref": "pkg:cargo/nirs4all-io-wasm@0.1.
|
|
1179
|
+
"ref": "pkg:cargo/nirs4all-io-wasm@0.1.13",
|
|
1180
1180
|
"dependsOn": [
|
|
1181
|
-
"pkg:cargo/nirs4all-io-core@0.1.
|
|
1181
|
+
"pkg:cargo/nirs4all-io-core@0.1.13",
|
|
1182
1182
|
"pkg:cargo/serde-wasm-bindgen@0.6.5",
|
|
1183
1183
|
"pkg:cargo/serde@1.0.228",
|
|
1184
1184
|
"pkg:cargo/serde_json@1.0.150",
|
package/nirs4all_io_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"Gregory Beurier <gregory.beurier@cirad.fr>"
|
|
5
5
|
],
|
|
6
6
|
"description": "wasm-bindgen binding for nirs4all-io: the fs-free JSON surface (to_spec / validate over a spec dict). Excluded from the cargo workspace; built with wasm-pack.",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.13",
|
|
8
8
|
"license": "CECILL-2.1 OR AGPL-3.0-or-later",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|