summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update setuptools requirement from <49.2.0 to <58.3.0dependabot/pip/setuptools-lt-58.3.0dependabot[bot]2021-10-041-1/+1
* Merge pull request #20026 from mattip/pypy-7.3.6Charles Harris2021-10-046-20/+25
|\
| * revert debug stuffmattip2021-10-041-1/+1
| * add pypy windows test runmattip2021-10-032-1/+7
| * add another call to gc.collect in break_cyclesmattip2021-10-031-2/+2
| * use venv instead of virtualenvmattip2021-10-032-5/+4
| * activate build/tests on pypy3.8rc1mattip2021-09-301-13/+13
* | Merge pull request #20008 from BvB93/window-funcCharles Harris2021-10-042-22/+103
|\ \
| * | STY: Directly use a float rather than the `float64` constructorBas van Beek2021-10-041-1/+1
| * | TST: Add more tests for `np.kaiser`Bas van Beek2021-09-301-0/+21
| * | BUG: Fix the `lib.function_base` window functions ignoring extended precision...Bas van Beek2021-09-302-22/+82
* | | Merge pull request #20006 from BvB93/function-baseCharles Harris2021-10-047-39/+474
|\ \ \
| * | | MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-012-1/+2
| * | | TST: Add typing tests for `ndarray.__getitem__`Bas van Beek2021-09-302-0/+15
| * | | TST: Add typing tests for `np.lib.function_base`Bas van Beek2021-09-302-0/+117
| * | | ENH: Add annotations for `ndarray.__getitem__`Bas van Beek2021-09-301-2/+20
| * | | ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-303-37/+321
| |/ /
* | | Merge pull request #19997 from HaoZeke/f2py_tabsCharles Harris2021-10-043-266/+266
|\ \ \
| * | | MAINT: Reviewer commentsRohit Goswami2021-09-302-6/+6
| * | | STY: Kill all \t with fire in f2pyRohit Goswami2021-09-293-266/+266
| * | | STY: Harmonize rules with cb_rules for f2pyRohit Goswami2021-09-291-253/+253
* | | | Merge pull request #20018 from WarrenWeckesser/show-shapesCharles Harris2021-10-042-4/+38
|\ \ \ \
| * | | | ENH: core: More informative error message for broadcast(*args)warren2021-10-012-4/+38
* | | | | Merge pull request #20019 from sistaseetaram/lgtm-mypy-pluginCharles Harris2021-10-041-3/+2
|\ \ \ \ \
| * | | | | Indent Update #20019Sista Seetaram2021-10-041-1/+1
| * | | | | MAINT:redundant 'else' statement with 'for' loop#19077Sista Seetaram2021-10-021-3/+2
| |/ / / /
* | | | | Merge pull request #20016 from seberg/issue-20009Charles Harris2021-10-041-4/+63
|\ \ \ \ \
| * | | | | BUG: Add a warning for user dtypes modifying casts after useSebastian Berg2021-10-011-4/+63
* | | | | | BUG: fix time cast-safety for `factor*unit` e.g. in `10**6*ms == 1*s` (#19731)Tyler Reddy2021-10-022-1/+58
* | | | | | BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000)Bas van Beek2021-10-026-36/+79
| |/ / / / |/| | | |
* | | | | DOC: add example showing how to convert POSIX timestamps to datetime64 (#18984)Jonathan Reichelt Gjertsen2021-10-011-3/+15
* | | | | Merge pull request #19899 from arunppsg/issue16751_add_note_to_docsMelissa Weber Mendonça2021-10-012-11/+83
|\ \ \ \ \
| * | | | | TST: added tests for np.ma.ones and np.ma.zerosArun2021-09-221-3/+47
| * | | | | MAINT: Addded variables to __all__Arun2021-09-201-2/+2
| * | | | | DOC: replace return type in np.ma* docstringArun2021-09-201-6/+34
* | | | | | Merge pull request #15847 from dcaliste/recursMelissa Weber Mendonça2021-10-012-1/+20
|\ \ \ \ \ \
| * | | | | | BUG: avoid infinite recurrence on dependencies in crackfortranDamien Caliste2021-10-012-1/+20
|/ / / / / /
* | | | | | MAINT: correct linker flags for NAG Fortran compiler (#20010)Dima Pasechnik2021-10-011-3/+9
* | | | | | DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-013-3/+3
* | | | | | Merge pull request #19981 from cmarmo/npyarray-enumsMatti Picus2021-10-012-54/+75
|\ \ \ \ \ \
| * | | | | | Add comments to prevent revert.Chiara Marmo2021-09-302-0/+21
| * | | | | | Fix scope of some sphinx declarations to avoid warnings.Chiara Marmo2021-09-282-54/+54
* | | | | | | Merge pull request #19969 from BvB93/array-apiSebastian Berg2021-09-303-11/+27
|\ \ \ \ \ \ \
| * | | | | | | Disallow `k=None` for the `eye` functionBas van Beek2021-09-291-1/+1
| * | | | | | | MAINT: Import `Array` from the `_array_object` namespaceBas van Beek2021-09-291-1/+1
| * | | | | | | MAINT: Remove the `Sequence` encapsulation from variadic argumentsBas van Beek2021-09-272-3/+3
| * | | | | | | MAINT: Add a missing subscription slot to `NestedSequence`Bas van Beek2021-09-271-2/+3
| * | | | | | | MAINT: Fix invalid parameter types used in `Dtype`Bas van Beek2021-09-271-6/+21
* | | | | | | | Merge pull request #20007 from Mukulikaa/remove-cdocSebastian Berg2021-09-304-174/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | MAINT: Removed the cdoc directoryMukulika2021-09-304-174/+0
|/ / / / / / /