Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ENH: Pass optimizations arguments to asv build | Sayed Adel | 2020-09-11 | 3 | -3/+198 | |
* | | | | | Merge pull request #17186 from eric-wieser/datetime-less-bytes | Charles Harris | 2020-10-10 | 4 | -47/+50 | |
|\ \ \ \ \ | ||||||
| * | | | | | Apply suggestions from code review | Eric Wieser | 2020-09-28 | 2 | -2/+2 | |
| * | | | | | Update numpy/core/src/multiarray/datetime_busdaycal.c | Eric Wieser | 2020-08-31 | 1 | -1/+1 | |
| * | | | | | Apply suggestions from code review | Eric Wieser | 2020-08-31 | 1 | -2/+2 | |
| * | | | | | Update numpy/core/src/multiarray/datetime_busdaycal.c | Eric Wieser | 2020-08-30 | 1 | -1/+0 | |
| * | | | | | Update numpy/core/src/multiarray/datetime_busday.c | Eric Wieser | 2020-08-30 | 1 | -1/+0 | |
| * | | | | | MAINT: Use utf8 strings in more of datetime | Eric Wieser | 2020-08-30 | 4 | -44/+49 | |
* | | | | | | Merge pull request #17527 from takanori-pskq/i13114-fix-npy-bool | Charles Harris | 2020-10-10 | 2 | -9/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Fix Boolean types in C functions | takanori-pskq | 2020-10-10 | 2 | -9/+9 | |
* | | | | | | | Merge pull request #17529 from eric-wieser/remove-Path-is-None | Charles Harris | 2020-10-10 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Cleanup compatibility code for pathlib | Eric Wieser | 2020-10-10 | 1 | -5/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | MAINT: py3k: remove os.fspath and os.PathLike backports (#17473) | Wei Yang | 2020-10-10 | 1 | -51/+2 | |
* | | | | | | | MAINT: Do not emit empty Methods heading in np.info (#17498) | Steve Joachim | 2020-10-10 | 2 | -4/+23 | |
* | | | | | | | DOC: Fix some links and typos (#17528) | Chunlin | 2020-10-10 | 1 | -9/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #17520 from bjnath/show-real-license | Ralf Gommers | 2020-10-09 | 1 | -32/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Display real license on license page | Ben Nathanson | 2020-10-09 | 1 | -32/+3 | |
* | | | | | | | Merge pull request #17525 from rossbar/circleci_envvar_fix | Charles Harris | 2020-10-09 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix yaml parsing error. | Ross Barnowski | 2020-10-09 | 1 | -1/+4 | |
| * | | | | | | | Fix bash syntax | Ross Barnowski | 2020-10-09 | 1 | -1/+1 | |
| * | | | | | | | CI: modify circleci merge ref grabbing. | Ross Barnowski | 2020-10-09 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | ENH: add dtype option to cov and corrcoef (#17456) | Lisa Schwetlick | 2020-10-09 | 3 | -9/+41 | |
* | | | | | | | DOC: Fix empty 'C style guide' page (#17503) | Ben Nathanson | 2020-10-09 | 2 | -10/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge pull request #17344 from danbeibei/master | Charles Harris | 2020-10-09 | 3 | -1/+57 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | BUG: Fix indentation. | Charles Harris | 2020-10-09 | 1 | -6/+6 | |
| * | | | | | Update numpy/distutils/fcompiler/nv.py | danbeibei | 2020-10-02 | 1 | -5/+8 | |
| * | | | | | ENH: Add comments about Nvidia HPC SDK and PGI | Daniel Vanzo | 2020-09-22 | 1 | -0/+4 | |
| * | | | | | ENH: Add support for the NVIDIA HPC SDK fortran compiler | Daniel Vanzo | 2020-09-22 | 3 | -1/+50 | |
* | | | | | | Merge pull request #17508 from lucasace/typing-final-feature | Charles Harris | 2020-10-09 | 1 | -44/+43 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [CODE]Redundant spaces removed | Royston E Tauro | 2020-10-09 | 1 | -1/+0 | |
| * | | | | | | [CODE] Made code cleaner | Royston E Tauro | 2020-10-09 | 1 | -1/+1 | |
| * | | | | | | Adjusted typing.Final's python 3.8 compatibility | Royston E Tauro | 2020-10-08 | 1 | -3/+2 | |
| * | | | | | | Minor bug fix | Royston E Tauro | 2020-10-08 | 1 | -1/+1 | |
| * | | | | | | ENH: Marked all constants as `Final | Royston E Tauro | 2020-10-08 | 1 | -1/+1 | |
| * | | | | | | Update __init__.pyi | Royston E Tauro | 2020-10-08 | 1 | -42/+43 | |
* | | | | | | | Merge pull request #17479 from person142/np-unicode | Charles Harris | 2020-10-09 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: add str0 as an alias of str_ on the typing level | Josh Wilson | 2020-10-07 | 2 | -2/+2 | |
| * | | | | | | | ENH: type np.unicode_ as np.str_ | Josh Wilson | 2020-10-06 | 2 | -1/+4 | |
* | | | | | | | | Merge pull request #17465 from BvB93/bitwise-ops | Charles Harris | 2020-10-09 | 5 | -16/+369 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | REV: Remove the `uint64`/`signedinteger` specific overload | Bas van Beek | 2020-10-06 | 2 | -7/+5 | |
| * | | | | | | | | TST: Added tests for bitwise operations | Bas van Beek | 2020-10-05 | 3 | -0/+281 | |
| * | | | | | | | | ENH: Add annotations for `generic` and `ndarray` bitwise operations | Bas van Beek | 2020-10-05 | 2 | -17/+91 | |
* | | | | | | | | | Merge pull request #17485 from mattip/circleci1 | Charles Harris | 2020-10-08 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BLD: don't use -q in sphinx build | mattip | 2020-10-07 | 1 | -5/+2 | |
| * | | | | | | | | | BLD: try merging in a separate step | mattip | 2020-10-07 | 1 | -3/+6 | |
| * | | | | | | | | | Update .circleci/config.yml | Matti Picus | 2020-10-07 | 1 | -5/+1 | |
| * | | | | | | | | | BLD: circleCI- merge before build, add -n to sphinx | mattip | 2020-10-07 | 1 | -1/+15 | |
* | | | | | | | | | | Merge pull request #17487 from BvB93/duplicate | Charles Harris | 2020-10-08 | 3 | -20/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | TST: Updated the module-related tests | Bas van Beek | 2020-10-07 | 1 | -1/+7 | |
| * | | | | | | | | | | MAINT: Ignore the private `np.compat` module | Bas van Beek | 2020-10-07 | 1 | -0/+1 |