Skip to content
#

numpy

Here are 2,939 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Oct 1, 2020
  • Python
martindurant
martindurant commented Nov 3, 2020

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
numba
gmarkall
gmarkall commented Nov 3, 2020

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

GenevieveBuckley
GenevieveBuckley commented Oct 30, 2020

🐛 Bug

The napari welcome screen text is extremely low contrast and unreadable.

To Reproduce

Steps to reproduce the behavior:

  1. 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

Improve this page

Add a description, image, and links to the numpy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.