NumPy
NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
Here are 10,810 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Nov 4, 2021 - Python
Started in #13104, turned into a tracking issue here.
Turning on -n in sphinx-build results in over 1000 warnings about bad references in docs. Trying to break these down with various grep statements, it seems about 200 are from numpy.ma, about 150 from polynomial and about 150 from c:type. That is under half of the WARNINGS.
~My workflow is to cd to the doc directory, modify the `ALLSPHIN
-
Updated
Oct 19, 2019
Is your feature request related to a problem? Please describe.
I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP models conduct regression rather than classification, so binary metrics are not r
-
Updated
Dec 22, 2020 - Python
We're trying to introduce Parquet into our team, and the largest blocker that we've seen is the dreaded "schemas are inconsistent" error message:
RuntimeError: Schemas are inconsistent, try using
to_parquet(..., schema="infer"), or pass an explicit pyarrow schema. Such asto_parquet(..., schema={"column1": pa.string()})
This error message is super unhelpful: surely Dask knows what th
-
Updated
Dec 23, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Jan 16, 2022 - Python
I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)
from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')
You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether
-
Updated
Jan 23, 2022 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Jan 17, 2022 - Python
Rel. #6198.
NumPy 1.22 added missing parameters for some nan<x> functions.
A number of the nan functions previously lacked parameters that were present in their -based counterpart, e.g. the where parameter was present in numpy.mean but absent from numpy.nanmean.
- [ ]
-
Updated
Jan 5, 2022 - Python
-
Updated
Feb 6, 2020
-
Updated
Jan 16, 2022 - Jupyter Notebook
-
Updated
Jan 18, 2022 - Python
环境
1.系统环境:
2.MegEngine版本:1.6.0rc1
3.python版本:Python 3.8.10
The program stuck at net.load when I was trying to use the MegFlow. I wait for more than 10min and there is no sign of finishing it.
-
Updated
Jan 26, 2022 - Python
-
Updated
Jan 26, 2022 - Python
-
Updated
Jan 21, 2022 - Python
Bloomberg BQuant platform only allows installation of the wheel version of a python library. Please, can you create a wheel version of TA library?
-
Updated
Jan 26, 2022 - C++
pydata/xarray#5865 (reply in thread)
I wonder if it's possible to implement a built-in function like:
da.str.format("%.2f") or xr.string_format(da, "%.2f)
To wrap:
import xarray as xr
da = xr.DataArray([5., 6., 7.])
das = xr.DataArray("%.2f")
das.str % da
<xarray.DataArray (dim_0: 3)>
array(['5.00', '6.00', '7.00'], dtype='<U4')
Dim
Created by Travis Oliphant
Latest release 13 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia

Usage of
RRefContext::handleExceptionintorch/csrc/distributed/rpc/rref_context.cppis wrong when the future has an error.RRefContext::handleExceptionusesTORCH_CHECKwhich throws.Callers of
RRefContext::handleExceptiondon't expect that and run code after it without any guarding.Versions
master
cc @pietern @mrshenli @pritamdamania87