xfmr-zem 0.2.0__tar.gz → 0.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.
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/.github/workflows/deploy.yml +1 -1
- xfmr_zem-0.2.2/.github/workflows/pypi-publish.yml +30 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/CHANGELOG.md +7 -1
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/PKG-INFO +5 -1
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/pyproject.toml +7 -1
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/.gitignore +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/AGENTS.md +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/LICENSE +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/README.md +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/big_data_output.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/big_data_sim.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/dup_cleaned.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/dup_data.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/dup_data_large.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/nemo_full_stack_result.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/nemo_real_result.parquet +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/output_result.jsonl +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/data/sample.jsonl +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/__init__.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/cli.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/client.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/orchestrators/parallel_local.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/schemas.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/data_juicer/parameter.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/data_juicer/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/instruction_gen/parameter.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/instruction_gen/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/io/parameter.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/io/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/llm/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/nemo_curator/parameter.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/nemo_curator/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/profiler/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/servers/sinks/server.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/src/xfmr_zem/zenml_wrapper.py +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/caching_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/llm_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/parallel_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/parquet_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/phase4_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/profiler_test.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/tests/manual/standard_data_pipeline.yaml +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/uv.lock +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/website/docs/docs.css +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/website/docs/index.html +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/website/index.html +0 -0
- {xfmr_zem-0.2.0 → xfmr_zem-0.2.2}/website/style.css +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Publish to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- 'v*'
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
build-n-publish:
|
|
10
|
+
name: Build and publish Zem
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
permissions:
|
|
13
|
+
# Required for Trusted Publishing (OIDC)
|
|
14
|
+
id-token: write
|
|
15
|
+
contents: read
|
|
16
|
+
|
|
17
|
+
steps:
|
|
18
|
+
- uses: actions/checkout@v4
|
|
19
|
+
|
|
20
|
+
- name: Install uv
|
|
21
|
+
uses: astral-sh/setup-uv@v5
|
|
22
|
+
with:
|
|
23
|
+
version: "latest"
|
|
24
|
+
|
|
25
|
+
- name: Build package
|
|
26
|
+
run: uv build
|
|
27
|
+
|
|
28
|
+
- name: Publish to PyPI
|
|
29
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
30
|
+
# No password/token needed if OIDC is configured on PyPI side
|
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [0.2.
|
|
5
|
+
## [0.2.2] - 2026-02-02
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **CI/CD Automation**: Integrated GitHub Actions for automated PyPI publishing on tag creation.
|
|
9
|
+
- **Improved Metadata**: Linked PyPI package to GitHub repository, issues, and changelog.
|
|
10
|
+
|
|
11
|
+
## [0.2.1] - 2026-02-02
|
|
6
12
|
|
|
7
13
|
### Added
|
|
8
14
|
- **Parallel Orchestration**: New `ParallelLocalOrchestrator` allowing true concurrent execution of independent DAG branches.
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xfmr-zem
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Zem: Unified Data Pipeline Framework (ZenML + NeMo Curator + DataJuicer) for multi-domain processing
|
|
5
|
+
Project-URL: Homepage, https://github.com/OAI-Labs/xfmr-zem
|
|
6
|
+
Project-URL: Repository, https://github.com/OAI-Labs/xfmr-zem
|
|
7
|
+
Project-URL: Issues, https://github.com/OAI-Labs/xfmr-zem/issues
|
|
8
|
+
Project-URL: Changelog, https://github.com/OAI-Labs/xfmr-zem/blob/main/CHANGELOG.md
|
|
5
9
|
Author-email: Khai Hoang <khaihq@vbiacademy.edu.vn>
|
|
6
10
|
License-Expression: Apache-2.0
|
|
7
11
|
License-File: LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "xfmr-zem"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
description = "Zem: Unified Data Pipeline Framework (ZenML + NeMo Curator + DataJuicer) for multi-domain processing"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10,<3.13"
|
|
@@ -27,6 +27,12 @@ dependencies = [
|
|
|
27
27
|
"pydantic>=2.0.0",
|
|
28
28
|
]
|
|
29
29
|
|
|
30
|
+
[project.urls]
|
|
31
|
+
Homepage = "https://github.com/OAI-Labs/xfmr-zem"
|
|
32
|
+
Repository = "https://github.com/OAI-Labs/xfmr-zem"
|
|
33
|
+
Issues = "https://github.com/OAI-Labs/xfmr-zem/issues"
|
|
34
|
+
Changelog = "https://github.com/OAI-Labs/xfmr-zem/blob/main/CHANGELOG.md"
|
|
35
|
+
|
|
30
36
|
[project.optional-dependencies]
|
|
31
37
|
zenml = [
|
|
32
38
|
"zenml>=0.75.0",
|
|
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
|