summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix comparison of fieldless structured arraysAllan Haldane2019-08-312-5/+13
* 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 #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-241-87/+0
|/ /
* | 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
* | | 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-222-19/+2
* | | | 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-19397-18623/+58393
| |\ \ \ \
| * | | | | 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
* | | | | | BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-202-42/+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
| * | | | | ENH, REL: Enable huge pages in all Linux buildsPeter Andreas Entschev2019-08-071-5/+9
* | | | | | Merge pull request #14298 from 5ghz/cross_compileCharles Harris2019-08-201-2/+2
|\ \ \ \ \ \
| * | | | | | Fix bug in platform detectionVladimir Pershin2019-08-161-2/+2
* | | | | | | Merge pull request #14303 from WarrenWeckesser/compiler-warningCharles Harris2019-08-202-4/+6
|\ \ \ \ \ \ \
| * | | | | | | MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.Warren Weckesser2019-08-202-1/+3
| * | | | | | | MAINT: random: Fix import in example for _coerce_to_uint32_array.Warren Weckesser2019-08-201-1/+1
| * | | | | | | MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.Warren Weckesser2019-08-201-2/+2
* | | | | | | | Merge pull request #14259 from kritisingh1/dep7Matti Picus2019-08-202-44/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | DEP: Deprecate arrayprint formatting functionskritisingh12019-08-192-44/+0
* | | | | | | | | Merge pull request #14256 from kritisingh1/dep6Matti Picus2019-08-202-122/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-192-122/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #14295 from WarrenWeckesser/binary-repr-argEric Wieser2019-08-192-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-182-0/+9
| |/ / / / / /