summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* REL: Update master after 1.19.5 release.Charles Harris2021-01-052-0/+43
* Merge pull request #18007 from eric-wieser/float-printing-docCharles Harris2020-12-282-0/+41
|\
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+2
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-0/+11
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+6
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-161-1/+1
| * DOC: Add a brief explanation of float printingEric Wieser2020-12-162-0/+26
* | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-231-4/+4
|\ \
| * | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4
* | | Merge pull request #18014 from ev-br/bit_gen_docCharles Harris2020-12-191-0/+38
|\ \ \
| * | | MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
| * | | DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
* | | | Merge pull request #17973 from seberg/require-sequence-array-coercionCharles Harris2020-12-181-3/+46
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-101-3/+46
* | | | DOC: fix for doctestsmattip2020-12-161-4/+4
| |_|/ |/| |
* | | Merge pull request #17976 from rnarkk/format-quickstartMatti Picus2020-12-161-197/+181
|\ \ \
| * | | Remove spaces around **Rin Arakaki2020-12-161-6/+6
| * | | Add/remove spaces in snippets and re-format here and thereRin Arakaki2020-12-111-200/+184
| |/ /
* | | Merge pull request #16370 from takanori-pskq/i16217Matti Picus2020-12-1615-168/+235
|\ \ \
| * | | DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-0615-168/+235
* | | | Merge pull request #17637 from takanori-pskq/i13114-add-module-templateMatti Picus2020-12-161-0/+40
|\ \ \ \
| * | | | Update doc/source/_templates/autosummary/module.rstTakanori H2020-10-291-1/+3
| * | | | DOC: Add module templatetakanori-pskq2020-10-261-0/+38
* | | | | DOC: Add more information about poly1d -> polynomial to reference guide (#16164)Ross Barnowski2020-12-151-10/+154
| |_|_|/ |/| | |
* | | | DOC: Rename basics to fundamentals + added description (#17889)Ryan C Cooper2020-12-131-5/+9
* | | | Merge pull request #17888 from spaceofmiah/patch-1Ralf Gommers2020-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Correct sentence/statement compositionAgbonze Osazuwa2020-12-011-1/+1
* | | | DOC: Move links to the end of the sections in new debugging textSebastian Berg2020-12-051-4/+6
* | | | Apply suggestions from code reviewSebastian Berg2020-12-051-8/+10
* | | | DOC: Add information about leak checking and valgrindSebastian Berg2020-12-053-0/+190
* | | | DOC: Update release notes to mention `type(dtype) is not np.dtype`Sebastian Berg2020-12-041-0/+29
* | | | Merge pull request #17876 from sfolje0/quick-fixMatti Picus2020-12-021-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: fixed typo in np-indexing.png explaining [-2:] slice in user guidesfolje02020-11-291-0/+0
* | | | Merge pull request #17875 from charris/prepare-for-1.20.0-releaseCharles Harris2020-11-301-0/+898
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Prepare NumPy 1.20.0 release notes.Charles Harris2020-11-291-62/+93
| * | | DOC: Run towncrier to produce unedited release notes.Charles Harris2020-11-281-0/+867
* | | | DOC: fix typo in glossary.rstHollow Man2020-11-291-1/+1
* | | | MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-272-0/+7
|/ / /
* | | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-261-0/+24
* | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+15
* | | BUG: ensure _UFuncNoLoopError can be pickled (#17377)bernie gray2020-11-181-1/+1
* | | API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-051-1/+1
* | | ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-051-0/+1
| |/ |/|
* | DOC: Add ``ma.isMaskedArray`` and aliasestakanori-pskq2020-11-051-0/+3
* | DOC: Modify Templates (#17691)Takanori H2020-11-044-5/+16
* | Add info on transopose to absolute beginners tutorial (#17703)prateek arora2020-11-031-4/+11
* | REL: Update master after 1.19.4 release.Charles Harris2020-11-023-2/+33
* | REL: Update master after 1.19.3 release.Charles Harris2020-10-282-0/+47
* | Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
* | DOC: Fix some referencestakanori-pskq2020-10-266-12/+13
|/