IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
321 stars 135 forks source link

adding hap transform #638

Closed ian-cho closed 1 month ago

ian-cho commented 1 month ago

Why are these changes needed?

adding python implementation of hap transform under universal directory for DPK outer. Passed all tests when "make test". please review. Thanks.

ian-cho commented 1 month ago

@blublinsky (cc @daw3rd )

Hi thanks for fixes! I merge your suggested commits. Several tests still failed and now I am investigating it. Please let me know if you have any ideas on the failed test. Thanks again.

All tests passed. Please check

touma-I commented 1 month ago

@ian-cho There was one typo in the pypropoject.toml that was causing the build to fix. This is fixed now as below

authors = [
 { name = "Ian Cho", email = "iancho.mr@gmail.com" },
 ]
-[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}
+
+dynamic = ["dependencies"]