Skip to content

Commit

Permalink
new 0.3.4 version - treelite removed for now - problem with spark.pan…
Browse files Browse the repository at this point in the history
…das str.split
  • Loading branch information
cpoli committed Feb 21, 2024
1 parent a0dc117 commit a931432
Show file tree
Hide file tree
Showing 288 changed files with 203,481 additions and 146,315 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Build MacOS wheel
if: matrix.os == 'macos-latest'
env:
CIBW_BUILD: "cp36-macosx_x86_64 cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
CIBW_BUILD: "cp36-macosx_x86_64 cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64"
CIBW_BEFORE_ALL: brew install libomp
CIBW_BEFORE_BUILD_MACOS: >
python -m pip install pip -U &&
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Build linux wheels
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64"
CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"
CIBW_BEFORE_BUILD_LINUX: >
python -m pip install pip -U &&
python -m pip install setuptools &&
Expand Down
8 changes: 4 additions & 4 deletions act_result
Original file line number Diff line number Diff line change
Expand Up @@ -4724,7 +4724,7 @@
[Build and Test/test ] |
[Build and Test/test ] | [3 rows x 9 columns])
[Build and Test/test ] |
[Build and Test/test ] | @pytest.mark.koalas
[Build and Test/test ] | @pytest.mark.pyspark
[Build and Test/test ] | def test_ks(data_ks):
[Build and Test/test ] | obj, X, X_expected = data_ks
[Build and Test/test ] | X_new = obj.transform(X)
Expand Down Expand Up @@ -4817,7 +4817,7 @@
[Build and Test/test ] | py4j.protocol.Py4JNetworkError: Error while sending or receiving
[Build and Test/test ] | ____________________ test_check_dataframe_contains_numerics ____________________
[Build and Test/test ] | Numeric
[Build and Test/test ] | @pytest.mark.koalasNumeric
[Build and Test/test ] | @pytest.mark.pysparkNumeric
[Build and Test/test ] | def test_check_dataframe_contains_numerics():
[Build and Test/test ] | > Transformer.check_dataframe_contains_numerics(ks.DataFrame({"A": [1], "B": ["b"]}))
[Build and Test/test ] |
Expand Down Expand Up @@ -4857,7 +4857,7 @@
[Build and Test/test ] | /opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/py4j/clientserver.py:402: ConnectionRefusedError
[Build and Test/test ] | _________________________________ test_checks __________________________________
[Build and Test/test ] |
[Build and Test/test ] | @pytest.mark.koalas
[Build and Test/test ] | @pytest.mark.pyspark
[Build and Test/test ] | def test_checks():
[Build and Test/test ] | > X = ks.DataFrame()
[Build and Test/test ] |
Expand Down Expand Up @@ -4897,7 +4897,7 @@
[Build and Test/test ] | /opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/py4j/clientserver.py:402: ConnectionRefusedError
[Build and Test/test ] | _________________________________ test_checks __________________________________
[Build and Test/test ] |
[Build and Test/test ] | @pytest.mark.koalas
[Build and Test/test ] | @pytest.mark.pyspark
[Build and Test/test ] | def test_checks():
[Build and Test/test ] | with pytest.raises(TypeError):
[Build and Test/test ] | TransformerXY.check_dataframe([])
Expand Down
Loading

0 comments on commit a931432

Please sign in to comment.