- Notifications
You must be signed in to change notification settings - Fork15
Update to support latest versions, including NumPy 2#546
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
53 commits Select commitHold shift + click to select a range
a89e7f7 Update to support latest versions, including NumPy 2
eriknw8780495 Don't use numpy 2.0 in CI yet
eriknw28d0887 bump
eriknw98b983c Updates for 9.3.1
jim22kb9a8724 Fix for JIT_ERROR only in >=9
jim22k2396bdb Typo
jim22k77872b6 Don't install `fast_matrix_market` in Python 3.13
eriknw35bfde4 Update fmm in optional dependencies too
eriknw8280d4a oops typo
eriknwee79af3 Also ignore `fast_matrix_market` for macos (does not support osx-arm64)
eriknwe5cb1f1 allow conda install graphblas 9 in CI
eriknwcfd8947 Try to better handle random package selection in CI
eriknwa620137 Update pandas and awkward support for NumPy 2
eriknwb0c8bde Handle scipy and numpy 2 in CI
eriknw1e94a24 Be more lenient when adding suitesparse exceptions
eriknwcbe2aa2 Better?
eriknw14ca640 Add pre-commit to check github actions
eriknwda458f1 Auto-lint other files with prettier and taplo
eriknwe1bc09b Handle numpy 2 difference with overflowing uint
eriknw7b39e77 Handle (de)serialize with UDTs
eriknwb57bdf6 Use correct arch for jit in tests
jim22k5c10678 Try to use pytest-forked to investigate crashes
eriknwa7df0a7 Skip coverage in CI for now
eriknw08d698b Add print statements to try to isolate segfaults
eriknw1410509 `pytest -s` to try to show output of crashing tests
eriknw5aca4d0 Record (and print) crashing calls
eriknw9ff77ed Try to use `sysconfig` for configuring JIT
eriknwed994d6 skip test (for now)
eriknw1449817 Print between recording and where we think we crash
eriknw9a8f4fd numba 0.61
eriknwf6321b2 Sanity check: is the issue with the recorder?
eriknw1a5f81e Drop awkward 1.9; more exploration
eriknw8417bc3 Don't install SuiteSparse:GraphBLAS 9.4 yet; also, burble
eriknw9bc88dc remove conda defaults channel
eriknw548f4ac and here
eriknwd32fd0b oops `sparse` doesn't support Python 3.13 yet
eriknw621b1fb Ignore ssjit tests while investigating other things
eriknw1b73dbe Wait, what just happened? What if we don't use the burble?
eriknwdbaf0f8 And what if we turn the recorder back on?
eriknw30b129f Clean up
eriknweba5070 Re-enable ssjit tests; more stress testing
eriknw6e3ae5b Mambaforge has been deprecated
eriknwe81d39d Oh, you need to pay for `macos-latest-large`
eriknw12addc3 better
eriknweddba7e More clear; also, prepare to merge
eriknweaa5e82 Skip test_ssjit.py tests for linux w/ wheels and osx
eriknwdfe1f9a oops fix
eriknw63950a3 set `fail_fast` to `false` for pre-commit (b/c we have a lot of hooks!)
eriknwf8ad5cf Will this fix the `nodefaults` warning?
eriknw88ccf4c More experiments with Python 3.13
eriknw3232aff Why is this failing?! Try skipping psg (ssgb?) tests
eriknwa53bc01 haha, oops; this should fix it
eriknw50dc265 Undo stress testing
eriknwFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletions.github/dependabot.yml
This file contains hidden or 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,6 +1,6 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem:"github-actions" | ||
| directory:"/" | ||
| schedule: | ||
| interval:"weekly" |
3 changes: 2 additions & 1 deletion.github/workflows/debug.yml
This file contains hidden or 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
11 changes: 8 additions & 3 deletions.github/workflows/imports.yml
This file contains hidden or 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
3 changes: 3 additions & 0 deletions.github/workflows/lint.yml
This file contains hidden or 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
5 changes: 3 additions & 2 deletions.github/workflows/publish_pypi.yml
This file contains hidden or 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
193 changes: 140 additions & 53 deletions.github/workflows/test_and_build.yml
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
16 changes: 16 additions & 0 deletions.github/zizmor.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| rules: | ||
| use-trusted-publishing: | ||
| # TODO: we should update to use trusted publishing | ||
| ignore: | ||
| - publish_pypi.yml | ||
| excessive-permissions: | ||
| # It is probably good practice to use narrow permissions | ||
| ignore: | ||
| - debug.yml | ||
| - imports.yml | ||
| - publish_pypi.yml | ||
| - test_and_build.yml | ||
| template-injection: | ||
| # We use templates pretty heavily | ||
| ignore: | ||
| - test_and_build.yml |
92 changes: 62 additions & 30 deletions.pre-commit-config.yaml
This file contains hidden or 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
6 changes: 6 additions & 0 deletions.yamllint.yaml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| extends: default | ||
| rules: | ||
| document-start: disable | ||
| line-length: disable | ||
| truthy: disable |
14 changes: 7 additions & 7 deletionsCODE_OF_CONDUCT.md
This file contains hidden or 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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.