summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13334 from eric-wieser/fix-1-field-unstructuredMatti Picus2019-04-253-1/+11
|\
| * DOC: Add 1.17 release noteEric Wieser2019-04-231-0/+8
| * Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructuredEric Wieser2019-04-23370-13120/+22738
| |\
| * | BUG: Fix structured_to_unstructured on single-field typesEric Wieser2019-04-152-1/+3
* | | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-257-30/+133
* | | Merge pull request #13403 from mattip/typosRalf Gommers2019-04-251-5/+3
|\ \ \
| * | | DOC: fix typos in dev/indexmattip2019-04-251-5/+3
|/ / /
* | | Merge pull request #13367 from mattip/dev-guideRalf Gommers2019-04-238-65/+247
|\ \ \
| * | | DOC: changes from reviewmattip2019-04-233-140/+33
| * | | DOC: reorganize developer docs, use scikit-image as a base for changemattip2019-04-218-58/+347
* | | | Merge pull request #13391 from nsoranzo/fix_assertEqualsCharles Harris2019-04-236-30/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix deprecated ``assertEquals()``Nicola Soranzo2019-04-236-30/+30
|/ / /
* | | Merge pull request #13388 from charris/fix-for-broken-pypyMatti Picus2019-04-231-2/+4
|\ \ \
| * | | BUG: Some PyPy versions lack PyStructSequence_InitType2.Charles Harris2019-04-221-2/+4
* | | | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__Charles Harris2019-04-224-3/+79
|\ \ \ \ | |/ / / |/| | |
| * | | BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-194-3/+79
* | | | Merge pull request #12594 from mattip/pypy3-testingTyler Reddy2019-04-228-13/+116
|\ \ \ \
| * | | | MAINT: use openblas, gfortran, tweak azure and comment mro (from review)mattip2019-04-214-6/+52
| * | | | MAINT: move gc.collect to function (from review)mattip2019-04-193-9/+31
| * | | | TEST: update for PyPymattip2019-04-179-26/+37
| * | | | DEV: add pypy3 to azure CImattip2019-04-164-0/+24
* | | | | Merge pull request #13383 from charris/post-1.16.3-updateCharles Harris2019-04-224-0/+103
|\ \ \ \ \
| * | | | | MAINT, DOC: Post 1.16.3 release updates.Charles Harris2019-04-214-0/+103
|/ / / / /
* | | | | Merge pull request #13379 from rgommers/mingw-fixCharles Harris2019-04-211-1/+3
|\ \ \ \ \
| * | | | | BLD: address mingw-w64 issue. Follow-up to gh-9977Ralf Gommers2019-04-211-1/+3
|/ / / / /
* | | | | Merge pull request #13374 from kritisingh1/angleMatti Picus2019-04-201-2/+2
|\ \ \ \ \
| * | | | | DOC: Specify range for numpy.anglekritisingh12019-04-211-2/+2
* | | | | | Merge pull request #13134 from r-devulap/logexp-simdMatti Picus2019-04-2012-1/+591
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: adding release notes for 1.17.0Raghuveer Devulapalli2019-04-191-0/+6
| * | | | | BUG: Fixing incomplete guards for @ISA@_exp/log_FLOAT functionsRaghuveer Devulapalli2019-04-192-2/+2
| * | | | | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-198-8/+61
| * | | | | BUG: Fixing AVX512F build issues on clang6.0Raghuveer Devulapalli2019-04-192-9/+22
| * | | | | BUG: Fixing compile time error for clangRaghuveer Devulapalli2019-04-191-30/+25
| * | | | | ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-198-1/+524
|/ / / / /
* | | | | Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-192-2/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-172-2/+31
| * | | | ENH: preserve subclasses in ufunc.outerEric Wieser2019-04-161-2/+2
| |/ / /
* | | | Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-184-0/+239
|\ \ \ \
| * | | | TST: use smaller tests for PR 10741.Tyler Reddy2019-04-181-46/+76
| * | | | ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-104-0/+209
* | | | | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-187-2/+67
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-1032-187/+327
| |\ \ \ \ \
| * | | | | | DOC: added release note for `isfinite` support forDebsankha Manik2019-04-071-0/+4
| * | | | | | MAINT: Changed ufunc type description for `isfinite`Debsankha Manik2019-04-071-1/+1
| * | | | | | TST: testing isfinite on datetime and timedelta objects.Debsankha Manik2019-03-301-0/+21
| * | | | | | MAINT: added missing return in PyUFunc_IsFiniteTypeResolverDebsankha Manik2019-03-301-1/+1
| * | | | | | ENH: allow datettimes in isfiniteSebastian Berg2019-03-305-2/+41
* | | | | | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-182-33/+88
|\ \ \ \ \ \ \
| * | | | | | | BUG: fix from reviewmattip2019-03-301-1/+1
| * | | | | | | BUG: fixes from reviewmattip2019-03-291-45/+40