tablassert 7.3.5__tar.gz → 7.3.6__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.
Files changed (60) hide show
  1. {tablassert-7.3.5 → tablassert-7.3.6}/.gitignore +1 -0
  2. {tablassert-7.3.5 → tablassert-7.3.6}/CHANGELOG.md +5 -0
  3. {tablassert-7.3.5 → tablassert-7.3.6}/PKG-INFO +1 -1
  4. {tablassert-7.3.5 → tablassert-7.3.6}/docs/changelog.md +2 -2
  5. {tablassert-7.3.5 → tablassert-7.3.6}/docs/configuration/table.md +1 -1
  6. {tablassert-7.3.5 → tablassert-7.3.6}/pyproject.toml +1 -1
  7. {tablassert-7.3.5 → tablassert-7.3.6}/.github/workflows/autotag.yml +0 -0
  8. {tablassert-7.3.5 → tablassert-7.3.6}/.github/workflows/docker.yml +0 -0
  9. {tablassert-7.3.5 → tablassert-7.3.6}/.github/workflows/docs.yml +0 -0
  10. {tablassert-7.3.5 → tablassert-7.3.6}/.github/workflows/pipy.yml +0 -0
  11. {tablassert-7.3.5 → tablassert-7.3.6}/.pre-commit-config.yaml +0 -0
  12. {tablassert-7.3.5 → tablassert-7.3.6}/AGENTS.md +0 -0
  13. {tablassert-7.3.5 → tablassert-7.3.6}/CITATION.cff +0 -0
  14. {tablassert-7.3.5 → tablassert-7.3.6}/CONTRIBUTING.md +0 -0
  15. {tablassert-7.3.5 → tablassert-7.3.6}/Dockerfile +0 -0
  16. {tablassert-7.3.5 → tablassert-7.3.6}/LICENSE +0 -0
  17. {tablassert-7.3.5 → tablassert-7.3.6}/README.md +0 -0
  18. {tablassert-7.3.5 → tablassert-7.3.6}/docs/api/fullmap.md +0 -0
  19. {tablassert-7.3.5 → tablassert-7.3.6}/docs/api/lib.md +0 -0
  20. {tablassert-7.3.5 → tablassert-7.3.6}/docs/api/qc.md +0 -0
  21. {tablassert-7.3.5 → tablassert-7.3.6}/docs/api/utils.md +0 -0
  22. {tablassert-7.3.5 → tablassert-7.3.6}/docs/cli.md +0 -0
  23. {tablassert-7.3.5 → tablassert-7.3.6}/docs/configuration/advanced-example.md +0 -0
  24. {tablassert-7.3.5 → tablassert-7.3.6}/docs/configuration/graph.md +0 -0
  25. {tablassert-7.3.5 → tablassert-7.3.6}/docs/datassert.md +0 -0
  26. {tablassert-7.3.5 → tablassert-7.3.6}/docs/docker.md +0 -0
  27. {tablassert-7.3.5 → tablassert-7.3.6}/docs/examples/tutorial-data.csv +0 -0
  28. {tablassert-7.3.5 → tablassert-7.3.6}/docs/examples/tutorial-graph.yaml +0 -0
  29. {tablassert-7.3.5 → tablassert-7.3.6}/docs/examples/tutorial-table.yaml +0 -0
  30. {tablassert-7.3.5 → tablassert-7.3.6}/docs/examples.md +0 -0
  31. {tablassert-7.3.5 → tablassert-7.3.6}/docs/index.md +0 -0
  32. {tablassert-7.3.5 → tablassert-7.3.6}/docs/installation.md +0 -0
  33. {tablassert-7.3.5 → tablassert-7.3.6}/docs/tutorial.md +0 -0
  34. {tablassert-7.3.5 → tablassert-7.3.6}/llms.txt +0 -0
  35. {tablassert-7.3.5 → tablassert-7.3.6}/mkdocs.yml +0 -0
  36. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/__init__.py +0 -0
  37. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/cli.py +0 -0
  38. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/downloader.py +0 -0
  39. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/enums.py +0 -0
  40. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/fullmap.py +0 -0
  41. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/ingests.py +0 -0
  42. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/lib.py +0 -0
  43. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/log.py +0 -0
  44. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/models.py +0 -0
  45. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/nlp.py +0 -0
  46. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/qc.py +0 -0
  47. {tablassert-7.3.5 → tablassert-7.3.6}/src/tablassert/utils.py +0 -0
  48. {tablassert-7.3.5 → tablassert-7.3.6}/tests/__init__.py +0 -0
  49. {tablassert-7.3.5 → tablassert-7.3.6}/tests/conftest.py +0 -0
  50. {tablassert-7.3.5 → tablassert-7.3.6}/tests/fixtures/invalid_section_missing_source.yaml +0 -0
  51. {tablassert-7.3.5 → tablassert-7.3.6}/tests/fixtures/minimal_section.yaml +0 -0
  52. {tablassert-7.3.5 → tablassert-7.3.6}/tests/fixtures/minimal_section_with_sections.yaml +0 -0
  53. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_enums.py +0 -0
  54. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_fullmap.py +0 -0
  55. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_ingests.py +0 -0
  56. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_lib.py +0 -0
  57. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_models.py +0 -0
  58. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_nlp.py +0 -0
  59. {tablassert-7.3.5 → tablassert-7.3.6}/tests/test_utils.py +0 -0
  60. {tablassert-7.3.5 → tablassert-7.3.6}/uv.lock +0 -0
@@ -23,3 +23,4 @@
23
23
  *.tar.gz
24
24
  *.whl
25
25
  *dist/
26
+ *.ledger/
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## 7.3.6 - 2026-04-29
6
+
7
+ ### Documentation
8
+ - Documented that `publication` must start with `PMC` followed by digits when `repo` is `"PMC"`.
9
+
5
10
  ## 7.3.5 - 2026-04-29
6
11
 
7
12
  ### Documentation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tablassert
3
- Version: 7.3.5
3
+ Version: 7.3.6
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
@@ -4,10 +4,10 @@ The canonical release history lives in the repository root at [`CHANGELOG.md`](h
4
4
 
5
5
  ## Current Release Notes
6
6
 
7
- ## 7.3.5 - 2026-04-29
7
+ ## 7.3.6 - 2026-04-29
8
8
 
9
9
  ### Documentation
10
10
 
11
- - The table-configuration reference now matches the strict runtime schema and merge behavior, including field defaults, requiredness, accepted enum values, zero-based row indexing, and valid column-reference examples.
11
+ - Documented that `publication` must start with `PMC` followed by digits when `repo` is `"PMC"`.
12
12
 
13
13
  For older releases and the full project history, open the root `CHANGELOG.md` in the repository.
@@ -420,7 +420,7 @@ Required metadata about data source.
420
420
  | Field | Type | Required | Description |
421
421
  |-------|------|----------|-------------|
422
422
  | `repo` | String | No | Repository. Defaults to `"PMC"`; allowed values are `"PMC"`, `"PMID"`. |
423
- | `publication` | String | Yes | Repository-local identifier appended to `repo:` (e.g., `"11708054"`, `"123"`) |
423
+ | `publication` | String | Yes | Repository-local identifier appended to `repo:` (e.g., `"11708054"`, `"123"`). When `repo` is `"PMC"`, the value **must** start with `PMC` followed by digits (e.g., `"PMC11708054"`, `"PMC123"`). |
424
424
  | `contributors` | List[Contributor] | Yes | Curation information |
425
425
 
426
426
  **Contributor fields:**
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tablassert"
3
- version = "7.3.5"
3
+ version = "7.3.6"
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" }
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