summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-043-3/+34
|\
| * DOC: Update poly class refguide printing.Ross Barnowski2020-05-152-3/+26
| * ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-071-0/+8
* | DOC: NEP for C style guide (#16430)bjnath2020-06-042-210/+263
* | Merge pull request #16465 from bjnath/dev_workflow_link_fixRalf Gommers2020-06-012-11/+11
|\ \
| * | DOC: Fix development_workflow linksBen Nathanson2020-06-012-11/+11
* | | Merge pull request #16306 from seberg/troubleshooting-fix-envCharles Harris2020-05-311-4/+2
|\ \ \
| * | | DOC: Fix troubleshooting code snippet when env vars are emptySebastian Berg2020-05-201-4/+2
* | | | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-0/+7
* | | | Merge pull request #16447 from rgommers/make-showCharles Harris2020-05-311-1/+6
|\ \ \ \
| * | | | DOC: add a "make show" command to doc/MakefileRalf Gommers2020-05-311-1/+6
* | | | | DOC: Add a NEP link to all neps.Matthias Bussonnier2020-05-3040-21/+87
|/ / / /
* | | | Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefileCharles Harris2020-05-301-1/+1
|\ \ \ \
| * | | | DOC: Fix an obvious mistake in a message printed in doc/Makefile.Warren Weckesser2020-05-241-1/+1
* | | | | Update nep-0029-deprecation_policy.rstMatthias Bussonnier2020-05-291-1/+1
* | | | | DOC: Add a reference into NEP 29,Matthias Bussonnier2020-05-291-0/+2
| |_|/ / |/| | |
* | | | Merge pull request #16428 from bjnath/add-style-guideRalf Gommers2020-05-291-0/+7
|\ \ \ \
| * | | | DOC: Add style guide to howto_documentBen Nathanson2020-05-291-0/+7
* | | | | DOC: remove "Provisional" from NEPs overview if no NEPs have that statusRalf Gommers2020-05-292-1/+9
* | | | | DOC: change NEP 18 status to FinalRalf Gommers2020-05-291-1/+1
|/ / / /
* | | | DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
* | | | Merge pull request #15900 from seberg/deprecate-empty-indexing-errorMatti Picus2020-05-281-0/+16
|\ \ \ \
| * | | | DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-271-0/+16
| |/ / /
* | | | DOC,BLD: Update make dist html target.Ross Barnowski2020-05-271-2/+2
* | | | MAINT,DOC: add index for user docs. (#16373)Ross Barnowski2020-05-271-0/+26
|/ / /
* | | DOC: Reconstruct Testing Guideline. (#16323)Chunlin2020-05-231-50/+71
* | | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-222-4/+6
* | | DOC: Fix spelling typo - homogenous to homogeneous. (#16324)Kevin Moore2020-05-214-5/+5
* | | DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
* | | MAINT: Bumpy numpydoc version.Ross Barnowski2020-05-201-0/+0
|/ /
* | Merge pull request #15997 from panpiort8/array_pretty_printMatti Picus2020-05-201-0/+12
|\ \
| * | Update doc/release/upcoming_changes/15997.improvement.rstpanpiort82020-05-201-4/+12
| * | Improve the snippetPan Jan2020-05-201-3/+4
| * | Move the snippet notePan Jan2020-05-193-12/+4
| * | Add release note snippetPan Jan2020-05-072-1/+12
* | | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-192-1/+6
|\ \ \
| * | | REL: Add a release note about the deprecation of numpy.dual.Warren Weckesser2020-05-051-0/+5
| * | | DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-051-1/+1
* | | | DOC: Add PyArray_ContiguousFromObject C docs (gh-16207)Guilherme Leobas2020-05-181-3/+11
* | | | Merge pull request #16257 from WarrenWeckesser/doc-glue-f2pySebastian Berg2020-05-181-22/+29
|\ \ \ \
| * | | | DOC: A few small changes in the "Using Python as Glue" page.Warren Weckesser2020-05-181-7/+7
| * | | | DOC: Update the f2py section of the "Using Python as Glue" page.Warren Weckesser2020-05-161-15/+22
* | | | | REL: Update master after 1.19.x branch.Charles Harris2020-05-1743-315/+476
* | | | | Merge pull request #16269 from tbm/typoMatti Picus2020-05-1711-13/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-1711-13/+13
* | | | | DOC: Updated the f2py section of the "Using Python as Glue" page. (#16258)Siba Smarak Panigrahi2020-05-161-4/+4
* | | | | BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-161-0/+4
|/ / / /
* | | | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-152-8/+8
|\ \ \ \
| * | | | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-102-8/+8
* | | | | Merge pull request #16228 from anirudh2290/compilers_supported_docSebastian Berg2020-05-131-5/+5
|\ \ \ \ \