summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18344 from jamiebarker0310/histogram-binwidth-docMelissa Weber Mendonça2021-02-101-1/+2
|\
| * Adjusted formulas to estimator and removed repeatJamie2021-02-101-2/+1
| * Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-1035-73/+709
| |\ | |/ |/|
* | Merge pull request #18369 from AngelGris/bugfix-for-in1d-with-tuplesCharles Harris2021-02-102-0/+37
|\ \
| * | Implement different approach to fix bugAngelGris2021-02-081-20/+8
| * | BUG: np.in1d bug on the object array (issue 17923)AngelGris2021-02-081-4/+20
| * | numpy/lib/arraysetops.pyAngelGris2021-02-081-0/+33
* | | Merge pull request #18389 from frenzymadness/wheelCharles Harris2021-02-101-1/+1
|\ \ \
| * | | Fix version of wheel to support Python 3.10Lumir Balhar2021-02-101-1/+1
* | | | Merge pull request #18384 from szsdk/tofile_typingMatti Picus2021-02-101-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: improve the interface of `tofile` method; import osszsdk2021-02-101-0/+1
| * | | BUG: improve the interface of `tofile` methodszsdk2021-02-101-1/+1
|/ / /
* | | Merge pull request #18377 from BvB93/ufunclikeCharles Harris2021-02-097-8/+164
|\ \ \
| * | | MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptionsBas van Beek2021-02-091-2/+4
| * | | TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-093-0/+98
| * | | ENH: Expose `ufunclike` annotations to the `np` and `np.lib` namespaceBas van Beek2021-02-092-6/+12
| * | | ENH: Add annotations for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+50
* | | | Merge pull request #18379 from anntzer/mndSebastian Berg2021-02-091-2/+2
|\ \ \ \
| * | | | DOC: Fix docstring of _median_nancheck.Antony Lee2021-02-091-2/+2
* | | | | Merge pull request #18324 from anntzer/fmSebastian Berg2021-02-092-2/+9
|\ \ \ \ \
| * | | | | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-062-2/+9
| |/ / / /
* | | | | Merge pull request #18375 from pearu/pearu/18341Charles Harris2021-02-093-1/+57
|\ \ \ \ \
| * | | | | BUG: fix regression in a hidden callback use casePearu Peterson2021-02-095-25/+54
| * | | | | MAINT: Debug issue (2)Pearu Peterson2021-02-093-2/+10
| * | | | | MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
| * | | | | MAINT: Debug issue #18341Pearu Peterson2021-02-093-3/+20
| | |/ / / | |/| | |
* | | | | TST: Add a test for nditer write masked with references (gh-18374)Sebastian Berg2021-02-092-0/+32
|/ / / /
* | | | Merge pull request #18364 from sleeplessinseattledev/bug17845Charles Harris2021-02-081-17/+14
|\ \ \ \
| * | | | DOC: Update landing page to match table of contents - Step 1 - See #17845Mary2021-02-071-17/+14
* | | | | Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-089-37/+278
|\ \ \ \ \
| * | | | | REL: Add a release note for the mypy plugin updateBas van Beek2021-02-051-0/+22
| * | | | | ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-052-19/+45
| * | | | | TST: Add tests for the extended-precision pluginBas van Beek2021-02-052-2/+73
| * | | | | ENH: Add a plugin for exposing platform-specific extended-precision `np.number`sBas van Beek2021-02-053-8/+76
| * | | | | ENH: Add support for all potential extended-precision `np.number`sBas van Beek2021-02-052-4/+56
| * | | | | STY: Remove the string-encasing of certain annotationsBas van Beek2021-02-051-4/+6
* | | | | | Merge pull request #18361 from pearu/16347Charles Harris2021-02-083-3/+16
|\ \ \ \ \ \
| * | | | | | ENH: Share memory of read-only intent(in) arrays. Closes #16347Pearu Peterson2021-02-072-2/+15
| * | | | | | [MAINT] Fix regression in using --capi-api flag and callbacksPearu Peterson2021-02-071-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18362 from charris/post-1.20.1-release-updateCharles Harris2021-02-084-0/+92
|\ \ \ \ \ \
| * | | | | | REL: Update master after 1.20.1 release.Charles Harris2021-02-074-0/+92
| |/ / / / /
* | | | | | Merge pull request #18367 from numpy/dependabot/pip/pytz-2021.1Charles Harris2021-02-081-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump pytz from 2020.5 to 2021.1dependabot/pip/pytz-2021.1dependabot-preview[bot]2021-02-081-1/+1
| |/ / / / /
* | | | | | Merge pull request #18366 from charris/fix-travis-version-failureRalf Gommers2021-02-081-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Disable TravisCI git clone depth.Charles Harris2021-02-071-0/+4
|/ / / / /
| | | | * Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-0715-162/+350
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #18349 from seberg/circle-ci-timeoutCharles Harris2021-02-061-0/+1
|\ \ \ \ \
| * | | | | CI: CircleCI seems to occasionally time out, increase the limitSebastian Berg2021-02-061-0/+1
* | | | | | Merge pull request #18350 from pearu/pearu/18335Charles Harris2021-02-062-0/+41
|\ \ \ \ \ \
| * | | | | | BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-072-0/+41