summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #17481 from takanori-pskq/i13114-fix-structures-memberMatti Picus2020-10-071-251/+251
|\
| * DOC: Fix the entries for members of structurestakanori-pskq2020-10-071-251/+251
* | DOC: rm numpy. from type alias attr definitions.Ross Barnowski2020-10-061-14/+14
* | DOC: add some missing scalar aliasesEric Wieser2020-10-061-5/+23
|/
* Merge pull request #17464 from takanori-pskq/i13114-add-entriesMatti Picus2020-10-062-75/+112
|\
| * Fix: Remove the link for `PyArrayMapIterObject`takanori-pskq2020-10-061-3/+1
| * Fixuptakanori-pskq2020-10-061-2/+2
| * DOC: Add some entries for C types and macrostakanori-pskq2020-10-062-74/+113
* | Merge pull request #17331 from eric-wieser/remove-scalar-tablesMatti Picus2020-10-061-99/+220
|\ \ | |/ |/|
| * DOC: typo.Ross Barnowski2020-10-051-1/+1
| * DOC: Overhaul the scalar type documentation to use `..autoclass`Eric Wieser2020-10-041-99/+220
* | DOC: Fix some references for macrostakanori-pskq2020-10-054-9/+18
* | Fix: Add the entry for `NPY_ARR_HAS_DESCR`takanori-pskq2020-10-051-0/+2
* | DOC: Fix the references for macrostakanori-pskq2020-10-043-5/+17
|/
* DOC: Fix the links for ``Ellipsis`` (#17431)Takanori H2020-10-021-4/+4
* DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-291-0/+5
* DOC: Fix incorrect `.. deprecated::` syntax that led to this note being invis...Eric Wieser2020-09-181-8/+9
* Merge pull request #17330 from eric-wieser/dtype-docsSebastian Berg2020-09-161-26/+29
|\
| * DOC: Fix broken references and make the tables a little clearerEric Wieser2020-09-161-26/+29
* | DOC: add new glossary terms (#17263)Matti Picus2020-09-141-0/+3
|/
* Merge pull request #17154 from eric-wieser/remove-PyCObject-refsCharles Harris2020-09-071-22/+37
|\
| * Wrap linesEric Wieser2020-08-261-4/+6
| * Improve wording of noteEric Wieser2020-08-261-2/+4
| * DOC: Remove references to PyCObjectEric Wieser2020-08-241-22/+33
* | DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-031-1/+1
* | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-1/+157
* | ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-021-0/+94
* | Merge pull request #17182 from seberg/doc-metadataMatti Picus2020-09-021-0/+7
|\ \
| * | DOC: Document ``dtype.metadata``Sebastian Berg2020-08-281-0/+7
* | | ENH: Allow μs as an alias for usEric Wieser2020-08-281-1/+1
|/ /
* | API: Remove `np.ctypeslib.ctypes_load_library`Eric Wieser2020-08-201-1/+0
|/
* Merge pull request #16886 from takanori-pskq/i13114-3Matti Picus2020-08-135-12/+12
|\
| * DOC: Fix types including curly bracestakanori-pskq2020-08-135-12/+12
* | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-122-22/+0
|/
* Merge pull request #16894 from takanori-pskq/fix-doc-dtypes-quoteMatti Picus2020-08-011-16/+0
|\
| * DOC: Fix wrong markups in `arrays.dtypes`takanori-pskq2020-08-011-16/+0
* | DOC: Remove the links for ``True`` and ``False`` (#16887)Takanori H2020-07-312-6/+6
|/
* Merge pull request #16896 from takanori-pskq/i13114-5Matti Picus2020-07-317-178/+169
|\
| * DOC: Fixuptakanori-pskq2020-07-252-14/+5
| * DOC: Fix the role of references (var -> macro)takanori-pskq2020-07-257-163/+163
| * DOC: Remove links for C codestakanori-pskq2020-07-181-3/+3
* | DOC: Fix the declarations of C fuctions (#16897)Takanori H2020-07-311-2/+2
* | DOC: Add ufunc docstring to generated docs.Ross Barnowski2020-07-201-0/+5
|/
* DOC: describe ufunc copy behavior when input and output overlap (#16826)Neal C2020-07-161-0/+13
* Merge pull request #16836 from seiko2plus/doc_simd_improve_ftablesSebastian Berg2020-07-144-198/+282
|\
| * DOC: improve SIMD features tablesSayed Adel2020-07-144-198/+282
* | Update doc/source/reference/random/index.rstCharles Harris2020-07-131-2/+1
* | DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-121-9/+9
* | DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-121-24/+22
* | DOC: add examples to random number generator pagesLaurie2020-07-121-20/+59
|/