Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | DOC: typo fix | Guo | 2021-07-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | BUG: Do not raise deprecation warning for all nans in unique (#19301) | Thomas J. Fan | 2021-06-29 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | This PR adjusts np.unique for the edge cases where all values are nan. Fixes gh-19300 | |||||
* | | | MAINT: import `tracemalloc_domain` from `np.core.multiarray` | Bas van Beek | 2021-06-27 | 1 | -1/+4 | |
|/ / | ||||||
* | | ENH: Add annotations for `np.lib.type_check` | Bas van Beek | 2021-06-20 | 1 | -15/+231 | |
| | | ||||||
* | | Merge pull request #19261 from BvB93/2dim | Charles Harris | 2021-06-16 | 1 | -21/+244 | |
|\ \ | | | | | | | ENH: Add annotations for `np.lib.twodim_base` | |||||
| * | | ENH: Add annotations for `np.lib.twodim_base` | Bas van Beek | 2021-06-16 | 1 | -21/+244 | |
| | | | ||||||
* | | | DOC: Fix formatting in rot90() docstring (#19256) | Tim Hoffmann | 2021-06-16 | 1 | -2/+5 | |
|/ / | ||||||
* | | DOC: added explanation about tril/triu n-dimensional functionality. (#19131) | Melissa Weber Mendonça | 2021-06-14 | 1 | -3/+34 | |
| | | | | | | | | | | * DOC: added explanation about tril/triu n-dimensional functionality. Additional examples are also provided. Closes gh-10310 | |||||
* | | ENH: Add annotations for `np.lib.arraypad` | Bas van Beek | 2021-06-11 | 1 | -2/+91 | |
| | | ||||||
* | | Merge pull request #19060 from BvB93/multiarray-docs | Charles Harris | 2021-06-10 | 1 | -28/+5 | |
|\ \ | | | | | | | ENH: Add initial annotations to `np.core.multiarray` | |||||
| * | | MAINT: Move `ravel_multi_index` and `unravel_index` to `np.core.multiarray` | Bas van Beek | 2021-06-06 | 1 | -28/+5 | |
| | | | ||||||
* | | | Merge pull request #19214 from kmaehashi/fix-np-version-major | Charles Harris | 2021-06-10 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | ENH: Support major version larger than 9 in `NumpyVersion` | |||||
| * | | | DOC: fix typo | Kenichi Maehashi | 2021-06-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | ENH: support major version larger than 9 in numpy.lib.NumpyVersion | Kenichi Maehashi | 2021-06-10 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | MAINT: Add annotations for the missing `period` parameter to `np.unwrap` | Bas van Beek | 2021-06-10 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | DOC: Adjust polyfit doc to clarify the meaning of w (#18421) | Mike Jarvis | 2021-06-08 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Adjust polyfit doc to clarify the meaning of w cov='unscaled', in particular, had inconsistently referred to a weight of 1/sigma**2, while the doc for w says it should be equal to 1/sigma. This change clarifies w to comport with more typical meanings of weights in weighted least squares, and makes clear that cov='unscaled' is appropriate when the weight w**2 = 1/sigma**2. See Issue #5261 for more discussion of the errors/confusion in the previous doc string. * Update doc text for w in all polynomial module fit functions Co-authored-by: Stefan van der Walt <sjvdwalt@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | |||||
* | | | Update numpy/lib/index_tricks.py | Ahmet Can Solak | 2021-06-07 | 1 | -1/+2 | |
| | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | |||||
* | | | Update numpy/lib/index_tricks.py | Ahmet Can Solak | 2021-06-07 | 1 | -1/+2 | |
| | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | |||||
* | | | DOC: docstring fix implemented for ndindex class under index_tricks | AhmetCanSolak | 2021-06-07 | 1 | -2/+2 | |
|/ / | ||||||
* | | API: Delay string and number promotion deprecation/future warning | Sebastian Berg | 2021-06-04 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | Unfortunately, this seems to cause some pain in pandas at least to circumvent the warning. Delaying may complicate the creation of ufuncs for strings, but otherwise should not be a big problem. We have to make sure that we can reimplement the change quickly though, it is an important change in my opinion. | |||||
* | | 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 | |
| | | | | | | | | wrong dtype | |||||
* | | Merge pull request #19090 from default-303/LGTM_alerts | Charles Harris | 2021-05-25 | 1 | -1/+0 | |
|\ \ | | | | | | | MAINT: removed unused imports listed in LGTM | |||||
| * | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-24 | 2 | -2/+0 | |
| | | | ||||||
* | | | 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 | |
| |/ / | ||||||
* | | | DOC: Add note to savez about naming variables with keyword `file`. | melissawm | 2021-05-24 | 1 | -0/+4 | |
|/ / | ||||||
* | | 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 #16987 from scimax/master | Charles Harris | 2021-05-19 | 2 | -14/+71 | |
|\ \ | | | | | | | ENH: Phase unwrapping generalized to arbitrary interval size | |||||
| * | | BUG: Fix missing "np." in docstring examples. | Charles Harris | 2021-05-19 | 1 | -4/+4 | |
| | | | ||||||
| * | | STY: Break long lines | Charles Harris | 2021-05-19 | 1 | -9/+14 | |
| | | | ||||||
| * | | Update numpy/lib/function_base.py | Eric Wieser | 2021-02-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update numpy/lib/function_base.py | Eric Wieser | 2021-02-16 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add missing whitespace | Eric Wieser | 2020-09-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Cleanup whitespace | Eric Wieser | 2020-09-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add missing newline | Eric Wieser | 2020-09-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Cleanup whitespace | Eric Wieser | 2020-09-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | Apply suggestions from code review | Eric Wieser | 2020-09-14 | 1 | -3/+2 | |
| | | | | | | | | | Cleanup whitespace | |||||
| * | | fix CI fails by blank lines | Max Kellermeier | 2020-09-11 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update numpy/lib/function_base.py | Eric Wieser | 2020-09-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Comment in docs on discontinuity in unwrap | Max Kellermeier | 2020-08-23 | 1 | -2/+3 | |
| | | | ||||||
| * | | Apply suggestions from code review | scimax | 2020-08-23 | 1 | -9/+10 | |
| | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | |||||
| * | | Minor corrections in unwrapping docstrings | Max Kellermeier | 2020-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | |||||
| * | | Code cleanup | scimax | 2020-08-21 | 1 | -5/+4 | |
| | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | |||||
| * | | Updated incorrect argument in tests. boundary correction for int and float. | Max Kellermeier | 2020-08-21 | 2 | -6/+9 | |
| | | | | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | |||||
| * | | Merge branch 'master' of github.com:scimax/numpy | Max Kellermeier | 2020-08-20 | 1 | -1/+1 | |
| |\ \ |