-
Updated
Apr 3, 2022 - Python
SciPy
SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open source software for mathematics, science, and engineering.
Here are 1,510 public repositories matching this topic...
-
Updated
Oct 19, 2019
Describe your issue.
Currently, applying the ** operator to a sparse array implements the numpy.linalg.matrix_power function. This is not compatible with the np.array implementation of **, which does element-wise power. This should be fixed as part of the migration from sparse "matrices" to sparse "arrays". Additionally, the matrix_power function should then also be included in the
-
Updated
Apr 1, 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
May 8, 2022 - Python
-
Updated
Jan 26, 2022 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Nov 29, 2019 - Python
-
Updated
Apr 19, 2022 - HTML
-
Updated
Feb 23, 2022 - Jupyter Notebook
-
Updated
Oct 28, 2021 - Jupyter Notebook
Description
Since Verde v2.0.0 the grid method of every gridder in Verde will not take the spacing, shape or region arguments.
They will not create the desired grid, but will be able to take the coordinates of a predefined regular grid (see #326 for more details).
Currently the [verde.project_grid](https://www.fatiando.org/verde/latest/_modules/verde/projections.html#project_g
-
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
Apr 22, 2022 - C
-
Updated
Apr 7, 2022 - Python
-
Updated
Feb 11, 2022 - Jupyter Notebook
Created by Travis Oliphant, Pearu Peterson, Eric Jones
Latest release 3 months ago
- Repository
- scipy/scipy
- Website
- www.scipy.org
- Wikipedia
- Wikipedia
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:
This error message is super unhelpful: surely Dask knows what th