Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Packages (0.2.2.dev1) for data-prep-toolkit and data-prep-toolkit-transforms with python3.12 #682

Merged
merged 41 commits into from
Oct 13, 2024

Conversation

touma-I
Copy link
Collaborator

@touma-I touma-I commented Oct 7, 2024

Why are these changes needed?

In this release, we create a single pypi package for data-prep-kit[dev,ray,spark] and a single data-prep-kit-transforms[all,ray,code_quality,doc_id,etc]

This replaces the multitude of packages we currently have and can be installed using:
pip install data-prep-toolkit==0.2.2.dev1
pip install 'data-prep-toolkit[ray]==0.2.2.dev1'
pip install 'data-prep-toolkit-transforms[ray, all]==0.2.2.dev1'

Related issue number (if any).

#673

touma-I and others added 23 commits October 6, 2024 13:56
Signed-off-by: Maroun Touma <[email protected]>
… need to install the rquirements.txt seperately

Signed-off-by: Maroun Touma <[email protected]>
Signed-off-by: Maroun Touma <[email protected]>
Consistency of installing new pip installs
New pip install option for Ray
Use "all" option for the new pip install
@touma-I touma-I changed the title Single Package with python3.12 Single Packages (0.2.2.dev1) for data-prep-toolkit and data-prep-toolkit-transforms with python3.12 Oct 7, 2024
@touma-I touma-I marked this pull request as ready for review October 7, 2024 23:33
@touma-I touma-I requested a review from daw3rd October 9, 2024 20:29
Signed-off-by: Maroun Touma <[email protected]>
.make.defaults Outdated
@@ -234,6 +234,7 @@ __check_defined = \
mkdir ${LIB_NAME}
cp -p -R ${LIB_PATH}/src ${LIB_NAME}
cp -p -R ${LIB_PATH}/pyproject.toml ${LIB_NAME}
-cp -p -R ${LIB_PATH}/requirements.txt ${LIB_NAME}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks redundant with the if 2 lines down.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

.make.defaults Show resolved Hide resolved
data-processing-lib/pyproject.toml Show resolved Hide resolved
transforms/Makefile Show resolved Hide resolved
transforms/Makefile Show resolved Hide resolved
Signed-off-by: Maroun Touma <[email protected]>
Copy link
Collaborator

@shivdeep-singh-ibm shivdeep-singh-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@touma-I touma-I merged commit 18c99f5 into dev Oct 13, 2024
126 checks passed
@touma-I touma-I deleted the dev1-singlepackage-p3.12 branch October 13, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants