-
Updated
Oct 1, 2020 - Python
numpy
Here are 2,939 public repositories matching this topic...
-
Updated
Oct 31, 2020 - Python
Doc updates
Quick scanning, the following should be corrected:
- "Does Dask have a SQL interface": yes it now does (if perhaps not fully featured)
- paid support: add Coiled? others (saturn)?
- main page Supported By: there was discussion on how to add logos here, but I would say Coiled, Saturn, CapitalOne, Prefect should be here. Also, an older page Funding should be the same with more details, or just
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 22, 2019 - Python
-
Updated
Oct 14, 2020 - Python
PR #6447 adds a public API to get the maximum number of registers per thread (numba.cuda.Dispatcher.get_regs_per_thread()). There are other attributes that might be nice to provide - shared memory per block, local memory per thread, const memory usage, maximum block size.
These are all available in the FuncAttr named tuple: https://github.com/numba/numba/blob/master/numba/cuda/cudadrv/drive
-
Updated
Aug 17, 2020 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
ConvTranspose Layer
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
We may add an equivalent functionality to the NMT evaluation scripts
Support Series.median()
MCVE Code Sample
# Your code here
import numpy as np
import xarray as xr
data = np.zeros((10, 4))
example_xr = xr.DataArray(data, coords=[range(10), ["-
Updated
Nov 3, 2020 - Python
-
Updated
Feb 11, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Jan 23, 2020 - Python
Support AutoDelta
AutoDelta is used to do MAP inference in Pyro. It would be nice to have it in NumPyro too.
References
- Pyro AutoDelta implementation
- AutoNormal implementatio
-
Updated
Sep 29, 2020 - Python
🐛 Bug
The napari welcome screen text is extremely low contrast and unreadable.
To Reproduce
Steps to reproduce the behavior:
- Launch napari & look at the welcome screen
It's very bad on Windows, slightly better on Mac (though even there I can't read it easily at all). This isn't readable.
Screenshot from Windows:
![napari-screenshot](https://user-images.githubusercontent
-
Updated
Sep 18, 2020 - Python
-
Updated
Apr 14, 2020 - Python
Improve this page
Add a description, image, and links to the numpy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."
Improve navigation of the I/O how-to by prepending a decision tree/flowchart using an image or graphviz, as suggested by @mattip.