Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp` | Bas van Beek | 2021-05-21 | 4 | -31/+56 | |
* | | | | | | Merge pull request #19119 from trallard/trallard/patch-gitpod | Charles Harris | 2021-05-28 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Adjust shallow clone in the gitpod container | Tania Allard | 2021-05-28 | 1 | -1/+1 | |
| * | | | | | | BUG: Adjust shallow clone in the gitpod container | Tania Allard | 2021-05-27 | 1 | -1/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #19124 from BvB93/poly1d | Charles Harris | 2021-05-28 | 2 | -12/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TST: Update the `poly1d.__getitem__` and `__eq__` tests | Bas van Beek | 2021-05-28 | 1 | -5/+26 | |
| * | | | | | | BUG: Fixed an issue wherein `poly1d.__getitem__` could return scalars of the ... | Bas van Beek | 2021-05-28 | 1 | -7/+7 | |
* | | | | | | | Merge pull request #19098 from seiko2plus/issue_19084 | Charles Harris | 2021-05-28 | 20 | -22/+284 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time | Sayed Adel | 2021-05-26 | 20 | -22/+284 | |
* | | | | | | | Merge pull request #19118 from BvB93/sty | Charles Harris | 2021-05-28 | 9 | -232/+231 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | STY: Use the PEP 604 pipe operator over `Optional` and `Union` | Bas van Beek | 2021-05-27 | 4 | -86/+84 | |
| * | | | | | | STY: Use `GenericAlias` to get rid of string-based literal expressions | Bas van Beek | 2021-05-27 | 3 | -28/+37 | |
| * | | | | | | STY: Replace all `Any`-based runtime placeholders with `NotImplemented` | Bas van Beek | 2021-05-27 | 3 | -73/+73 | |
| * | | | | | | MAINT: Unconditionally import from `typing_extensions` while static type chec... | Bas van Beek | 2021-05-27 | 1 | -5/+1 | |
| * | | | | | | ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_... | Bas van Beek | 2021-05-27 | 6 | -43/+39 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #18759 from pearu/gh-18431-string_from_pyobj | Pearu Peterson | 2021-05-28 | 5 | -59/+252 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Minor fixes | Pearu Peterson | 2021-05-26 | 2 | -3/+3 | |
| * | | | | | Update numpy/f2py/rules.py | Pearu Peterson | 2021-05-26 | 1 | -1/+1 | |
| * | | | | | Fix lint | Pearu Peterson | 2021-05-26 | 1 | -1/+2 | |
| * | | | | | Add internal check for array contiguity. | Pearu Peterson | 2021-05-26 | 1 | -0/+1 | |
| * | | | | | MAINT: apply sizeof(char)==1 | Pearu Peterson | 2021-05-26 | 3 | -4/+4 | |
| * | | | | | Apply reviewer nit | Pearu Peterson | 2021-05-23 | 1 | -2/+1 | |
| * | | | | | Fix lint | Pearu Peterson | 2021-05-23 | 1 | -1/+2 | |
| * | | | | | Apply reviewers comments. Thanks to @eric-wieser! | Pearu Peterson | 2021-05-23 | 1 | -31/+9 | |
| * | | | | | BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431. | Pearu Peterson | 2021-05-10 | 4 | -51/+264 | |
* | | | | | | MAINT: replace imgmath with mathjax for docs (#19036) | Melissa Weber Mendonça | 2021-05-27 | 3 | -3/+6 | |
* | | | | | | Merge pull request #19110 from himanshu007-creator/himanshu007-creator-patch-1 | Bas van Beek | 2021-05-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update _add_newdocs.py | Himanshu | 2021-05-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19093 from paxcodes/add_returns_section_for_frombuffer | Ralf Gommers | 2021-05-26 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: add a "Returns" section for `np.frombuffer` | Pax | 2021-05-25 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #19099 from pope1ni/patch-1 | Matti Picus | 2021-05-26 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Updated doc/source/reference/arrays.scalars.rst | Nick Pope | 2021-05-25 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #19096 from charris/fix-numpy-version | Matti Picus | 2021-05-26 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: Fix setup.py to work in maintenance branches. | Charles Harris | 2021-05-25 | 1 | -2/+9 | |
* | | | | | | | | | Merge pull request #19086 from charris/fix-linter-run-condition | Sebastian Berg | 2021-05-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | BUG: Linter should on run on pull requests. | Charles Harris | 2021-05-24 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #19090 from default-303/LGTM_alerts | Charles Harris | 2021-05-25 | 9 | -12/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-25 | 4 | -1/+6 | |
| * | | | | | | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-24 | 13 | -18/+2 | |
* | | | | | | | | Merge pull request #19092 from BvB93/generic-alias-bug | Charles Harris | 2021-05-25 | 3 | -5/+9 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Change the variance of the `npt.ArrayLike` to covariant | Bas van Beek | 2021-05-25 | 3 | -4/+4 | |
| * | | | | | | | BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for under... | Bas van Beek | 2021-05-25 | 2 | -1/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #19089 from melissawm/add-hist2d-example | Matti Picus | 2021-05-25 | 1 | -0/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Add example to histogram2d docstring | melissawm | 2021-05-24 | 1 | -0/+34 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #19087 from melissawm/savez-kwarg | Matti Picus | 2021-05-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: Add note to savez about naming variables with keyword `file`. | melissawm | 2021-05-24 | 1 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19082 from numpy/dependabot/pip/hypothesis-6.13.4 | Charles Harris | 2021-05-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | MAINT: Bump hypothesis from 6.12.0 to 6.13.4 | dependabot[bot] | 2021-05-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19071 from cmichal2/main | Matti Picus | 2021-05-23 | 1 | -13/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCC | Carl Michal | 2021-05-23 | 1 | -18/+8 |