-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #622 from IBM/v0.2.1
Pull request source branch to cut release 0.2.1- All test have passed.
- Loading branch information
Showing
90 changed files
with
242 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "data_prep_toolkit_ray" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
keywords = ["data", "data preprocessing", "data preparation", "llm", "generative", "ai", "fine-tuning", "llmapps" ] | ||
requires-python = ">=3.10" | ||
description = "Data Preparation Toolkit Library for Ray" | ||
|
@@ -11,7 +11,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit>=0.2.1.dev3", | ||
"data-prep-toolkit>=0.2.1", | ||
"ray[default]==2.24.0", | ||
# These two are to fix security issues identified by quay.io | ||
"fastapi>=0.110.2", | ||
|
@@ -42,7 +42,7 @@ dev = [ | |
] | ||
|
||
[options] | ||
package_dir = ["src","test"] | ||
package_dir = ["src"] | ||
|
||
[options.packages.find] | ||
where = ["src/data_processing_ray"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "data_prep_toolkit_spark" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
keywords = ["data", "data preprocessing", "data preparation", "llm", "generative", "ai", "fine-tuning", "llmapps" ] | ||
requires-python = ">=3.10" | ||
description = "Data Preparation Toolkit Library for Spark" | ||
|
@@ -11,7 +11,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit==0.2.1.dev3", | ||
"data-prep-toolkit==0.2.1", | ||
"pyspark>=3.5.2", | ||
"psutil>=6.0.0" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "dpk_code2parquet_transform_python" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
requires-python = ">=3.10" | ||
description = "code2parquet Python Transform" | ||
license = {text = "Apache-2.0"} | ||
|
@@ -10,7 +10,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit==0.2.1.dev3", | ||
"data-prep-toolkit==0.2.1", | ||
"parameterized", | ||
"pandas", | ||
] | ||
|
@@ -33,7 +33,7 @@ dev = [ | |
] | ||
|
||
[options] | ||
package_dir = ["src","test"] | ||
package_dir = ["src"] | ||
|
||
[options.packages.find] | ||
where = ["src/"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "dpk_code2parquet_transform_ray" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
requires-python = ">=3.10" | ||
description = "code2parquet Ray Transform" | ||
license = {text = "Apache-2.0"} | ||
|
@@ -10,8 +10,8 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit-ray==0.2.1.dev3", | ||
"dpk-code2parquet-transform-python==0.2.1.dev3", | ||
"data-prep-toolkit-ray==0.2.1", | ||
"dpk-code2parquet-transform-python==0.2.1", | ||
"parameterized", | ||
"pandas", | ||
] | ||
|
@@ -34,7 +34,7 @@ dev = [ | |
] | ||
|
||
[options] | ||
package_dir = ["src","test"] | ||
package_dir = ["src"] | ||
|
||
[options.packages.find] | ||
where = ["src/"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "dpk_code_quality_transform_python" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
requires-python = ">=3.10" | ||
description = "Code Quality Python Transform" | ||
license = {text = "Apache-2.0"} | ||
|
@@ -9,7 +9,7 @@ authors = [ | |
{ name = "Shivdeep Singh", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit==0.2.1.dev3", | ||
"data-prep-toolkit==0.2.1", | ||
"bs4==0.0.2", | ||
"transformers==4.38.2", | ||
] | ||
|
@@ -32,7 +32,7 @@ dev = [ | |
] | ||
|
||
[options] | ||
package_dir = ["src","test"] | ||
package_dir = ["src"] | ||
|
||
[options.packages.find] | ||
where = ["src/"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "dpk_code_quality_transform_ray" | ||
version = "0.2.1.dev3" | ||
version = "0.2.1" | ||
requires-python = ">=3.10" | ||
description = "Code Quality Ray Transform" | ||
license = {text = "Apache-2.0"} | ||
|
@@ -9,8 +9,8 @@ authors = [ | |
{ name = "Shivdeep Singh", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"dpk-code-quality-transform-python==0.2.1.dev3", | ||
"data-prep-toolkit-ray==0.2.1.dev3", | ||
"dpk-code-quality-transform-python==0.2.1", | ||
"data-prep-toolkit-ray==0.2.1", | ||
] | ||
|
||
[build-system] | ||
|
@@ -31,7 +31,7 @@ dev = [ | |
] | ||
|
||
[options] | ||
package_dir = ["src","test"] | ||
package_dir = ["src"] | ||
|
||
[options.packages.find] | ||
where = ["src/"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.