Skip to content
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

numba vs. new Python versions #17

Closed
FObersteiner opened this issue Apr 16, 2023 · 0 comments
Closed

numba vs. new Python versions #17

FObersteiner opened this issue Apr 16, 2023 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@FObersteiner
Copy link
Owner

numba always has been kind of a blocker when it comes to adopting new Python versions. At the moment (2023-04-16), Python 3.11 is still not supported.

An option could be to rewrite some functions in Rust, then include them via pyo3 / maturin. That would be a general solution to handle functions that suffer from poor performance in vanilla Python.

The downside is, that this

  • adds other dependencies
  • probably a bit slow than the jit-compiled version
  • additional coding to do
@FObersteiner FObersteiner self-assigned this Apr 16, 2023
@FObersteiner FObersteiner added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 16, 2023
FObersteiner added a commit that referenced this issue Dec 25, 2024
FObersteiner added a commit that referenced this issue Dec 25, 2024
* move to uv

* typo

* try without init in test dir

* next try

* try #3

* try #4

* try #5

* try #6

* try #7

* try #8

* try #9

* try #10

* try #11

* try #12

* try 13

* try #14

* try #15

* try #15

* try #17

* finalize

* windows doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant