Skip to content

Commit e94ff71

Browse files
Merge pull request #7 from Clarifai/VERSION_0.0.3
VERSION 0.0.3
2 parents adc9e24 + da5c8df commit e94ff71

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-latest, macos-latest] # TODO: Add windows-latest after python-magic is fixed
2020
python-version:
2121
- '3.11'
2222
- '3.10'

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [[0.0.3]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.3) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.3/) - 2024-05-29
2+
3+
### Added
4+
- Data Ingestion Pipelines ```from clarifai_datautils.text import Pipeline``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
5+
- Data Ingestion Pipeline: PDF and Text file support ```from clarifai_datautils.text import TextPartition, PDFPartition``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
6+
- Data Ingestion Pipeline: Cleaners and Extractors [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
7+
- Data Ingestion Pipeline: Clarifai Dataloader support ```pipeline.run(files = filepath, loader = True)``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
8+
- Data Ingestion Pipeline: Llama Index Metadata Extractor [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
9+
- Data Ingestion Pipeline: Unit tests [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
10+
111
## [[0.0.2]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.2) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.2/) - 2024-03-19
212

313
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

0 commit comments

Comments
 (0)