summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix lintPearu Peterson2021-05-261-1/+2
| | | |
| * | | Add internal check for array contiguity.Pearu Peterson2021-05-261-0/+1
| | | |
| * | | MAINT: apply sizeof(char)==1Pearu Peterson2021-05-263-4/+4
| | | |
| * | | Apply reviewer nitPearu Peterson2021-05-231-2/+1
| | | |
| * | | Fix lintPearu Peterson2021-05-231-1/+2
| | | |
| * | | Apply reviewers comments. Thanks to @eric-wieser!Pearu Peterson2021-05-231-31/+9
| | | |
| * | | BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-104-51/+264
| | | |
* | | | MAINT: replace imgmath with mathjax for docs (#19036)Melissa Weber Mendonça2021-05-273-3/+6
| | | |
* | | | Merge pull request #19110 from himanshu007-creator/himanshu007-creator-patch-1Bas van Beek2021-05-261-1/+1
|\ \ \ \ | | | | | | | | | | DOC: Fix the documented default value of the `order` parameter of `np.asarray`
| * | | | Update _add_newdocs.pyHimanshu2021-05-271-1/+1
|/ / / /
* | | | Merge pull request #19093 from paxcodes/add_returns_section_for_frombufferRalf Gommers2021-05-261-0/+4
|\ \ \ \ | | | | | | | | | | DOC: add a "Returns" section for `np.frombuffer`
| * | | | DOC: add a "Returns" section for `np.frombuffer`Pax2021-05-251-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-1Matti Picus2021-05-261-4/+4
|\ \ \ \ \ | | | | | | | | | | | | DOC: fixed unsigned integer alias links.
| * | | | | Updated doc/source/reference/arrays.scalars.rstNick Pope2021-05-251-4/+4
| | | | | | | | | | | | | | | | | | Fixed unsigned integer aliases.
* | | | | | Merge pull request #19096 from charris/fix-numpy-versionMatti Picus2021-05-261-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | BUG: Fix setup.py to work in maintenance branches.
| * | | | | | BUG: Fix setup.py to work in maintenance branches.Charles Harris2021-05-251-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-conditionSebastian Berg2021-05-251-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | BUG: Linter should only run on pull requests.
| * | | | | | BUG: Linter should on run on pull requests.Charles Harris2021-05-241-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_alertsCharles Harris2021-05-259-12/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | MAINT: removed unused imports listed in LGTM
| * | | | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-254-1/+6
| | | | | |
| * | | | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-2413-18/+2
| | | | | |
* | | | | | Merge pull request #19092 from BvB93/generic-alias-bugCharles Harris2021-05-253-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 covariantBas van Beek2021-05-253-4/+4
| | | | | |
| * | | | | BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for ↵Bas van Beek2021-05-252-1/+5
|/ / / / / | | | | | | | | | | | | | | | underlying types with >1 parameters
* | | | | Merge pull request #19089 from melissawm/add-hist2d-exampleMatti Picus2021-05-251-0/+34
|\ \ \ \ \ | | | | | | | | | | | | DOC: Add example to histogram2d docstring
| * | | | | DOC: Add example to histogram2d docstringmelissawm2021-05-241-0/+34
| | |/ / / | |/| | |
* | | | | Merge pull request #19087 from melissawm/savez-kwargMatti Picus2021-05-251-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | DOC: Add note to savez about naming variables with keyword `file`.
| * | | | DOC: Add note to savez about naming variables with keyword `file`.melissawm2021-05-241-0/+4
|/ / / /
* | | | Merge pull request #19082 from numpy/dependabot/pip/hypothesis-6.13.4Charles Harris2021-05-241-1/+1
|\ \ \ \ | |/ / / |/| | | MAINT: Bump hypothesis from 6.12.0 to 6.13.4
| * | | MAINT: Bump hypothesis from 6.12.0 to 6.13.4dependabot[bot]2021-05-241-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/mainMatti Picus2021-05-231-13/+9
|\ \ \ | | | | | | | | BUG: Fix compile-time test of POPCNT
| * | | Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCCCarl Michal2021-05-231-18/+8
| | | | | | | | | | | | | | | | | | | | _builtin_popcount is always available, so the compile-time check always succeeds.
| * | | Fix compile-time test of POPCNTCarl Michal2021-05-221-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-problemMatti Picus2021-05-232-5/+22
|\ \ \ \ | |/ / / |/| | | BUG, TST: Fix test_numpy_version.
| * | | BUG: Fix test_numpy_version.Charles Harris2021-05-232-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.dev0Charles Harris2021-05-2237-424/+612
|\ \ \ | | | | | | | | REL: Prepare for NumPy 1.22.0 development
| * | | DOC, REL: Prepare notes for NumPy 1.22.0 development.Charles Harris2021-05-224-1/+49
| | | |
| * | | DOC: Clear doc/release/upcoming_changesCharles Harris2021-05-2231-423/+558
| | | |
| * | | MAINT: Update cversions.Charles Harris2021-05-223-0/+5
|/ / / | | | | | | | | | No changes for the NumPy 1.21.x release.
* | | REL: Begin 1.22.x developmentv1.22.0.dev0Charles Harris2021-05-220-0/+0
| | |
* | | Merge pull request #19068 from charris/update-mailmapCharles Harris2021-05-221-260/+381
|\ \ \ | | | | | | | | MAINT: Update mailmap
| * | | MAINT: Update mailmapCharles Harris2021-05-221-260/+381
| | | | | | | | | | | | | | | | | | | | - Add new names from development branch - Simplify previous entries
* | | | Merge pull request #19066 from BvB93/nanmedianCharles Harris2021-05-222-23/+47
|\ \ \ \ | |/ / / |/| | | BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong dtype
| * | | MAINT: Directly grab `nan` from the input arrayBas van Beek2021-05-221-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 arraysBas van Beek2021-05-221-16/+34
| | | | | | | | | | | | | | | | Test multiple dtypes in the `test_allnans` + a minor refactor
| * | | BUG: Fixed an issue wherein `_nanmedian_small` would fail for ↵Bas van Beek2021-05-221-2/+4
| | | | | | | | | | | | | | | | `timedelta64`-based dtypes
| * | | BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ↵Bas van Beek2021-05-221-1/+3
| | |/ | |/| | | | | | | dtype
* | | Merge pull request #19063 from ismaelJimenez/fix-gh-19056Charles Harris2021-05-221-1/+1
|\ \ \ | |/ / |/| | ENH: Stubs for array_equal appear out of date.
| * | fix gh-19056Ismael Jimenez2021-05-221-1/+1
|/ /
* | Merge pull request #18766 from ganesh-k13/enh_simd_signed_divisionMatti Picus2021-05-215-105/+161
|\ \ | | | | | | ENH, SIMD: Replace libdivide functions of signed integer division with universal intrinsics