[Feat][CI] Building system of farsante #19
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(see PyO3/maturin#490 for details)
On branch 18-maturin_build
Changes to be committed:
new file: .github/workflows/release.yaml
modified: .gitignore
renamed: h2o-data-rust/Cargo.lock -> Cargo.lock
renamed: h2o-data-rust/Cargo.toml -> Cargo.toml
new file: Makefile
deleted: h2o-data-rust/README.md
modified: poetry.lock
modified: pyproject.toml
renamed: farsante/init.py -> python/farsante/init.py
renamed: farsante/h2o_dataset_create.py -> python/farsante/h2o_dataset_create.py
renamed: farsante/h2o_dataset_create_all.py -> python/farsante/h2o_dataset_create_all.py
renamed: farsante/pandas_dfs.py -> python/farsante/pandas_dfs.py
renamed: farsante/pandas_generators.py -> python/farsante/pandas_generators.py
renamed: farsante/pyspark_dfs.py -> python/farsante/pyspark_dfs.py
renamed: farsante/pyspark_generators.py -> python/farsante/pyspark_generators.py
renamed: h2o-data-rust/src/generators.rs -> src/generators.rs
renamed: h2o-data-rust/src/helpers.rs -> src/helpers.rs
renamed: h2o-data-rust/src/lib.rs -> src/lib.rs
renamed: h2o-data-rust/src/main.rs -> src/main.rs