| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13334 from eric-wieser/fix-1-field-unstructured | Matti Picus | 2019-04-25 | 1 | -0/+8 |
|\ |
|
| * | DOC: Add 1.17 release note | Eric Wieser | 2019-04-23 | 1 | -0/+8 |
* | | ENH: Add shape to *_like() array creation (#13046) | Peter Andreas Entschev | 2019-04-25 | 1 | -0/+10 |
* | | DOC: fix typos in dev/index | mattip | 2019-04-25 | 1 | -5/+3 |
* | | Merge pull request #13367 from mattip/dev-guide | Ralf Gommers | 2019-04-23 | 8 | -65/+247 |
|\ \
| |/
|/| |
|
| * | DOC: changes from review | mattip | 2019-04-23 | 3 | -140/+33 |
| * | DOC: reorganize developer docs, use scikit-image as a base for change | mattip | 2019-04-21 | 8 | -58/+347 |
* | | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__ | Charles Harris | 2019-04-22 | 1 | -0/+6 |
|\ \ |
|
| * | | BUG/ENH: Make floor, ceil, and trunc call the matching special methods | Eric Wieser | 2019-04-19 | 1 | -0/+6 |
* | | | MAINT, DOC: Post 1.16.3 release updates. | Charles Harris | 2019-04-21 | 3 | -0/+102 |
* | | | DOC: adding release notes for 1.17.0 | Raghuveer Devulapalli | 2019-04-19 | 1 | -0/+6 |
| |/
|/| |
|
* | | Merge pull request #10741 from eric-wieser/as_integer_ratio | Tyler Reddy | 2019-04-18 | 1 | -0/+6 |
|\ \ |
|
| * | | ENH: Implement `np.floating.as_integer_ratio` | Eric Wieser | 2019-04-10 | 1 | -0/+6 |
* | | | Merge pull request #13218 from debsankha/isfinite-datetime | Charles Harris | 2019-04-18 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' into isfinite-datetime | Matti Picus | 2019-04-10 | 5 | -6/+38 |
| |\ \
| | |/ |
|
| * | | DOC: added release note for `isfinite` support for | Debsankha Manik | 2019-04-07 | 1 | -0/+4 |
* | | | Merge pull request #12889 from ivanov/no-pickles-for-you | Charles Harris | 2019-04-16 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 1 | -0/+5 |
* | | | | Merge pull request #13337 from kritisingh1/conj | Matti Picus | 2019-04-16 | 2 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | DOC: Add docstrings for consistency in aliases | kritisingh1 | 2019-04-16 | 2 | -0/+2 |
* | | | | DOC: Add as_ctypes_type to the documentation | Eric Wieser | 2019-04-15 | 3 | -4/+5 |
|/ / / |
|
* | | | DOC: remove misplaced section at bottom of governance people page | Ralf Gommers | 2019-04-12 | 1 | -5/+0 |
* | | | DOC: list Quansight (company) rather than Quansight Labs (program/division) | Ralf Gommers | 2019-04-11 | 2 | -2/+2 |
* | | | DOC: update people under BIDS Institutional Partner entry. | Ralf Gommers | 2019-04-11 | 1 | -1/+1 |
* | | | DOC: add Quansight Labs as an Institutional Partner | Ralf Gommers | 2019-04-11 | 1 | -1/+3 |
| |/
|/| |
|
* | | Merge pull request #13219 from kikocorreoso/nan_to_num-enhancement | Allan Haldane | 2019-04-09 | 1 | -0/+6 |
|\ \ |
|
| * | | fix (``code``s) sphinx parse warning | kikocorreoso | 2019-04-03 | 1 | -1/+1 |
| * | | Update release notes | kikocorreoso | 2019-04-03 | 1 | -0/+6 |
| |/ |
|
* | | DOC: update numpydoc to latest master | mattip | 2019-04-09 | 1 | -0/+0 |
* | | DOC : PyArray_Descr.names undocumented (#13234) | vrindaaa | 2019-04-03 | 1 | -3/+25 |
* | | DOC: Correctly document the minimum required Sphinx version (#13231) | Kriti Singh | 2019-04-01 | 1 | -1/+1 |
* | | Adding an example of successful execution of numpy.test() to the Docs | Vrinda Narayan | 2019-03-29 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #12988 from qwhelan/bool_ufunc | Eric Wieser | 2019-03-28 | 1 | -0/+6 |
|\ |
|
| * | ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite. | Christopher Whelan | 2019-03-09 | 1 | -0/+6 |
* | | MAINT: add overlap checks to choose, take, put, putmask (#13182) | Allan Haldane | 2019-03-27 | 1 | -0/+5 |
* | | MAINT: Rewrite numpy.pad without concatenate (gh-11358) | Lars Grueter | 2019-03-25 | 1 | -0/+10 |
* | | Merge pull request #13174 from bmakos/Fix#13013 | Matti Picus | 2019-03-24 | 2 | -15/+12 |
|\ \ |
|
| * | | DOC: Attempting to remove duplicate documentation. | Mircea Akos Bruma | 2019-03-21 | 2 | -15/+12 |
* | | | DOC, BUILD: fail the devdoc build if there are warnings | mattip | 2019-03-21 | 3 | -11/+8 |
|/ / |
|
* | | Merge pull request #13162 from mattip/update-numpydocs | Matti Picus | 2019-03-20 | 1 | -0/+0 |
|\ \ |
|
| * | | BUILD: update numpydocs to latest version | mattip | 2019-03-20 | 1 | -0/+0 |
* | | | DOC: Fix c-api function documentation duplication. #13119 | Mircea Akos Bruma | 2019-03-19 | 1 | -10/+8 |
|/ / |
|
* | | Merge pull request #13099 from liwt31/add-indexing-doc | Matti Picus | 2019-03-19 | 2 | -0/+22 |
|\ \ |
|
| * | | DOC: add copy on slicing notice | wtli | 2019-03-14 | 2 | -0/+22 |
| |/ |
|
* | | Merge branch 'master' into deprecate-float-order | Eric Wieser | 2019-03-16 | 5 | -32/+150 |
|\ \ |
|
| * \ | Merge pull request #13127 from eric-wieser/fixup-release-note-whitespace | Matti Picus | 2019-03-15 | 1 | -6/+2 |
| |\ \ |
|
| | * | | DOC: Tidy 1.17.0 release note newlines | Eric Wieser | 2019-03-14 | 1 | -6/+2 |
| * | | | Merge pull request #11689 from tylerjereddy/docs_C_at_symbol | Eric Wieser | 2019-03-14 | 1 | -2/+66 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | DOC: Add ref docs for C generic types. | Tyler Reddy | 2018-10-17 | 1 | -2/+66 |
| * | | | DOC: update scipy-sphinx-theme, fixes search | mattip | 2019-03-14 | 1 | -0/+0 |