Skip to content
#

SciPy

scipy logo

SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open source software for mathematics, science, and engineering.

Here are 1,515 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 Apr 3, 2022
  • Python
SultanOrazbayev
SultanOrazbayev commented May 18, 2022

This is a suggestion to simplify reporting the dask version in the issue template by providing a suggested code snippet to run (in the Environment section of the issue template):

import dask; print("- Dask version:", dask.__version__)
import sys; print("- Python version:", sys.version)
good first issue enhancement
jpdehollain
jpdehollain commented Apr 7, 2022

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

defect scipy.sparse good first issue
verde
santisoler
santisoler commented Apr 23, 2022

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

bug good first issue

Created by Travis Oliphant, Pearu Peterson, Eric Jones

Latest release 7 days ago

Repository
scipy/scipy
Website
www.scipy.org
Wikipedia
Wikipedia

Related Topics

python scikit