The Wayback Machine - http://web.archive.org/web/20220605152431/https://github.com/topics/scipy
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,529 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
pavithraes
pavithraes commented Jun 2, 2022

#9130 adds a sort_results argument to assert_eq, which allows us to assert DataFrame equality without sorting them (by default, assert_eq sorts the input DataFrames before checking equality). It'll be nice to identify+update the tests that would benefit from it.

A first step could be to run the dataframe tests with check_index=False and sort_results=False as defaults.

good first issue dataframe tests
msat59
msat59 commented Jun 1, 2022

The description of rvalue in stats.probplot() is missing.

def probplot(x, sparams=(), dist='norm', fit=True, plot=None, rvalue=False):
...
Parameters
    ----------
    x : array_like
        Sample/response data from which `probplot` creates the plot.
    sparams : tuple, optional
        Distribution-specific shape parameters (shape parameters plus location
        and scale)
scipy.stats Documentation 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 20 days ago

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

Related Topics

python scikit