summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | DOC: document NPY_USE_BLAS64_ environment variablePauli Virtanen2019-12-011-0/+19
|/ / /
* | | MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
* | | DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
* | | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-0/+25
|\ \ \
| * | | DOC: document the CFFI examplemattip2019-11-222-0/+25
* | | | Merge pull request #14948 from mattip/document-randomCharles Harris2019-11-272-41/+111
|\ \ \ \
| * | | | DOC: fixes from reviewmattip2019-11-212-7/+18
| * | | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-212-41/+100
* | | | | Merge pull request #14982 from bwignall/typoCharles Harris2019-11-257-7/+7
|\ \ \ \ \
| * | | | | Fix typosBrian Wignall2019-11-257-7/+7
* | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-251-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: add release notemattip2019-11-221-0/+5
| |/ / / /
* | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-252-3/+11
|\ \ \ \ \
| * | | | | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-0/+1
| * | | | | API: Forbid Q<->m safe castingEric Wieser2019-10-162-3/+10
* | | | | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-0/+5
* | | | | | Merge pull request #14903 from mattip/nep-0034-acceptedRalf Gommers2019-11-231-2/+2
|\ \ \ \ \ \
| * | | | | | NEP: move nep 34 to acceptedmattip2019-11-131-2/+2
* | | | | | | Merge pull request #14732 from mattip/refguide-rstCharles Harris2019-11-235-19/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | TST: run refguide-check on rst files in doc/*mattip2019-10-175-19/+17
| | |/ / / / | |/| | | |
* | | | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-211-0/+11
| |_|/ / / |/| | | |
* | | | | DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-206-8/+8
* | | | | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-1911-109/+247
* | | | | Merge pull request #14793 from hameerabbasi/uarrayCharles Harris2019-11-181-47/+67
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Move composition example into usage sectionHameer Abbasi2019-10-291-11/+8
| * | | | DOC: Adjust NEP-31 to new template.Hameer Abbasi2019-10-251-42/+65
* | | | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliasesMatti Picus2019-11-145-5/+5
|\ \ \ \ \
| * | | | | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-135-5/+5
| | |_|/ / | |/| | |
* | | | | DOC: Update NEP29 with Python3.8 informations.Matthias Bussonnier2019-11-111-2/+5
|/ / / /
* | | | REL: Update master after 1.17.4 release.Charles Harris2019-11-103-0/+76
* | | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-14/+0
* | | | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-041-0/+14
|\ \ \ \
| * | | | DOC: add release notemattip2019-10-301-0/+14
* | | | | merge latest changes on master branchRedRuM2019-11-03163-1068/+3249
|\ \ \ \ \
| * \ \ \ \ Merge pull request #14674 from mattip/nep-0034Ralf Gommers2019-10-311-0/+141
| |\ \ \ \ \
| | * | | | | NEP: fix typoMatti Picus2019-10-291-1/+1
| | * | | | | NEP: clarify np.ndarray behaviourmattip2019-10-291-5/+11
| | * | | | | NEP: changes from reviewmattip2019-10-291-18/+22
| | * | | | | NEP: update from comments and PR 14794mattip2019-10-291-9/+18
| | * | | | | DOC: fixes from reviewmattip2019-10-241-27/+31
| | * | | | | NEP: explicitly define ragged arraymattip2019-10-241-3/+11
| | * | | | | DOC: changes from reviewmattip2019-10-241-5/+13
| | * | | | | DOC: changes from reviewmattip2019-10-241-8/+8
| | * | | | | NEP: put off discussion of , fixes from reviewmattip2019-10-241-18/+21
| | * | | | | NEP: fixes from review, add ragged_array_object functionmattip2019-10-131-10/+22
| | * | | | | NEP: add default-dtype-object-deprecation nepmattip2019-10-101-0/+87
| * | | | | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-0/+3
| |\ \ \ \ \ \
| | * | | | | | Add release doczjpoh2019-10-161-0/+3
| * | | | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-311-0/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Add release doczjpoh2019-10-161-0/+3