tablassert 7.4.0__tar.gz → 7.4.1__tar.gz
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.
- {tablassert-7.4.0 → tablassert-7.4.1}/CHANGELOG.md +5 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/PKG-INFO +1 -1
- tablassert-7.4.1/docs/changelog.md +13 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/pyproject.toml +1 -1
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/progress.py +1 -1
- tablassert-7.4.0/docs/changelog.md +0 -32
- {tablassert-7.4.0 → tablassert-7.4.1}/.github/workflows/autotag.yml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/.github/workflows/docker.yml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/.github/workflows/docs.yml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/.github/workflows/pipy.yml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/.gitignore +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/.pre-commit-config.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/AGENTS.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/CITATION.cff +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/CONTRIBUTING.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/Dockerfile +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/LICENSE +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/README.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/api/fullmap.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/api/lib.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/api/qc.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/api/utils.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/cli.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/configuration/advanced-example.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/configuration/graph.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/configuration/table.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/datassert.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/docker.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/examples/tutorial-data.csv +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/examples/tutorial-graph.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/examples/tutorial-table.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/examples.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/index.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/installation.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/docs/tutorial.md +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/llms.txt +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/mkdocs.yml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/__init__.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/cli.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/downloader.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/enums.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/fullmap.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/ingests.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/lib.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/log.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/models.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/nlp.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/qc.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/src/tablassert/utils.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/__init__.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/conftest.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/fixtures/invalid_section_missing_source.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/fixtures/minimal_section.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/fixtures/minimal_section_with_sections.yaml +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_downloader.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_enums.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_fullmap.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_ingests.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_lib.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_models.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_nlp.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_qc.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/tests/test_utils.py +0 -0
- {tablassert-7.4.0 → tablassert-7.4.1}/uv.lock +0 -0
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## 7.4.1 - 2026-05-05
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
- Fixed `AttributeError: 'str' object has no attribute 'value'` raised by `format_section_oneline()` in `progress.py` during the BUILDING TCODE stage. The `Section` model sets `use_enum_values=True`, so `Tcode.status` is already a plain string — removed the stale `.value` access.
|
|
9
|
+
|
|
5
10
|
## 7.4.0 - 2026-05-05
|
|
6
11
|
|
|
7
12
|
### Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tablassert
|
|
3
|
-
Version: 7.4.
|
|
3
|
+
Version: 7.4.1
|
|
4
4
|
Summary: Extract knowledge assertions from tabular data into NCATS Translator-compliant KGX NDJSON — declaratively, with entity resolution and quality control built in.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SkyeAv/Tablassert
|
|
6
6
|
Project-URL: Source, https://github.com/SkyeAv/Tablassert
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
The canonical release history lives in the repository root at [`CHANGELOG.md`](https://github.com/SkyeAv/Tablassert/blob/main/CHANGELOG.md).
|
|
4
|
+
|
|
5
|
+
## Current Release Notes
|
|
6
|
+
|
|
7
|
+
## 7.4.1 - 2026-05-05
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Fixed crash in the BUILDING TCODE progress display caused by `format_section_oneline()` calling `.value` on `Tcode.status`, which is a plain string under `use_enum_values=True`.
|
|
12
|
+
|
|
13
|
+
For older releases and the full project history, open the root `CHANGELOG.md` in the repository.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tablassert"
|
|
3
|
-
version = "7.4.
|
|
3
|
+
version = "7.4.1"
|
|
4
4
|
description = "Extract knowledge assertions from tabular data into NCATS Translator-compliant KGX NDJSON — declaratively, with entity resolution and quality control built in."
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Skye Lane Goetz", email = "sgoetz@isbscience.org" }
|
|
@@ -36,7 +36,7 @@ def format_section_oneline(x: "Tcode") -> str:
|
|
|
36
36
|
source_detail = f"TEXT({(x.source.delimiter or ',')!r})" # pyright: ignore
|
|
37
37
|
return (
|
|
38
38
|
f"#{x.number} | HASH: {x.store.stem} | SOURCE: {source_detail} "
|
|
39
|
-
f"| CONFIG: {x.config.name} | STATUS: {x.status
|
|
39
|
+
f"| CONFIG: {x.config.name} | STATUS: {x.status}"
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The canonical release history lives in the repository root at [`CHANGELOG.md`](https://github.com/SkyeAv/Tablassert/blob/main/CHANGELOG.md).
|
|
4
|
-
|
|
5
|
-
## Current Release Notes
|
|
6
|
-
|
|
7
|
-
## 7.4.0 - 2026-05-05
|
|
8
|
-
|
|
9
|
-
### Changes
|
|
10
|
-
|
|
11
|
-
- Renamed CLI commands: `build-knowledge-graph` → `build`, `verify-table-configuration-syntax` → `validate`. Version now shown via `--version` flag.
|
|
12
|
-
- Added `log` parameter to graph configuration for controlling unmatched entity and audit logging during builds.
|
|
13
|
-
- Added `qc` parameter to `resolve_many()` for optional QC auditing. ONNX Runtime provider is auto-detected via `get_qc_provider()`.
|
|
14
|
-
- Added `has_qc_runtime()` helper to `qc.py` and `empty_matches()` helper to `fullmap.py`.
|
|
15
|
-
- Rewrote `downloader.py` with `DownloadReceipt`, exception classes, and file validation.
|
|
16
|
-
- Refactored `cli.py` to use the shared `logger` instance instead of `loguru.logger` directly.
|
|
17
|
-
- Unified failure log messages to a single `FAILED` prefix; unmatched entity logging now filters to NLP level 1 terms only.
|
|
18
|
-
- Updated progress bar and section display labels to uppercase with pipe separators.
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
- Fixed tutorial table configuration using header names instead of Excel column letters for encodings.
|
|
23
|
-
|
|
24
|
-
### Documentation
|
|
25
|
-
|
|
26
|
-
- Updated all documentation for renamed CLI commands.
|
|
27
|
-
- Fixed tutorial and example YAML configurations to use Excel column letter references.
|
|
28
|
-
- Updated `resolve_many()` API reference with new `qc` parameter and auto-detected QC provider.
|
|
29
|
-
- Documented new `log` graph configuration parameter with example.
|
|
30
|
-
- Fixed CITATION.cff version and CONTRIBUTING.md package list.
|
|
31
|
-
|
|
32
|
-
For older releases and the full project history, open the root `CHANGELOG.md` in the repository.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|