summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Added note about LaTeX requirementRoss Barnowski2019-12-291-0/+5
| | | | | Building the html docs from source requires a working LaTeX build environment to get the equations rendered properly.
* DOC: Initialize submodules to build docs.Ross Barnowski2019-12-291-0/+11
| | | | | | Added instructions to the developer guide on initializing the submodules containing numpydoc and the scipy sphinx theme before building the documentation.
* 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 NumPy
| * DOC: update documentation on how to build NumPyRalf Gommers2019-12-231-53/+15
| | | | | | | | | | | | Closes gh-15151 [ci skip]
* | MAINT: Update pavement.py for towncrier.Charles Harris2019-12-222-5/+6
|/ | | | | | | | The update is needed so that the links generated by towncrier are converted in the README.md file generated for the github release documentation. The code is also simplified. [skip ci]
* REL: Update master after NumPy 1.18.0 release.Charles Harris2019-12-223-62/+619
| | | | | | | | | | - Update .mailmap. - Update release notes. - Create changelog - Remove duplicate release note entry. - Fix release note path in pavement. [skip ci]
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-199-10/+10
|\ | | | | DOC: Fix typos, via a Levenshtein-style corrector
| * 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
|/ | | * DOC: Add links to scipy linalg fuctions and compare numpy.linalg vs scipy.linalg.
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-182-8/+22
|\ | | | | API: Use `ResultType` in `PyArray_ConvertToCommonType`
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-212-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This slightly modifies the behaviour of `np.choose` (practically a bug fix) and the public function itself. The function is not used within e.g. SciPy, so the small performance hit of this implementation is probably insignificant. The change should help clean up dtypes a bit, since the whole "scalar cast" logic is brittle and should be deprecated/removed, and this is probably one of the few places actually using it. The choose change means that: ``` np.choose([0], (1000, np.array([1], dtype=np.uint8))) ``` will actually return a value of 1000 (the dtype not being uint8).
* | DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
| | | | | | | | Remove reference to outdated basic RNG
* | Merge pull request #15069 from pv/blas-ilp64Charles Harris2019-12-152-17/+30
|\ \ | | | | | | ENH: add support for ILP64 OpenBLAS (without symbol suffix)
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, f2py loaded the type mappings from a file ``.f2py_f2cmap`` in current directory, at import time. Make the file name customizable by adding a ``--f2cmap`` command line option, and postpone loading the file to f2py.run_main(). Moreover, restore the default type mapping in f2py.run_main() before loading the customizations, so that multiple calls to f2py.run_main() do not interfere with each other. (For example, numpy.distutils calls f2py multiple times in the same process.)
* | | 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
| | | | | | | | | | | | This work is a follow up of gh-12658. As requested in gh-15063, add NaT sort support for timedelta64 datatypes also. Fixes gh-15063
* | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-111-0/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c088383cb290ca064d456e89d79177a0e234cb8d and uses the same kind casting rule for the additional keyword arguments ``to_end`` and ``to_begin``. This results in slightly more leniant behaviour for integers (which can now have overflows that are hidden), but fixes an issue with the handling of NaN. Generally, this behaviour seems more conistent with what NumPy does elsewhere. The Overflow issue exists similar in many other places and should be solved by integer overflow warning machinery while the actual cast takes place. Closes gh-13103
| * | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-251-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c088383cb290ca064d456e89d79177a0e234cb8d and uses the same kind casting rule for the additional keyword arguments ``to_end`` and ``to_begin``. This results in slightly more leniant behaviour for integers (which can now have overflows that are hidden), but fixes an issue with the handling of NaN. Generally, this behaviour seems more conistent with what NumPy does elsewhere. The Overflow issue exists similar in many other places and should be solved by integer overflow warning machinery while the actual cast takes place. Closes gh-13103
* | 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 "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.txt
| * | DOC: Update HOWTO_RELEASE.rst.txtCharles Harris2019-12-031-64/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove obsolete bits. - Update Python versions. - Add some blank lines for clarity - Make list markup uniform. [ci skip]
* | | Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-061-0/+5
|\ \ \ | | | | | | | | MAINT: follow-up cleanup for blas64 PR
| * | | 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
|\ \ \ \ | |/ / / |/| | | API, DOC: change names to multivariate_hypergeometric, improve docs
| * | | 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
|\ \ \ \ | |/ / / |/| | | [DOC] LaTeX: fix preamble (closes #15026)
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Memo: latex_preamble got removed from Sphinx at 1.6.1, and old LaTeX package expdlist requires a fix else it breaks LaTeX if a description list is in a table cell, and it causes anyhow many LaTeX complaints about Underfull box (badness 10000). The fix for these complaints is copied over from https://github.com/scipy/scipy/commit/c881fdea7a7ef7c518b789 and it turns out it is also a fix for the crash in case a description list is in a table..
* | | | REL: Update master after 1.18.x branch.Charles Harris2019-12-032-7/+1
| |/ / |/| | | | | | | | | | | | | | | | | Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x.
* | | Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-032-64/+91
|\ \ \ | | | | | | | | DOC, API: improve the C-API/Cython documentation and interfaces for random
| * | | DOC: fixes from reviewmattip2019-12-034-15/+7
| | | |
| * | | DOC: sphinx does not like breaking function declarations over linesmattip2019-11-291-17/+5
| | | |
| * | | API: rename functions in distributions.c,hmattip2019-11-291-10/+2
| | | |
| * | | DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-293-0/+6
| | | |
| * | | DOC: improve the C-API/Cython documentation for randommattip2019-11-292-50/+99
| |/ /
* | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-0/+8
|\ \ \ | | | | | | | | DEP: issue deprecation warning when creating ragged array (NEP 34)
| * | | DOC: update link to published linkmattip2019-11-021-1/+1
| | | |
| * | | DOC: add vertical space in towncrier templatemattip2019-10-311-0/+1
| | | |
| * | | DOC: add release notemattip2019-10-311-0/+7
| | | |
* | | | DOC: Update note for using towncrierCharles Harris2019-12-021-7/+7
| | | |
* | | | DOC: Create 1.18.0 release note.Charles Harris2019-12-0245-237/+348
| | | |