Skip to content

Commit

Permalink
new: 1.1.1 tag commit
Browse files Browse the repository at this point in the history
  • Loading branch information
greed2411 committed Dec 4, 2023
1 parent eae519d commit 2be82e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

# 1.1.0
1.1.1
- [x] add: Added re_presign_s3_urls component, which can re-presign publis s3 http urls in transcription_pipeline.
- [x] fix: join on dataframes bug fix at merge_transcription component.


1.1.0
- [x] add: Added evaluate_slu pipeline in the repo to test the slu
- [x] add: Added features of comparing repo while testing
- [x] fix: created multiple component to reduce the retendency and complaxity of repo.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skit-pipelines"
version = "1.1.0"
version = "1.1.1"
description = "Kubeflow components for ml workflows at skit.ai."
authors = ["ltbringer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2be82e0

Please sign in to comment.