tablassert 7.2.1__tar.gz → 7.2.2__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.2.1 → tablassert-7.2.2}/.github/workflows/docker.yml +12 -5
- {tablassert-7.2.1 → tablassert-7.2.2}/CHANGELOG.md +8 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/CITATION.cff +1 -1
- {tablassert-7.2.1 → tablassert-7.2.2}/PKG-INFO +2 -2
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/docker.md +2 -2
- {tablassert-7.2.1 → tablassert-7.2.2}/pyproject.toml +2 -2
- {tablassert-7.2.1 → tablassert-7.2.2}/uv.lock +1 -1
- {tablassert-7.2.1 → tablassert-7.2.2}/.github/workflows/autotag.yml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/.github/workflows/docs.yml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/.github/workflows/pipy.yml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/.gitignore +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/.pre-commit-config.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/AGENTS.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/CONTRIBUTING.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/Dockerfile +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/LICENSE +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/README.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/api/fullmap.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/api/qc.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/api/utils.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/cli.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/configuration/advanced-example.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/configuration/graph.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/configuration/table.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/datassert.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/examples/tutorial-data.csv +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/examples/tutorial-graph.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/examples/tutorial-table.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/examples.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/index.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/installation.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/docs/tutorial.md +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/llms.txt +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/mkdocs.yml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/__init__.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/cli.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/downloader.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/enums.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/fullmap.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/ingests.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/lib.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/log.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/models.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/nlp.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/qc.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/src/tablassert/utils.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/__init__.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/conftest.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/fixtures/invalid_section_missing_source.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/fixtures/minimal_section.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/fixtures/minimal_section_with_sections.yaml +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_enums.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_fullmap.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_ingests.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_lib.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_models.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_nlp.py +0 -0
- {tablassert-7.2.1 → tablassert-7.2.2}/tests/test_utils.py +0 -0
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
name: Publish Docker Image
|
|
2
2
|
on:
|
|
3
3
|
workflow_dispatch:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- "
|
|
4
|
+
workflow_run:
|
|
5
|
+
workflows:
|
|
6
|
+
- "Auto Tag Versions"
|
|
7
|
+
types:
|
|
8
|
+
- completed
|
|
9
|
+
branches:
|
|
10
|
+
- main
|
|
7
11
|
jobs:
|
|
8
12
|
publish:
|
|
9
13
|
runs-on: ubuntu-latest
|
|
@@ -12,6 +16,9 @@ jobs:
|
|
|
12
16
|
packages: write
|
|
13
17
|
steps:
|
|
14
18
|
- uses: actions/checkout@v4
|
|
19
|
+
- name: Get version from pyproject.toml
|
|
20
|
+
id: version
|
|
21
|
+
run: echo "version=v$(grep -m1 'version = "' pyproject.toml | cut -d'"' -f2)" >> "$GITHUB_OUTPUT"
|
|
15
22
|
- uses: docker/setup-buildx-action@v3
|
|
16
23
|
- uses: docker/login-action@v3
|
|
17
24
|
with:
|
|
@@ -24,5 +31,5 @@ jobs:
|
|
|
24
31
|
file: ./Dockerfile
|
|
25
32
|
push: true
|
|
26
33
|
tags: |
|
|
27
|
-
ghcr.io
|
|
28
|
-
ghcr.io
|
|
34
|
+
ghcr.io/skyeav/tablassert:latest
|
|
35
|
+
ghcr.io/skyeav/tablassert:${{ steps.version.outputs.version }}
|
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## 7.2.2 - 2026-04-01
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
- Fixed Docker publish workflow failing due to mixed-case repository owner in image tags. Hardcoded lowercase `ghcr.io/skyeav/tablassert` and switched trigger to run after autotag completion.
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- Updated PyPI short description.
|
|
12
|
+
|
|
5
13
|
## 7.2.1 - 2026-04-01
|
|
6
14
|
|
|
7
15
|
### Maintenance
|
|
@@ -2,7 +2,7 @@ cff-version: 1.2.0
|
|
|
2
2
|
message: "If you use Tablassert, please cite it as below."
|
|
3
3
|
type: software
|
|
4
4
|
title: Tablassert
|
|
5
|
-
version: 7.2.
|
|
5
|
+
version: 7.2.2
|
|
6
6
|
license: Apache-2.0
|
|
7
7
|
repository-code: https://github.com/SkyeAv/Tablassert
|
|
8
8
|
abstract: Tablassert is a highly performant declarative knowledge graph backend for bioinformatics that extracts knowledge assertions from tabular data, performs entity resolution and data quality control, and exports NCATS Translator-compliant Knowledge Graph Exchange (KGX) NDJSON.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tablassert
|
|
3
|
-
Version: 7.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 7.2.2
|
|
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
|
|
7
7
|
Project-URL: Documentation, https://skyeav.github.io/Tablassert/
|
|
@@ -10,7 +10,7 @@ The image is based on `python:3.14-slim` with the Tablassert CLI as the entrypoi
|
|
|
10
10
|
docker pull ghcr.io/skyeav/tablassert:latest
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Version-pinned tags match the git tag (e.g., `ghcr.io/skyeav/tablassert:v7.2.
|
|
13
|
+
Version-pinned tags match the git tag (e.g., `ghcr.io/skyeav/tablassert:v7.2.2`).
|
|
14
14
|
|
|
15
15
|
## Quick Start
|
|
16
16
|
|
|
@@ -87,4 +87,4 @@ docker run --rm \
|
|
|
87
87
|
|
|
88
88
|
## CI/CD Integration
|
|
89
89
|
|
|
90
|
-
Images are built by `.github/workflows/docker.yml`, which triggers on tag pushes (after autotag and PyPI publish complete). Tags match the repository version tag (e.g., `v7.2.
|
|
90
|
+
Images are built by `.github/workflows/docker.yml`, which triggers on tag pushes (after autotag and PyPI publish complete). Tags match the repository version tag (e.g., `v7.2.2`).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tablassert"
|
|
3
|
-
version = "7.2.
|
|
4
|
-
description = "
|
|
3
|
+
version = "7.2.2"
|
|
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" }
|
|
7
7
|
]
|
|
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
|