Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DOC: add PR for note | mattip | 2019-12-23 | 1 | -0/+1 | |
| | ||||||
* | DOC: add moved modules to 1.18 release note | mattip | 2019-12-23 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #15154 from rgommers/build-docs | Matti Picus | 2019-12-23 | 1 | -53/+15 | |
|\ | | | | | DOC: update documentation on how to build NumPy | |||||
| * | DOC: update documentation on how to build NumPy | Ralf Gommers | 2019-12-23 | 1 | -53/+15 | |
| | | | | | | | | | | | | Closes gh-15151 [ci skip] | |||||
* | | MAINT: Update pavement.py for towncrier. | Charles Harris | 2019-12-22 | 1 | -3/+3 | |
|/ | | | | | | | | 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 Harris | 2019-12-22 | 1 | -58/+86 | |
| | | | | | | | | | | - 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_leven | Matti Picus | 2019-12-19 | 5 | -6/+6 | |
|\ | | | | | DOC: Fix typos, via a Levenshtein-style corrector | |||||
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 5 | -6/+6 | |
| | | ||||||
* | | DOC: linalg: Include information about scipy.linalg. (#14988) | Warren Weckesser | 2019-12-19 | 1 | -0/+12 | |
|/ | | | * DOC: Add links to scipy linalg fuctions and compare numpy.linalg vs scipy.linalg. | |||||
* | Merge pull request #14933 from seberg/cleanup-converttocommontype | Matti Picus | 2019-12-18 | 1 | -8/+12 | |
|\ | | | | | API: Use `ResultType` in `PyArray_ConvertToCommonType` | |||||
| * | API: Use `ResultType` in `PyArray_ConvertToCommonType` | Sebastian Berg | 2019-11-21 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 RNG | Kevin Sheppard | 2019-12-18 | 1 | -5/+5 | |
| | | | | | | | | Remove reference to outdated basic RNG | |||||
* | | Merge pull request #15069 from pv/blas-ilp64 | Charles Harris | 2019-12-15 | 2 | -17/+30 | |
|\ \ | | | | | | | ENH: add support for ILP64 OpenBLAS (without symbol suffix) | |||||
| * | | DOC: explain NPY_*_ILP64_ORDER default values | Pauli Virtanen | 2019-12-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | DOC: adjust ILP64 openblas release note | Pauli Virtanen | 2019-12-14 | 1 | -4/+3 | |
| | | | ||||||
| * | | DOC: document 64-bit BLAS/LAPACK build-time variables | Pauli Virtanen | 2019-12-14 | 1 | -13/+27 | |
| | | | ||||||
* | | | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap | Pauli Virtanen | 2019-12-14 | 1 | -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 FAQ | Pauli Virtanen | 2019-12-14 | 1 | -0/+49 | |
|/ / | ||||||
* | | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) | Tirth Patel | 2019-12-11 | 1 | -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 #15052 from pv/blas64-fixup | Sebastian Berg | 2019-12-06 | 1 | -0/+5 | |
|\ \ | | | | | | | MAINT: follow-up cleanup for blas64 PR | |||||
| * | | DOC: add missing release note for ILP64 OpenBLAS | Pauli Virtanen | 2019-12-04 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #15046 from mattip/random-c-api3 | Ralf Gommers | 2019-12-04 | 3 | -19/+11 | |
|\ \ \ | |/ / |/| | | API, DOC: change names to multivariate_hypergeometric, improve docs | |||||
| * | | DOC: change to link (from review) | mattip | 2019-12-05 | 2 | -2/+4 | |
| | | | ||||||
| * | | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 2 | -18/+8 | |
| | | | ||||||
* | | | Merge pull request #15028 from jfbu/latex_fix_preamble | Matti Picus | 2019-12-04 | 2 | -6/+21 | |
|\ \ \ | |/ / |/| | | [DOC] LaTeX: fix preamble (closes #15026) | |||||
| * | | Update LaTeX build instructions | jfbu | 2019-12-04 | 1 | -2/+4 | |
| | | | ||||||
| * | | [DOC] LaTeX: Fix preamble | jfbu | 2019-12-02 | 1 | -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 Harris | 2019-12-03 | 1 | -0/+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-api2 | Ralf Gommers | 2019-12-03 | 2 | -64/+91 | |
|\ \ \ | | | | | | | | | DOC, API: improve the C-API/Cython documentation and interfaces for random | |||||
| * | | | DOC: fixes from review | mattip | 2019-12-03 | 4 | -15/+7 | |
| | | | | ||||||
| * | | | DOC: sphinx does not like breaking function declarations over lines | mattip | 2019-11-29 | 1 | -17/+5 | |
| | | | | ||||||
| * | | | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -10/+2 | |
| | | | | ||||||
| * | | | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 3 | -0/+6 | |
| | | | | ||||||
| * | | | DOC: improve the C-API/Cython documentation for random | mattip | 2019-11-29 | 2 | -50/+99 | |
| |/ / | ||||||
* | | | DOC: Create 1.18.0 release note. | Charles Harris | 2019-12-02 | 1 | -8/+348 | |
| | | | ||||||
* | | | Merge pull request #15021 from pv/blas64-test | Charles Harris | 2019-12-02 | 1 | -0/+10 | |
|\ \ \ | | | | | | | | | TST: machinery for tests requiring large memory + lapack64 smoketest | |||||
| * | | | DOC: document the NPY_AVAILABLE_MEM test mechanism | Pauli Virtanen | 2019-12-01 | 1 | -0/+10 | |
| |/ / | ||||||
* | | | DOC: document NPY_USE_BLAS64_ environment variable | Pauli Virtanen | 2019-12-01 | 1 | -0/+19 | |
|/ / | ||||||
* | | MAINT: Change Congruent to Congruential in PCG | Charles Harris | 2019-11-28 | 1 | -2/+2 | |
| | | | | | | [skip ci] | |||||
* | | DOC: Fix abbreviation of PCG64 | Martin Thoma | 2019-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | See publication by O'Neill (reference 2): "The name for the family, PCG, stands for permuted congruential generator [...]" | |||||
* | | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 2 | -0/+25 | |
|\ \ | | | | | | | TST. API: test using distributions.h via cffi | |||||
| * | | DOC: document the CFFI example | mattip | 2019-11-22 | 2 | -0/+25 | |
| | | | ||||||
* | | | Merge pull request #14948 from mattip/document-random | Charles Harris | 2019-11-27 | 2 | -41/+111 | |
|\ \ \ | | | | | | | | | DOC, API: add random.__init__.pxd and document random.* functions | |||||
| * | | | DOC: fixes from review | mattip | 2019-11-21 | 2 | -7/+18 | |
| | | | | ||||||
| * | | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -41/+100 | |
| |/ / | ||||||
* | | | Fix typos | Brian Wignall | 2019-11-25 | 5 | -5/+5 | |
| | | | ||||||
* | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | API: Forbid Q<->m safe casting | |||||
| * | | | API: Forbid Q<->m safe casting | Eric Wieser | 2019-10-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, uint64 <-> timedelta64. Allowing this casting was weird, because Q<->q is forbidden, yet q and m are both int64. This fixes gh-12927 | |||||
* | | | | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 4 | -17/+15 | |
|\ \ \ \ | |_|/ / |/| | | | TST: run refguide-check on rst files in doc/* | |||||
| * | | | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 4 | -17/+15 | |
| |/ / |