-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Li <[email protected]>
- Loading branch information
Showing
105 changed files
with
5,035 additions
and
1,832 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
raison | ||
nd | ||
parth | ||
parth | ||
ot |
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout scikit-tree | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }} | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.14.0 | ||
uses: pypa/cibuildwheel@v2.15.0 | ||
# Build all wheels here, apart from macosx_arm64, linux_aarch64 | ||
# cibuildwheel is currently unable to pass configuration flags to | ||
# CIBW_BUILD_FRONTEND https://github.com/pypa/cibuildwheel/issues/1227 | ||
|
@@ -94,7 +94,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -109,7 +109,7 @@ jobs: | |
python spin setup-submodule | ||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.14.0 | ||
uses: pypa/cibuildwheel@v2.15.0 | ||
env: | ||
CIBW_BUILD: ${{ matrix.python[0] }}-macosx_arm64 | ||
CIBW_ARCHS_MACOS: arm64 | ||
|
@@ -126,7 +126,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout scikit-tree | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-22.04, macos-latest] | ||
python-version: [3.9, "3.10", "3.11"] | ||
poetry-version: [1.3.0] | ||
poetry-version: [1.5.0] | ||
runs-on: ${{ matrix.os }} | ||
defaults: | ||
run: | ||
|
@@ -42,7 +42,7 @@ jobs: | |
FORCE_SUBMODULE: True | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Python ${{ matrix.python-version }} | ||
uses: actions/[email protected] | ||
|
@@ -84,7 +84,7 @@ jobs: | |
- name: Setup compiler cache | ||
uses: actions/cache@v3 | ||
id: cache-ccache | ||
id: cache-ccachev1 | ||
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key | ||
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run | ||
# (even if the same workflow is run multiple times). The restore keys are not unique and for a partial match, they will | ||
|
@@ -150,7 +150,7 @@ jobs: | |
if: startsWith(github.ref, 'refs/tags/') | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Python ${{ matrix.python-version }} | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -193,7 +193,7 @@ jobs: | |
# runs-on: windows-2019 | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3 | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# submodules: recursive | ||
|
||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
poetry-version: [1.3.0] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
|
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,4 +1,4 @@ | ||
[submodule "sktree/_lib/sklearn"] | ||
path = sktree/_lib/sklearn_fork | ||
url = https://github.com/neurodata/scikit-learn | ||
branch = v1.3 | ||
branch = submodulev3 |
Oops, something went wrong.