summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.37.1 to 5.37.3dependabot/pip/hypothesis-5.37.3dependabot-preview[bot]2020-10-191-1/+1
* Merge pull request #17581 from BvB93/numerictypesMatti Picus2020-10-192-24/+41
|\
| * MAINT: Add a note about to-be annotated objectsBas van Beek2020-10-191-0/+3
| * MAINT: Move the `np.core.numerictypes` annotations to their own stub fileBas van Beek2020-10-192-24/+38
|/
* BUG: Fixed crash on self-referential dtypes (#17536)Ganesh Kathiresan2020-10-182-3/+44
* ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-176-4/+139
* NEP 36 (fair play) (#14779)Stefan van der Walt2020-10-171-0/+173
* Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-163-5/+18
|\
| * TST: Updated the typing testsBas van Beek2020-10-152-1/+12
| * MAINT: Fix the type of `little_endian`Bas van Beek2020-10-151-1/+1
| * ENH: Added annotations for 3 new constantsBas van Beek2020-10-151-3/+5
* | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-165-22/+370
|\ \
| * | MAINT: remove character code literals for integer typesJosh Wilson2020-10-111-32/+0
| * | MAINT: fix complex64 overload; add str0/bytes to literalsJosh Wilson2020-10-071-1/+3
| * | MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-072-21/+270
| * | ENH: make dtype generic over scalar typeJosh Wilson2020-10-075-22/+151
* | | Merge pull request #17576 from bderrett/indexing-docs-typo-fixSebastian Berg2020-10-161-1/+1
|\ \ \ | |_|/ |/| |
| * | DOC: Fix Boolean array indexing typoBen Derrett2020-10-161-1/+1
|/ /
* | Merge pull request #17571 from takanori-pskq/fix-typoMatti Picus2020-10-153-4/+4
|\ \
| * | DOC: Fix typostakanori-pskq2020-10-153-4/+4
|/ /
* | Merge pull request #17546 from seiko2plus/issue_17321Matti Picus2020-10-153-66/+64
|\ \
| * | MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-133-66/+64
* | | Merge pull request #17558 from bjnath/link-nep42-to-nep43Matti Picus2020-10-141-10/+10
|\ \ \
| * | | DOC: Include NEP titles for first reference in NEP 42Ben Nathanson2020-10-141-3/+3
| * | | DOC: MAINT: Add NEP 43 links to NEP 42Ben Nathanson2020-10-141-8/+8
* | | | Merge pull request #17559 from takanori-pskq/i16217-remove-directivesMatti Picus2020-10-142-16/+6
|\ \ \ \
| * | | | DOC: Remove directives for some constantstakanori-pskq2020-10-142-16/+6
* | | | | Merge pull request #17555 from takanori-pskq/fix-wrong-blockquotesMatti Picus2020-10-142-18/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Apply suggestions from code reviewEric Wieser2020-10-141-0/+2
| * | | | DOC: Fix wrong blockquotestakanori-pskq2020-10-142-20/+0
| |/ / /
* | | | Merge pull request #17548 from embray/issue-14787Matti Picus2020-10-143-10/+49
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flagsE. Madison Bray2020-10-131-2/+10
| * | | BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-132-8/+39
| |/ /
* | | Merge pull request #17541 from rossbar/circleci_envvar_fixSebastian Berg2020-10-131-1/+1
|\ \ \
| * | | CI: fix conditional for PR merge cmdRoss Barnowski2020-10-121-1/+1
| |/ /
* | | NEP: Initial draft for NEP 43 for extensible ufuncs (gh-16723)Sebastian Berg2020-10-133-0/+5614
* | | Merge pull request #17523 from bjnath/new-docpage-top-linksCharles Harris2020-10-135-29/+24
|\ \ \
| * | | DOC: Explain :orphan: in PR #17523Ben Nathanson2020-10-101-0/+6
| * | | DOC: Delete unused file in PR #17523Ben Nathanson2020-10-091-10/+0
| * | | DOC: Update top links in landing pageBen Nathanson2020-10-094-19/+18
* | | | DOC: Add missing types to C function docs (#17549)Takanori H2020-10-134-86/+87
| |/ / |/| |
* | | Merge pull request #17539 from numpy/dependabot/pip/mypy-0.790Charles Harris2020-10-121-1/+1
|\ \ \
| * | | MAINT: Bump mypy from 0.782 to 0.790dependabot/pip/mypy-0.790dependabot-preview[bot]2020-10-121-1/+1
* | | | Merge pull request #17538 from numpy/dependabot/pip/pydata-sphinx-theme-0.4.1Charles Harris2020-10-121-1/+1
|\ \ \ \
| * | | | MAINT: Bump pydata-sphinx-theme from 0.4.0 to 0.4.1dependabot/pip/pydata-sphinx-theme-0.4.1dependabot-preview[bot]2020-10-121-1/+1
| |/ / /
* | | | Merge pull request #17537 from numpy/dependabot/pip/hypothesis-5.37.1Charles Harris2020-10-121-1/+1
|\ \ \ \
| * | | | MAINT: Bump hypothesis from 5.37.0 to 5.37.1dependabot/pip/hypothesis-5.37.1dependabot-preview[bot]2020-10-121-1/+1
| |/ / /
* | | | Merge pull request #17521 from eric-wieser/remove-scalar-tablesCharles Harris2020-10-121-1/+57
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix escapingEric Wieser2020-10-111-1/+1
| * | | DOC: fix refguideEric Wieser2020-10-101-3/+6