summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix comparison of fieldless structured arraysAllan Haldane2019-08-313-5/+16
* BUG: PyDataType_ISUNSIZED should be False for structured typesAllan Haldane2019-08-314-4/+25
* BUG: view with fieldless dtype should raise if itemsize != 0Allan Haldane2019-08-282-1/+7
* Merge pull request #14390 from mattip/doc-release2Charles Harris2019-08-281-12/+23
|\
| * DOC: document numpy/doc update processmattip2019-08-281-12/+23
|/
* Merge pull request #14372 from jdufresne/py3onlyMatti Picus2019-08-271-0/+1
|\
| * DOC: Document project as Python 3 only with a trove classifierJon Dufresne2019-08-261-0/+1
* | Merge pull request #14369 from charris/post-1.17.1-updateMatti Picus2019-08-274-0/+131
|\ \
| * | MAINT: Post NumPy 1.17.1 update.Charles Harris2019-08-264-0/+131
| |/
* | Merge pull request #14365 from WarrenWeckesser/doc-averageMatti Picus2019-08-272-4/+10
|\ \
| * | DOC: lib: Add more explanation of the weighted average calculation.Warren Weckesser2019-08-262-4/+10
| |/
* | Merge pull request #14370 from ivirshup/var-dtype-docfixMatti Picus2019-08-272-2/+2
|\ \ | |/ |/|
| * DOC: Fixed dtype docs for var, nanvar.Isaac Virshup2019-08-272-2/+2
* | DOC: Clarify rules about broadcasting when empty arrays are involved. (#14313)Maxwell Aladago2019-08-261-2/+1
* | Merge pull request #14351 from danielballan/doc-typoMatti Picus2019-08-241-1/+1
|\ \
| * | DOC: Fix a minor typo in dispatch documentation.Dan Allan2019-08-241-1/+1
* | | DEP: Deprecate class `SafeEval` (#14335)Maxwell Aladago2019-08-242-87/+2
|/ /
* | Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nestingCharles Harris2019-08-232-8/+75
|\ \
| * | MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-232-8/+75
* | | Merge pull request #14341 from mattip/revert-13913Sebastian Berg2019-08-232-11/+1
|\ \ \
| * | | BUG: revert detecting and raising error on ragged arraysmattip2019-08-232-11/+1
|/ / /
* | | Merge pull request #14240 from batterseapower/lexsortSebastian Berg2019-08-222-9/+46
|\ \ \
| * | | BUG: don't fail when lexsorting some empty arrays (#14228)Max Bolingbroke2019-08-222-9/+46
* | | | BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-224-2/+40
* | | | DEP: numpy.testing.rand (#14325)Maxwell Aladago2019-08-223-19/+4
* | | | Merge pull request #14290 from eric-wieser/fix-if-fieldsCharles Harris2019-08-2212-34/+103
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-19576-20513/+67567
| |\ \ \ \
| * | | | | MAINT: Fix remaining misuses of bool(dt.names)Eric Wieser2019-08-191-3/+3
| * | | | | BUG: Fix detection of structured arrays in mrecordsEric Wieser2019-08-191-1/+1
| * | | | | BUG: Don't construct masked arrays with the wrong mask type in genfromtxtEric Wieser2019-08-191-1/+1
| * | | | | BUG: Don't allow extra fields to be added in genfromtxtEric Wieser2019-08-192-7/+6
| * | | | | MAINT: Use the `.names is None` idiom to detect structured array in arrayprintEric Wieser2019-08-191-1/+1
| * | | | | MAINT: Remove incorrect comment about flatteningEric Wieser2019-08-191-2/+2
| * | | | | MAINT: Improve ndpointer.__name__ for structured types with 0 fieldsEric Wieser2019-08-191-1/+1
| * | | | | MAINT: Test names against None for consistencyEric Wieser2019-08-192-2/+2
| * | | | | BUG: recfunctions: Don't return None in place of empty sequencesEric Wieser2019-08-192-6/+27
| * | | | | BUG: Fix crash on genfromtxt with nested empty structured arrayEric Wieser2019-08-192-1/+8
| * | | | | BUG: Fix crash in recarray if nested structured dtypes contain paddingEric Wieser2019-08-192-2/+17
| * | | | | BUG: Make np.record work on structured fields with no fieldsEric Wieser2019-08-192-7/+34
* | | | | | MAINT: Lazy import testing on python >=3.7 (#14097)Mark Harfouche2019-08-222-3/+54
* | | | | | Merge pull request #14321 from tylerjereddy/openblas_037_stableCharles Harris2019-08-214-7/+7
|\ \ \ \ \ \
| * | | | | | TST, MAINT: bump to OpenBLAS 0.3.7 stableTyler Reddy2019-08-214-7/+7
|/ / / / / /
* | | | | | Merge pull request #14250 from rgommers/ldflags-appendCharles Harris2019-08-204-43/+14
|\ \ \ \ \ \
| * | | | | | MAINT: Small language improvement in release note.Charles Harris2019-08-201-2/+2
| * | | | | | BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-204-43/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #14311 from bonn0062/doc_clarificationRalf Gommers2019-08-201-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: add two commas, move one wordAnne Bonner2019-08-201-3/+4
|/ / / / /
* | | | | Merge pull request #14216 from pentschev/enable-hugepages-in-all-buildsCharles Harris2019-08-201-4/+12
|\ \ \ \ \
| * | | | | MAINT: comment on lack of error checks for madvise()Peter Andreas Entschev2019-08-071-0/+4
| * | | | | MAINT: define MADV_HUGEPAGE if not definedPeter Andreas Entschev2019-08-071-7/+7