Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 1 | -2/+3 |
|\ | | | | | DOC: Silence many sphinx warnings | ||||
| * | DOC: typos, small fixes | mattip | 2018-06-15 | 1 | -2/+3 |
| | | |||||
* | | DOC: Update einsum docs (#11234) | attack68 | 2018-06-27 | 1 | -118/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Einsum docs improvements. * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: remove 'numpy.core','c_einsum' section from 'add_newdocs.py' * DOC: make :py:func links to all internal functions. * DOC: make :py:func links to all internal functions (minor corrections) * DOC: place `add_newdoc('numpy.core.multiarray','c_einsum'`,...) in file. * DOC: minor requested corrections * DOC: suggested optimize argument Example cases * DOC: copy amendments to second docstring location in add_newdocs.py * DOC: more descriptive text * DOC: required correction to specify a default argument. * DOC: minor presentation fix for example display in einsumfunc.py * DOC: amend c_einsum documentation version, add note about dual documentation | ||||
* | | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -1/+1 |
|/ | |||||
* | TST: Add np.core._multiarray_tests.format_float_OSprintf_g | Eric Wieser | 2018-05-28 | 1 | -0/+31 |
| | | | | | For development/testing purposes, it's convenient to have access to the system printf for floats. This is a very simple printf interface. | ||||
* | DOC: Clarify tofile requirement | Kevin Sheppard | 2018-05-22 | 1 | -0/+5 |
| | | | | | Clarify that tofile requires a file that can be directly written to and not a general file-like object | ||||
* | DOC: Mention we can return unitinitialized values (#11086) | Matti Picus | 2018-05-15 | 1 | -3/+7 |
| | | | | | | | | | | | | * DOC: mention we can return unitinitialized values * squash and rebase, extend explanation and improve docstring template * MAINT: Spelling fixes for docstrings. [ci skip] * MAINT: Update following feedback. | ||||
* | Merge pull request #10949 from mattip/doc-nditer | Allan Haldane | 2018-04-27 | 1 | -5/+11 |
|\ | | | | | DOC: cleanup documentation, continuation of nditer PR #9998 | ||||
| * | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 1 | -5/+11 |
| | | |||||
* | | ENH: Implement initial kwarg for ufunc.add.reduce | Hameer Abbasi | 2018-04-24 | 1 | -2/+27 |
|/ | |||||
* | emphasis accessing `it.operands` only on open iterator | mattip | 2018-04-22 | 1 | -9/+19 |
| | |||||
* | Merge pull request #9998 from mattip/nditer-as-context-manager | Allan Haldane | 2018-04-21 | 1 | -8/+41 |
|\ | | | | | ENH: Nditer as context manager | ||||
| * | fixes from review | mattip | 2018-04-21 | 1 | -3/+4 |
| | | |||||
| * | ENH: add nditer.close as per review | mattip | 2018-04-20 | 1 | -1/+1 |
| | | |||||
| * | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 1 | -8/+40 |
| | | |||||
* | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -11/+7 |
|/ | |||||
* | Merge pull request #10867 from Carreau/link-full | Stefan van der Walt | 2018-04-14 | 1 | -7/+17 |
|\ | | | | | DOC: Cross-reference full/full_like in a few "See Also" sections. | ||||
| * | 'remove indirect relationships' | Matthias Bussonnier | 2018-04-09 | 1 | -9/+0 |
| | | |||||
| * | Cross Link full/full_like in a few see-also. | Matthias Bussonnier | 2018-04-09 | 1 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While teaching numpy I was asked the best way to create an array of nan, and `np.full` seem not be cross linked from many places; In particular in the documentation of `zeros` and `ones` seam like obvious candidates to add them. Reorder all the see-also to be - empty_like - ones_like - zero_like - full_like - empty - ones - zeros - full | ||||
* | | DOC: State in docstring that lexsort is stable (#10873). | Pierre Chanial | 2018-04-10 | 1 | -1/+1 |
|/ | |||||
* | add stablesort in np.sort and point to mergesort | Lakshay Garg | 2018-03-23 | 1 | -1/+1 |
| | | | | Closes #10784 | ||||
* | fixed order of notes and examples | Jonas Rauber | 2018-03-15 | 1 | -8/+8 |
| | |||||
* | Update add_newdocs.py | Jonas Rauber | 2018-03-15 | 1 | -3/+9 |
| | |||||
* | fixes #10747 | Jonas Rauber | 2018-03-15 | 1 | -2/+4 |
| | |||||
* | DOC zeros, empty, and ones now have consistent docstrings | Nelle Varoquaux | 2018-03-01 | 1 | -7/+9 |
| | | | | closes #10611 | ||||
* | Update add_newdocs.py | Eric Wieser | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | DOC: promote_types is _not_ associative by design, despite the fact it would ↵ | Eric Wieser | 2018-02-08 | 1 | -1/+9 |
| | | | | | | be nice if it was Also give an example of the non-associative case. | ||||
* | DOC: See #7968 | derrick | 2018-01-12 | 1 | -1/+4 |
| | |||||
* | DOC: Fix typos in partition method (#10334) | Milo | 2018-01-05 | 1 | -4/+4 |
| | |||||
* | Merge pull request #10298 from eric-wieser/digitize-docs | Charles Harris | 2017-12-31 | 1 | -8/+21 |
|\ | | | | | DOC: Explain np.digitize and np.searchsorted more clearly | ||||
| * | DOC: Explain np.digitize more clearly | Eric Wieser | 2017-12-31 | 1 | -8/+21 |
| | | | | | | | | | | | | | | Show the four modes in a table for clarity Compare to searchsorted [ci-skip] | ||||
* | | ENH: Allow ptp to take an axis tuple and keepdims | Eric Wieser | 2017-12-28 | 1 | -1/+1 |
|/ | |||||
* | DOC: document nested_iters (#10078) | Matti Picus | 2017-12-15 | 1 | -0/+61 |
| | |||||
* | DOC: change 'a'->'prototype' in empty_like docs | Jake VanderPlas | 2017-12-12 | 1 | -8/+8 |
| | |||||
* | DOC: Add documentation for datetime_data | Eric Wieser | 2017-11-27 | 1 | -0/+37 |
| | | | | [ci-skip] | ||||
* | DOC: Add documentation for datetime_as_string | Eric Wieser | 2017-11-27 | 1 | -0/+61 |
| | | | | [ci-skip] | ||||
* | DOC: add docstring to ufunc.signature | Marten van Kerkwijk | 2017-11-25 | 1 | -5/+35 |
| | |||||
* | Merge pull request #9458 from eric-wieser/copyto-scalar | Allan Haldane | 2017-11-20 | 1 | -1/+1 |
|\ | | | | | MAINT: Improve performance of np.copyto(where=scalar) | ||||
| * | DOC: Fix incorrect default for where | Eric Wieser | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | None would be cast to False, which is the opposite of the intended default! | ||||
* | | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -1/+1 |
| | | |||||
* | | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵ | Matti Picus | 2017-11-08 | 1 | -18/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITEBACKIFCOPY (#9639) * ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use * BUG: Fix usage of keyword "from" as argument name for "can_cast". Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). * UPDATEIFCOPY -> WRITEBACKIFCOPY, documentation * fixes for review * review2, fix new test * fix new test for using self.assert_deprecated * change deprecation logic as per review * new logic exposed places where PyArray_ResolveWritebackIfCopy not called * deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy * code review changes * clean up merge cruft * fix from review * fixes from review * extend the release note | ||||
* | | Merge pull request #9920 from xuhdev/dot-doc | Charles Harris | 2017-11-07 | 1 | -5/+15 |
|\ \ | | | | | | | DOC: dot: Add explanation in case `b` has only 1 dimension. | ||||
| * | | DOC: dot: Improve and add explanation in case `b` has only 1 dimension. | Hong Xu | 2017-11-05 | 1 | -5/+15 |
| | | | |||||
* | | | DOC: ndarray.reshape allows shape as int arguments or tuple | John Goetz | 2017-10-25 | 1 | -0/+7 |
|/ / | | | | | | | | | Adding note about difference between `numpy.reshape` and `ndarray.reshape`. See issue #570 | ||||
* | | MAINT: Punctuate `fromstring` docstring. | Charles Harris | 2017-10-22 | 1 | -2/+2 |
| | | | | | | [ci skip] | ||||
* | | DEP: Letting fromstring pretend to be frombuffer is a bad idea | Eric Wieser | 2017-10-19 | 1 | -10/+13 |
| | | | | | | | | Interpreting a unicode string as raw binary data is a terrible idea, especially if the encoding is determined by the system (python 2) | ||||
* | | DOC: ndarray.__copy__ takes no arguments [skip ci] | Michael Seifert | 2017-10-13 | 1 | -11/+5 |
| | | |||||
* | | DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828) | Oleg Zabluda | 2017-10-05 | 1 | -2/+3 |
| | | |||||
* | | DOC: Update ndarray.shape property documention. | Charles Harris | 2017-10-04 | 1 | -10/+14 |
| | | | | | | | | [ci skip] | ||||
* | | DOC: Improve ndarray.shape property documentation. | solarjoe | 2017-10-02 | 1 | -1/+8 |
| | | | | | | | | [ci skip] |