summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-052-3/+3
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-042-89/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-032-89/+0
* | MAINT: Remove unused int_asbufferJon Dufresne2020-01-042-12/+7
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-038-19/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-038-19/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-16/+2
|/
* DOC: typo in release.rstmattip2020-01-031-2/+2
* Merge pull request #15205 from rossbar/doc/quickstartRalf Gommers2020-01-021-17/+27
|\
| * DOC: Improvements to Quickstart Tutorial.Ross Barnowski2019-12-301-17/+27
* | Merge pull request #15216 from charris/post-1.17.5-updateCharles Harris2020-01-025-0/+196
|\ \
| * | REL: Update master after NumPy 1.16.6 and 1.17.5 releases.Charles Harris2020-01-015-0/+196
| |/
* | DOC: add release note for 64-bit lapack_litePauli Virtanen2020-01-011-0/+6
|/
* DOC: Added note about LaTeX requirementRoss Barnowski2019-12-291-0/+5
* DOC: Initialize submodules to build docs.Ross Barnowski2019-12-291-0/+11
* DOC: add PR for notemattip2019-12-231-0/+1
* DOC: add moved modules to 1.18 release notemattip2019-12-231-0/+8
* Merge pull request #15154 from rgommers/build-docsMatti Picus2019-12-231-53/+15
|\
| * DOC: update documentation on how to build NumPyRalf Gommers2019-12-231-53/+15
* | MAINT: Update pavement.py for towncrier.Charles Harris2019-12-222-5/+6
|/
* REL: Update master after NumPy 1.18.0 release.Charles Harris2019-12-223-62/+619
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-199-10/+10
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-199-10/+10
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-0/+12
|/
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-182-8/+22
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-212-8/+22
* | DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
* | Merge pull request #15069 from pv/blas-ilp64Charles Harris2019-12-152-17/+30
|\ \
| * | DOC: explain NPY_*_ILP64_ORDER default valuesPauli Virtanen2019-12-141-1/+1
| * | DOC: adjust ILP64 openblas release notePauli Virtanen2019-12-141-4/+3
| * | DOC: document 64-bit BLAS/LAPACK build-time variablesPauli Virtanen2019-12-141-13/+27
* | | DOC: add release note for f2py --f2cmapPauli Virtanen2019-12-141-0/+4
* | | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-141-3/+6
* | | DOC: f2py: copy documentation for .f2cmap file from old f2py FAQPauli Virtanen2019-12-141-0/+49
|/ /
* | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-111-0/+1
* | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-111-0/+10
|\ \
| * | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-251-0/+10
| |/
* | Merge pull request #15066 from numpy/revert-14794-nep-0034-implCharles Harris2019-12-061-1/+0
|\ \
| * | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-1/+0
* | | Merge pull request #15043 from charris/Update-HOWTO_RELEASECharles Harris2019-12-061-64/+69
|\ \ \ | |/ / |/| |
| * | DOC: Update HOWTO_RELEASE.rst.txtCharles Harris2019-12-031-64/+69
* | | Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-061-0/+5
|\ \ \
| * | | DOC: add missing release note for ILP64 OpenBLASPauli Virtanen2019-12-041-0/+5
* | | | Merge pull request #15046 from mattip/random-c-api3Ralf Gommers2019-12-043-19/+11
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: change to link (from review)mattip2019-12-052-2/+4
| * | | API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-042-18/+8
* | | | Merge pull request #15028 from jfbu/latex_fix_preambleMatti Picus2019-12-043-7/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Update LaTeX build instructionsjfbu2019-12-041-2/+4
| * | | [DOC] LaTeX: do PDF build with --halt-on-error optionjfbu2019-12-021-1/+1
| * | | [DOC] LaTeX: Fix preamblejfbu2019-12-021-4/+17