numba
Here are 199 public repositories matching this topic...
-
Updated
Sep 7, 2020 - Python
Test Cases
The new pep8 compliant branch of this project urgently needs unit tests.
There are already many tests under the golden folder.
What needs to be done is for someone to migrate tests from golden to units test format. A single test for each function would be a good start. There is already a test example that you can use as a guide.
Let me know if you need more information.
-
Updated
Apr 16, 2021 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
May 20, 2021 - Python
-
Updated
Aug 6, 2020 - Jupyter Notebook
Record delitem
We can add to a highlevel array with a record, e.g.
a = ak.Array({"x": [1, 2, 3], "y": [4, 5, 6]})
a["z"] = [7, 8, 9]but we can't delete:
del a["z"] # AttributeError
a["z"] = None # makes a numpy object array-
Updated
Oct 5, 2020 - Python
-
Updated
Jul 9, 2021 - Python
-
Updated
Apr 8, 2021 - Python
See https://numba.pydata.org/numba-doc/dev/user/performance-tips.html#fastmath
Simple to implement:
-
Updated
Mar 15, 2020 - Jupyter Notebook
With the last commit kratzert/RRMPG@27e420d all simulation functions were parallelized. We now have the output of the simulation function qsim being optionally a 2D-array, were the second dimension (first for Pythonista) holds the results for different parameter sets. It would now be good, if we could pass this array directly to all the
-
Updated
Jun 30, 2021 - Python
-
Updated
Dec 1, 2020 - Python
-
Updated
Jan 13, 2021 - Python
-
Updated
Jul 18, 2021 - Jupyter Notebook
-
Updated
May 30, 2021 - Jupyter Notebook
-
Updated
Nov 13, 2020 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Apr 15, 2019 - Jupyter Notebook
-
Updated
Jul 28, 2021 - Python
-
Updated
Nov 28, 2020 - Python
Improve this page
Add a description, image, and links to the numba topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numba topic, visit your repo's landing page and select "manage topics."


The
stumpy.snippetsfeature is now completed in #283 which follows this work:We have a rough notebook t