xfmr-zem 0.2.2__tar.gz → 0.2.4__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.2 → xfmr_zem-0.2.4}/.github/workflows/pypi-publish.yml +10 -1
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/CHANGELOG.md +10 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/PKG-INFO +1 -1
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/pyproject.toml +1 -1
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/.github/workflows/deploy.yml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/.gitignore +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/AGENTS.md +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/LICENSE +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/README.md +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/big_data_output.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/big_data_sim.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/dup_cleaned.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/dup_data.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/dup_data_large.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/nemo_full_stack_result.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/nemo_real_result.parquet +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/output_result.jsonl +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/data/sample.jsonl +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/__init__.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/cli.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/client.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/orchestrators/parallel_local.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/schemas.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/data_juicer/parameter.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/data_juicer/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/instruction_gen/parameter.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/instruction_gen/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/io/parameter.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/io/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/llm/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/nemo_curator/parameter.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/nemo_curator/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/profiler/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/servers/sinks/server.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/src/xfmr_zem/zenml_wrapper.py +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/caching_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/llm_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/parallel_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/parquet_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/phase4_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/profiler_test.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/tests/manual/standard_data_pipeline.yaml +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/uv.lock +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/website/docs/docs.css +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/website/docs/index.html +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/website/index.html +0 -0
- {xfmr_zem-0.2.2 → xfmr_zem-0.2.4}/website/style.css +0 -0
|
@@ -12,7 +12,8 @@ jobs:
|
|
|
12
12
|
permissions:
|
|
13
13
|
# Required for Trusted Publishing (OIDC)
|
|
14
14
|
id-token: write
|
|
15
|
-
|
|
15
|
+
# Required for creating releases and uploading assets
|
|
16
|
+
contents: write
|
|
16
17
|
|
|
17
18
|
steps:
|
|
18
19
|
- uses: actions/checkout@v4
|
|
@@ -25,6 +26,14 @@ jobs:
|
|
|
25
26
|
- name: Build package
|
|
26
27
|
run: uv build
|
|
27
28
|
|
|
29
|
+
- name: Create GitHub Release
|
|
30
|
+
uses: softprops/action-gh-release@v2
|
|
31
|
+
with:
|
|
32
|
+
files: dist/*
|
|
33
|
+
generate_release_notes: true
|
|
34
|
+
env:
|
|
35
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
36
|
+
|
|
28
37
|
- name: Publish to PyPI
|
|
29
38
|
uses: pypa/gh-action-pypi-publish@release/v1
|
|
30
39
|
# No password/token needed if OIDC is configured on PyPI side
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.4] - 2026-02-02
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **CI Permissions**: Explicitly granted write permissions in workflow to bypass repository UI restrictions.
|
|
9
|
+
|
|
10
|
+
## [0.2.3] - 2026-02-02
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **GitHub Release Integration**: automated creation of formal GitHub Releases with binary assets.
|
|
14
|
+
|
|
5
15
|
## [0.2.2] - 2026-02-02
|
|
6
16
|
|
|
7
17
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xfmr-zem
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Zem: Unified Data Pipeline Framework (ZenML + NeMo Curator + DataJuicer) for multi-domain processing
|
|
5
5
|
Project-URL: Homepage, https://github.com/OAI-Labs/xfmr-zem
|
|
6
6
|
Project-URL: Repository, https://github.com/OAI-Labs/xfmr-zem
|
|
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
|