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,526 public repositories matching this topic...
-
Updated
Nov 12, 2021 - 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
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 22, 2020 - Python
I noticed our release version anchor links in the changelog don't actually reference a specific released version. If I go to the changelog and click on the 2021.12.0
link, I'm redirected to https://docs.dask.org/en/stable/changelog.html#id1 when, naively, I would have expected this link to look like https://docs.dask.org/en/stable/changelog.html#2021.12.0 (or something similar). As you move down
-
Updated
Dec 23, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 26, 2021 - 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
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Jan 1, 2022 - Python
-
Updated
Dec 30, 2021 - Python
Description
Change the signature of cupy.{percentile,quantile}
to provide exactly the same API as NumPy.
I think it's ok to implement overwrite_input
as nop (just ignore the option).
Additional Information
No response
-
Updated
Feb 6, 2020
-
Updated
Dec 12, 2021 - Jupyter Notebook
环境
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
Dec 26, 2021 - Python
-
Updated
Dec 31, 2021 - Python
-
Updated
Jan 1, 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
Dec 14, 2021 - Python
-
Updated
Dec 28, 2021 - C++
Is your feature request related to a problem? Please describe.
The following doesn't work
import xarray as xr
da = xr.DataArray([[1,2],[1,2]], dims=("x", "y"))
da.stack(flat=...)
Describe the solution you'd like
This could be equivalent to
da.s
Created by Travis Oliphant
Latest release 3 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia
there may be a log error in pytorch/aten/src/THC/THCGenerateByteTypes.h, in line2, #error "You must define THC_GENERIC_FILE before including THGenerateByteTypes.h", the "THGenerateByteTypes.h" should be "THCGenerateByteTypes.h".
bty, this file is a general file to generate files of different scalar_t, so i think, the name is better to be THGenerateTypes.h.