summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #17241 from charris/cleanup-pyarray_frominterfaceCharles Harris2020-09-071-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Add compatibility release note for gh-17241Charles Harris2020-09-031-0/+6
* | | | | Merge pull request #17220 from mattip/fix17210Matti Picus2020-09-041-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: comment out metadata added via javascriptmattip2020-09-021-1/+2
* | | | | Merge pull request #16134 from seberg/concatenate-dtypeMatti Picus2020-09-032-0/+14
|\ \ \ \ \
| * | | | | Update doc/release/upcoming_changes/16134.compatibility.rstSebastian Berg2020-09-031-5/+5
| * | | | | ENH: Implement concatenate dtype and casting keyword argumentsSebastian Berg2020-09-022-0/+14
* | | | | | Merge pull request #17233 from eric-wieser/deprecate-ndincrSebastian Berg2020-09-031-0/+4
|\ \ \ \ \ \
| * | | | | | DEP: Deprecated ndindex.ndincrEric Wieser2020-09-031-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | 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-0213-26/+3764
| |/ / / / |/| | | |
* | | | | 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
* | | | | | DOC: Use official MATLAB spelling in numpy-for-matlab-users.rst (gh-17215)Ryan C Cooper2020-09-021-34/+34
| |_|/ / / |/| | | |
* | | | | Merge pull request #17210 from susan-shu-c/canonical_urlsMatti Picus2020-09-011-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add space to align indentation in generated htmlSusan Chang2020-09-011-1/+1
| * | | | Remove block to fix duplicate elementsSusan Chang2020-09-011-3/+0
| * | | | Add canonical url to doc templateSusan Chang2020-09-011-0/+5
* | | | | DOC: Fixed headings for tutorials so they appear at new theme sidebar.MelissaWM2020-08-312-21/+42
|/ / / /
* | | | Merge pull request #17074 from mattip/pydata-sphinx-themeRalf Gommers2020-08-317-156/+79
|\ \ \ \
| * | | | MAINT: cleanup layout.htmlmattip2020-08-141-19/+0
| * | | | DOC: fixes from reviewmattip2020-08-141-1/+1
| * | | | DOC, NEP: move wishlist link to the theme configuationmattip2020-08-142-64/+20
| * | | | DOC, NEP: use new theme in NEPs toomattip2020-08-141-0/+21
| * | | | DOC: first step toward switching themesmattip2020-08-145-74/+39
| | |_|/ | |/| |
* | | | ENH: Allow μs as an alias for usEric Wieser2020-08-281-1/+1
* | | | BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-7/+0
* | | | DOC: NEP-42: Fix a few typos.Warren Weckesser2020-08-221-4/+4
| |/ / |/| |
* | | Merge pull request #17119 from person142/nep-41-spacingSebastian Berg2020-08-201-26/+26
|\ \ \
| * | | DOC: make spacing consistent in NEP 41 bullet pointsJosh Wilson2020-08-201-26/+26
| | |/ | |/|
* | | Merge pull request #17116 from eric-wieser/expire-ctypes_load_librarySebastian Berg2020-08-202-1/+2
|\ \ \
| * | | API: Remove `np.ctypeslib.ctypes_load_library`Eric Wieser2020-08-202-1/+2
| |/ /
* | | Merge pull request #17068 from charris/cleanup-pystring_fromstring-usageMatti Picus2020-08-201-0/+4
|\ \ \ | |/ / |/| |
| * | MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-0/+4
* | | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+1
|\ \ \
| * | | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-1/+1
| |/ /
* | | Merge pull request #17029 from seberg/cast-error-returnMatti Picus2020-08-171-0/+14
|\ \ \
| * | | Update doc/release/upcoming_changes/17029.compatibility.rstSebastian Berg2020-08-121-13/+4
| * | | DOC: Add release note for casting error changesSebastian Berg2020-08-111-0/+23
| |/ /
* | | Merge pull request #16841 from marload/fix-issue-16813Matti Picus2020-08-171-0/+19
|\ \ \ | |_|/ |/| |
| * | DOC: Add example to release noteRoss Barnowski2020-08-031-1/+15
| * | Update rst links in changelogRoss Barnowski2020-08-031-2/+2
| * | Update changelog name.Ross Barnowski2020-08-031-0/+0
| * | Update 16841.changes.rstMatti Picus2020-08-031-4/+5
| * | Fix Testmarload2020-08-031-0/+4
* | | DOC: Fixes duplication of toctree content (Closes #17077)MelissaWM2020-08-131-5/+1
* | | ENH: Add support for file like objects to np.core.records.fromfile (#16675)Sidhant Bansal2020-08-131-0/+4
* | | 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
| | |/ | |/|