Skip to content
Open
Changes from 2 commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
0c44759
MAINT: linalg: Replace some uses of the single letter variable 'I'.
WarrenWeckesser Feb 9, 2018
424453d
MAINT: linalg: Don't use the variable 'l'
WarrenWeckesser Feb 9, 2018
b5705e8
ENH: special: implement Owen's T function
evgenyzhurko Mar 2, 2017
3f84e5b
PEP8 fixes for ndimage.morphology
soupault Feb 21, 2018
daea457
Properly handle bool arrays in white_ and black_tophat
soupault Feb 21, 2018
62d4c04
Massive pep8ification of test_ndimage
soupault Feb 21, 2018
83bd206
Added tests for white_ and black_tophat for bool arrays
soupault Feb 21, 2018
15c5717
MAINT: Trivial typos
luzpaz Feb 23, 2018
1ef67e1
Merge pull request #8464 from luzpaz/trivial-typos
person142 Feb 23, 2018
200f6dd
CI: fixing doctests (#8279)
andyfaff Feb 23, 2018
3d773eb
DOC: Docstring example for integrate.romb (#8467)
rafalalgo Feb 24, 2018
895a774
Merge pull request #7120 from evgenyzhurko/owenst
person142 Feb 24, 2018
b2bd195
BUG: spatial: make _Qhull.__dealloc__ PyPy-friendly
pv Feb 25, 2018
b565228
BUG: spatial: call ndarray.resize in qhull.pyx always with refcheck=F…
pv Feb 25, 2018
f2820ee
TST: _lib: disable refcounting tests on PyPy
pv Feb 25, 2018
2b985ba
DOC:Add examples for integrate.quadpack docstrings (#8447)
samyak0210 Feb 25, 2018
0f96b75
Merge pull request #8474 from pv/pypy-1
person142 Feb 25, 2018
78c97e2
Merge pull request #8476 from pv/pypy-norefctest
person142 Feb 25, 2018
81bea4e
BUG: signal/signaltools: fix wrong refcounting in PyArray_OrderFilterND
pv Feb 25, 2018
0b914a4
DOC: Docstring example for ndimage.minimum_position (#8470)
rafalalgo Feb 25, 2018
5bb3190
MAINT: sparse: remove stuff related to __numpy_ufunc__ (#8475)
pv Feb 25, 2018
80e76d4
Fix pycodestyle E305 using autopep8 (#8391)
peterjc Feb 25, 2018
005f444
MAINT: hide symbols on Linux when using GNU linker (#8463)
pv Feb 25, 2018
96b59f9
Merge pull request #8477 from pv/signal-refcnt
rgommers Feb 25, 2018
c61f804
BUG: io/matlab/streams: use bytearray, not bytes, for mutable buffers
pv Feb 25, 2018
96d4e5c
BUG: io/matlab: make streams.pyx pypy-compatible
pv Feb 25, 2018
8e6fe57
TST: integrate: use integers instead of PyCapsules to store pointers
pv Feb 25, 2018
d3f28b5
Merge pull request #8479 from pv/pypy-matlabio
rgommers Feb 25, 2018
3cb47b2
BUG: io/matlab: work around issue in to_writeable on PyPy
pv Feb 25, 2018
88c0616
MAINT: bench nelder-mead + slow func eval
andyfaff Feb 22, 2018
322f519
Merge pull request #8482 from pv/integrate-intptr
person142 Feb 26, 2018
272b2ed
Merge pull request #8392 from WarrenWeckesser/linalg-single-letter-vars
ilayn Feb 26, 2018
546bada
Refactored x_tophat functions, added tests for type missmatch
soupault Feb 26, 2018
68c9294
Merge pull request #8455 from soupault/ndi_morph_bool
jaimefrio Feb 26, 2018
9ac6a01
Merge pull request #8484 from pv/fix-pypy-savemat-struct
person142 Feb 27, 2018
d67829b
Update ROADMAP.rst.txt
mirca Feb 27, 2018
61a9692
Merge pull request #8490 from mirca/patch-1
rgommers Feb 27, 2018
d6ccd27
ENH: special: make Chebyshev nodes symmetric
person142 Feb 28, 2018
5b71f21
DOC: Add a note on 'overwrite_<>' keyword (#8276)
APwhitehat Feb 28, 2018
9f5b9da
DOC: Add explicit reason for no Herm/Sym check
ilayn Feb 28, 2018
8aea03b
MAINT: Ensure _argmaxima1d doesn't keep unneeded memory. (#8499)
jaimefrio Feb 28, 2018
3aa423c
Merge pull request #8497 from ilayn/eigh_doc
ilayn Mar 1, 2018
447949c
DOC: Add missing description to `brute_force` parameter.
Mar 1, 2018
3cb2982
Merge pull request #8462 from andyfaff/nmbench
andyfaff Mar 2, 2018
e87e071
Merge pull request #8507 from jhlegarreta/FixMissingMorphologyParamet…
jaimefrio Mar 2, 2018
6f3089c
MAINT: Simplify return value of ndimage functions.
Feb 21, 2018
121f064
Fix typos in morphology.py
Feb 25, 2018
775ca60
TST: Add test for iterations=0, brute_force=True binary_erosion.
jaimefrio Feb 25, 2018
6249761
CI: port CircleCI config to v2 (#8502)
stefanv Mar 3, 2018
2de4761
CI: fix circleci devdocs upload
pv Mar 3, 2018
88f276d
BENCH: add nelder-mead to list of methods (#8509)
andyfaff Mar 3, 2018
fd5944d
MAINT: special: make more functions static
pv Feb 20, 2018
144e391
MAINT: special: mark constant arrays static const
pv Feb 20, 2018
ab67c6d
Merge pull request #8496 from person142/chebyt
pv Mar 3, 2018
7b15701
CI: fix circleci devdocs upload (try 2)
pv Mar 3, 2018
0844848
CI: fix circleci devdocs upload (try 3)
pv Mar 3, 2018
6d2de18
CI: fix circleci devdocs upload (try 4)
pv Mar 3, 2018
1c673bc
CI: fix circleci devdocs upload (try 5)
pv Mar 3, 2018
a0196bf
TST: special: mark a slow test as xslow
person142 Mar 3, 2018
d547cc5
Merge pull request #8513 from person142/slow-test
ev-br Mar 3, 2018
c8c4f45
Merge pull request #8488 from pv/special-const
person142 Mar 4, 2018
ed61f17
Merge pull request #8461 from jaimefrio/ndimage_return
rgommers Mar 5, 2018
102c334
MAINT: Avoid unnecessary array copies in xdist (#7911)
deasmhumhna Mar 5, 2018
386542c
ENH: Extend peak finding capabilities in scipy.signal (#8264)
lagru Mar 5, 2018
b3ddb2c
TST: Improve coverage of convolve, etc. (#8413)
endolith Mar 5, 2018
676a220
MAINT: Move spline related code to splines.h / splines.c.
jaimefrio Feb 28, 2018
78c487c
TST: Fix failing test.
jaimefrio Mar 2, 2018
6354552
Small style fixes.
jaimefrio Mar 2, 2018
43952db
DOC: Better docstrings for ndimage.filters.py.
jaimefrio Mar 6, 2018
e2fbe76
DOC: Move common docstrings to its own file for reuse.
jaimefrio Mar 7, 2018
3208f18
DOC: Better, shared docstrings in ndimage.interpolation.py.
jaimefrio Mar 7, 2018
186fd33
Merge pull request #8528 from jaimefrio/ndimage_mode_doc
rgommers Mar 7, 2018
665fe7d
DOC: Docstring example for signal.cmplx_sort (#8481)
ziejcow Mar 7, 2018
660e095
TST: Add a test of spline filtering vs. matrix solving.
jaimefrio Mar 5, 2018
d13f162
BUG: Fix PEP8 errors introduced in #8528.
jaimefrio Mar 7, 2018
2d15592
Merge pull request #8533 from jaimefrio/pep8_whitespace
rgommers Mar 8, 2018
b26ac7e
Merge pull request #8512 from jaimefrio/spline_poles
charris Mar 8, 2018
9a11075
Documentation - example added for voronoi_plot_2d (#8527)
mknorps Mar 8, 2018
6fad426
CircleCI: Share data between jobs (#8514)
stefanv Mar 8, 2018
c0dc332
MAINT: special: clean up Cephes header files (#8442)
person142 Mar 9, 2018
768251c
BUG: linalg: Fixed typo in flapack.pyf.src. (#8530)
WarrenWeckesser Mar 9, 2018
5a6fad5
ENH: scipy.linalg.eigsh cannot get all eigenvalues (#7004)
amanp10 Mar 9, 2018
1da95f6
ENH: use common Halley's method instead of parabolic variant (#8489)
mikofski Mar 10, 2018
c10dc21
MAINT: Fix a couple mistakes in .pyf files. (#8538)
WarrenWeckesser Mar 10, 2018
43e27ec
DOC: stats: invweibull is also known as Frechet or type II extreme va…
WarrenWeckesser Mar 12, 2018
6a5b55a
Merge pull request #8549 from WarrenWeckesser/doc-invweibull-frechet
ilayn Mar 13, 2018
0156791
Remove numerical arguments from convolve2d / correlate2d (#8542)
endolith Mar 13, 2018
c72924c
PEP for Optimizer class
andyfaff Feb 14, 2018
8fcd7d9
Motivation
stsievert Feb 16, 2018
c1cadf1
MAINT: rename pep file, change copyright
andyfaff Mar 18, 2018
d7b81f5
DOC: clean. remove notes, correct formatting
stsievert Mar 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scipy/ndimage/_ni_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
temporary `float64` array of filtered values if `order > 1`. If
setting this to False, the output will be slightly blurred if
`order > 1`, unless the input is prefiltered, i.e. it is the result
of calling `spline_filter` on the original input.""" )
of calling `spline_filter` on the original input.""")

docdict = {
'input': _input_doc,
Expand Down