Skip to content

[MAINT] test building wheels New release #172

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

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
24a81f5
Remove depracted call of distutils.version.LooseVersion with packagin…
braniii Apr 25, 2022
512ff27
Add packaging as dependency
braniii May 5, 2022
b704627
Fix PEP8 in setup.py
braniii May 5, 2022
bc69b87
[FIX] bug circleci (#160)
TimotheeMathieu Feb 24, 2023
beb9158
[MAINT] Remove circleci (#163)
TimotheeMathieu Feb 26, 2023
d88fbe8
change version (#161)
TimotheeMathieu Mar 27, 2023
8e2725c
Change version to dev version and update changelog (#165)
TimotheeMathieu Mar 27, 2023
27f3875
MAINT test building wheels (#156)
TimotheeMathieu Mar 27, 2023
4bcb9f1
ci python 3.9,3.10,3.10 and Looseversion everywhere
TimotheeMathieu Nov 8, 2023
8bfb96b
switch to rtd version 2 config
TimotheeMathieu Nov 8, 2023
edd66b9
correct pipeline
TimotheeMathieu Nov 8, 2023
1510171
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 8, 2023
a857f67
requirement rtd
TimotheeMathieu Nov 8, 2023
89e6b39
change to match new scikit-learn losses and deprecated function to av…
TimotheeMathieu Nov 8, 2023
f39c281
rtd
TimotheeMathieu Nov 8, 2023
2cd20b3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 8, 2023
974f9e8
change path doc
TimotheeMathieu Nov 8, 2023
018b624
xfail tests that don't pass as I don't understand what it is checking
TimotheeMathieu Nov 8, 2023
3277815
fix deprecation np.int in example
TimotheeMathieu Nov 8, 2023
64b2e79
fix plot robust classification example
TimotheeMathieu Nov 8, 2023
4b79d28
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 8, 2023
45146da
build wheels workflow
TimotheeMathieu Feb 3, 2024
b671bc8
Merge branch 'main' into new_release
TimotheeMathieu Feb 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build_wheels

on: #[push, pull_request]

on: [push, pull_request]

release:
types:
- created
Expand Down