Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
|\ \ \ \ | | | | | | | | | | | DOC: Fix the documented default value of the `order` parameter of `np.asarray` | |||||
| * | | | | 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` | |||||
| * | | | | DOC: add a "Returns" section for `np.frombuffer` | Pax | 2021-05-25 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a pre-requisite for Issue#16751. See comments on PR#18964 starting at github.com/numpy/numpy/pull/18964#issuecomment-847492524 | |||||
* | | | | | Merge pull request #19099 from pope1ni/patch-1 | Matti Picus | 2021-05-26 | 1 | -4/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | DOC: fixed unsigned integer alias links. | |||||
| * | | | | | Updated doc/source/reference/arrays.scalars.rst | Nick Pope | 2021-05-25 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | Fixed unsigned integer aliases. | |||||
* | | | | | | 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. | |||||
| * | | | | | | BUG: Fix setup.py to work in maintenance branches. | Charles Harris | 2021-05-25 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes setup.py to correctly detect the release status and base version from the full version string provided by versioneer. Before this fix, versions like '1.22.0.dev0+...' were correctly handled, but versions like '1.21.0rc1+...' were not. | |||||
* | | | | | | | Merge pull request #19086 from charris/fix-linter-run-condition | Sebastian Berg | 2021-05-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | BUG: Linter should only run on pull requests. | |||||
| * | | | | | | BUG: Linter should on run on pull requests. | Charles Harris | 2021-05-24 | 1 | -1/+1 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That was the original intent, but linter was only disabled for merges to the main branch and still ran, and failed, on maintenance branches. Closes #19079. | |||||
* | | | | | | Merge pull request #19090 from default-303/LGTM_alerts | Charles Harris | 2021-05-25 | 9 | -12/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | MAINT: removed unused imports listed in LGTM | |||||
| * | | | | | 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 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for types with >1 parameters | |||||
| * | | | | | 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 ↵ | Bas van Beek | 2021-05-25 | 2 | -1/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | underlying types with >1 parameters | |||||
* | | | | | Merge pull request #19089 from melissawm/add-hist2d-example | Matti Picus | 2021-05-25 | 1 | -0/+34 | |
|\ \ \ \ \ | | | | | | | | | | | | | DOC: Add example to histogram2d docstring | |||||
| * | | | | | 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`. | |||||
| * | | | | 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 | |||||
| * | | | MAINT: Bump hypothesis from 6.12.0 to 6.13.4 | dependabot[bot] | 2021-05-24 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.12.0 to 6.13.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.12.0...hypothesis-python-6.13.4) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | | Merge pull request #19071 from cmichal2/main | Matti Picus | 2021-05-23 | 1 | -13/+9 | |
|\ \ \ | | | | | | | | | BUG: Fix compile-time test of POPCNT | |||||
| * | | | Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCC | Carl Michal | 2021-05-23 | 1 | -18/+8 | |
| | | | | | | | | | | | | | | | | | | | | _builtin_popcount is always available, so the compile-time check always succeeds. | |||||
| * | | | Fix compile-time test of POPCNT | Carl Michal | 2021-05-22 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compile-time test of POPCNT, cpu_popcnt.c produced code that would execute without error even if the machine didn't support the popcnt instruction. This patch attempts to use popcnt on random numbers so the compiler can't substitute the answer at compile time. | |||||
* | | | | Merge pull request #19072 from charris/fix-version-problem | Matti Picus | 2021-05-23 | 2 | -5/+22 | |
|\ \ \ \ | |/ / / |/| | | | BUG, TST: Fix test_numpy_version. | |||||
| * | | | BUG: Fix test_numpy_version. | Charles Harris | 2021-05-23 | 2 | -5/+22 | |
|/ / / | | | | | | | | | | | | | | | | - Make versions of the form '1.22.0.dev0' valid for non-releases. - Put empty match at end of groups instead of at the beginning. - Require eol in match, do not allow trailing characters. | |||||
* | | | Merge pull request #19070 from charris/prepare-main-for-1.22.0.dev0 | Charles Harris | 2021-05-22 | 37 | -424/+612 | |
|\ \ \ | | | | | | | | | REL: Prepare for NumPy 1.22.0 development | |||||
| * | | | DOC, REL: Prepare notes for NumPy 1.22.0 development. | Charles Harris | 2021-05-22 | 4 | -1/+49 | |
| | | | | ||||||
| * | | | DOC: Clear doc/release/upcoming_changes | Charles Harris | 2021-05-22 | 31 | -423/+558 | |
| | | | | ||||||
| * | | | MAINT: Update cversions. | Charles Harris | 2021-05-22 | 3 | -0/+5 | |
|/ / / | | | | | | | | | | No changes for the NumPy 1.21.x release. | |||||
* | | | REL: Begin 1.22.x developmentv1.22.0.dev0 | Charles Harris | 2021-05-22 | 0 | -0/+0 | |
| | | | ||||||
* | | | Merge pull request #19068 from charris/update-mailmap | Charles Harris | 2021-05-22 | 1 | -260/+381 | |
|\ \ \ | | | | | | | | | MAINT: Update mailmap | |||||
| * | | | MAINT: Update mailmap | Charles Harris | 2021-05-22 | 1 | -260/+381 | |
| | | | | | | | | | | | | | | | | | | | | - Add new names from development branch - Simplify previous entries | |||||
* | | | | Merge pull request #19066 from BvB93/nanmedian | Charles Harris | 2021-05-22 | 2 | -23/+47 | |
|\ \ \ \ | |/ / / |/| | | | BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong dtype | |||||
| * | | | MAINT: Directly grab `nan` from the input array | Bas van Beek | 2021-05-22 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | Directly grab a nan-esque object from the input array, rather than constructing a new one from scratch | |||||
| * | | | TST: Update the `np.nanmedian` tests for all-nan arrays | Bas van Beek | 2021-05-22 | 1 | -16/+34 | |
| | | | | | | | | | | | | | | | | Test multiple dtypes in the `test_allnans` + a minor refactor | |||||
| * | | | BUG: Fixed an issue wherein `_nanmedian_small` would fail for ↵ | Bas van Beek | 2021-05-22 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | `timedelta64`-based dtypes | |||||
| * | | | BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ↵ | Bas van Beek | 2021-05-22 | 1 | -1/+3 | |
| | |/ | |/| | | | | | | | dtype | |||||
* | | | Merge pull request #19063 from ismaelJimenez/fix-gh-19056 | Charles Harris | 2021-05-22 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ENH: Stubs for array_equal appear out of date. | |||||
| * | | fix gh-19056 | Ismael Jimenez | 2021-05-22 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #18766 from ganesh-k13/enh_simd_signed_division | Matti Picus | 2021-05-21 | 5 | -105/+161 | |
|\ \ | | | | | | | ENH, SIMD: Replace libdivide functions of signed integer division with universal intrinsics |