summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.16.1 release.v1.16.1Charles Harris2019-01-311-1/+1
* Merge pull request #12902 from charris/prepare-1.16.1-releaseCharles Harris2019-01-314-0/+171
|\
| * DOC: Prepare for 1.16.1 release.Charles Harris2019-01-314-0/+171
|/
* Merge pull request #12899 from eric-wieser/distutils-extra-quotes-againCharles Harris2019-01-311-4/+15
|\
| * BUG: Do not insert extra double quote into preprocessor macrosEric Wieser2019-01-301-4/+15
* | Merge pull request #12898 from eric-wieser/distutils-debugCharles Harris2019-01-315-5/+11
|\ \
| * | BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-305-5/+11
| |/
* | Merge pull request #12891 from charris/backport-12850Charles Harris2019-01-304-0/+190
|\ \
| * | BUG: fail if old multiarray module detectedmattip2019-01-304-0/+190
|/ /
* | Merge pull request #12890 from charris/backport-12871Charles Harris2019-01-301-1/+5
|\ \
| * | ENH: add _dtype_ctype to namespace for freeze analysismattip2019-01-301-1/+5
|/ /
* | Merge pull request #12870 from charris/backport-12854Charles Harris2019-01-271-1/+0
|\ \
| * | BUG: do not Py_DECREF NULL pointercgohlke2019-01-271-1/+0
* | | Merge pull request #12869 from charris/backport-12842Charles Harris2019-01-272-0/+22
|\ \ \
| * | | BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lowermattip2019-01-272-0/+22
| |/ /
* | | Merge pull request #12868 from charris/backport-12863Charles Harris2019-01-271-1/+1
|\ \ \ | |/ / |/| |
| * | TEST: pin mingw versionmattip2019-01-271-1/+1
|/ /
* | Merge pull request #12845 from charris/backport-12722Charles Harris2019-01-242-7/+103
|\ \
| * | BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-242-7/+103
* | | Merge pull request #12844 from charris/backport-12748Charles Harris2019-01-243-100/+135
|\ \ \
| * | | BUG: Fix SystemError when pickling datetime64 array with pickle5 (#12748)Antoine Pitrou2019-01-243-100/+135
| |/ /
* | | Merge pull request #12843 from charris/backport-12824Charles Harris2019-01-241-5/+5
|\ \ \ | |/ / |/| |
| * | BUG: fix to check before apply `shlex.split`OBATA Akio2019-01-241-5/+5
|/ /
* | Merge pull request #12820 from charris/backport-12683Charles Harris2019-01-216-7/+145
|\ \
| * | ENH: add mm->qm divmodTyler Reddy2019-01-216-5/+143
| * | BUG: timedelta64 % 0 behaviorTyler Reddy2019-01-212-2/+2
|/ /
* | Merge pull request #12754 from effigies/patch-1Charles Harris2019-01-212-3/+8
|\ \
| * | FIX: Compare (unicode, bytes) at later stageChristopher J. Markiewicz2019-01-201-1/+1
| * | FIX: Compare (unicode, bytes) over basestringChristopher J. Markiewicz2019-01-201-1/+1
| * | TEST: Verify os_fspath accepts all stringsChristopher J. Markiewicz2019-01-201-1/+6
| * | BUG: Check paths are basestrings or path-likeChris Markiewicz2019-01-201-1/+1
* | | Merge pull request #12816 from charris/backport-12814Charles Harris2019-01-202-0/+4
|\ \ \
| * | | BUG: resolve writeback in arr_insert failure pathsmattip2019-01-202-0/+4
|/ / /
* | | Merge pull request #12813 from charris/backport-12807Charles Harris2019-01-205-33/+58
|\ \ \
| * | | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-205-33/+58
| |/ /
* | | Merge pull request #12812 from charris/backport-12805Charles Harris2019-01-202-18/+39
|\ \ \
| * | | BUG: double decref of dtype in failure codepath. Test and fixmattip2019-01-202-18/+39
| |/ /
* | | Merge pull request #12811 from charris/backport-12631Charles Harris2019-01-201-1/+5
|\ \ \
| * | | BUG: fix f2py problem to build wrappers using PGI's FortranArcesio Castaneda Medina2019-01-201-1/+5
| |/ /
* | | Merge pull request #12810 from charris/backport-12604Charles Harris2019-01-201-1/+4
|\ \ \
| * | | BUG: Check that dtype or formats arguments are not None.danielhrisca2019-01-201-1/+4
| |/ /
* | | Merge pull request #12809 from charris/backport-12733Charles Harris2019-01-201-8/+10
|\ \ \
| * | | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-201-8/+10
| |/ /
* | | Merge pull request #12808 from charris/backport-12713Charles Harris2019-01-203-19/+25
|\ \ \ | |/ / |/| |
| * | BUG: loosen kwargs requirements in ediff1dmattip2019-01-203-19/+25
|/ /
* | Merge pull request #12788 from charris/backport-12762Charles Harris2019-01-181-4/+5
|\ \
| * | ENH: Changed the order of checking for local file.EelcoPeacs2019-01-171-4/+5
* | | Merge pull request #12784 from charris/backport-12696Charles Harris2019-01-174-0/+6
|\ \ \
| * | | BUG: Followup fixes of leaks detected with valgrindSebastian Berg2019-01-172-0/+2
| * | | BUG: Free buffer shape information on error during creationSebastian Berg2019-01-171-0/+2