dask/dask

Implementation of scipy.integrate.simps

Open

#2629 opened on Aug 26, 2017

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Python (11,520 stars) (1,658 forks)batch import
arraygood first issue

Description

Are there plans to implement scipy.integrate.simps? It is a pretty useful method that would easily gain from chunking (when integration is done down one axis of a multi-N array).

Contributor guide