-
Updated
Nov 4, 2021 - Python
SciPy
SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open source software for mathematics, science, and engineering.
Here are 1,434 public repositories matching this topic...
-
Updated
Oct 19, 2019
Describe your issue.
The docstring for factorial2 says:
If
n < 0, the return value is 0.
However directly below that in the code, we can see this is not the case for n==-1
if exact:
if n < -1:
return 0
if n <= 0:
return 1
This
-
Updated
Feb 2, 2022 - Python
Description
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype argument added in NumPy version 1.20.
-
Updated
Feb 3, 2022 - Python
-
Updated
Jan 26, 2022 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Feb 3, 2022 - Python
-
Updated
Nov 29, 2019 - Python
-
Updated
Dec 9, 2021 - HTML
-
Updated
Nov 5, 2021 - Jupyter Notebook
-
Updated
Oct 28, 2021 - Jupyter Notebook
Description of the desired feature
The spacing parameter of the rolling_window function controls the distance between the center of two adjacent windows.
Nevertheless, the docstring reads:
spacing : float, tuple = (s_north, s_east), or None
The window size in the South-North and West-East directions,
respectively. A single value means that the size is equal
-
Updated
Mar 4, 2018 - Jupyter Notebook
-
Updated
Mar 28, 2017 - Python
-
Updated
Oct 7, 2021 - Python
-
Updated
Mar 17, 2020 - Python
-
Updated
Jun 15, 2021 - Python
-
Updated
May 5, 2018 - Jupyter Notebook
-
Updated
Jan 21, 2022 - Python
-
Updated
Feb 3, 2022 - C
-
Updated
Nov 10, 2021 - Jupyter Notebook
Created by Travis Oliphant, Pearu Peterson, Eric Jones
Latest release 2 months ago
- Repository
- scipy/scipy
- Website
- www.scipy.org
- Wikipedia
- Wikipedia
The
dask.visualizeAPI docs mention thatargsneed to be a "dask object", which isn't very clear to newcomers. It may be worth clarifying that we mean a Dask Collection here?Ref: [The Stack Overflow question which surfaced this misunderstanding](https://stackoverflow.com/q