Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Fix import of default_rngdoc/user-guide-default-rng | Robert Kern | 2021-09-01 | 1 | -1/+1 |
| | | | Fixes #19812 19812 | ||||
* | Merge pull request #19781 from mwtoews/foreach-item | Matti Picus | 2021-09-01 | 8 | -75/+72 |
|\ | | | | | MAINT: refactor "for ... in range(len(" statements | ||||
| * | MAINT: refactor "for ... in range(len(" statements | Mike Taves | 2021-09-01 | 8 | -75/+72 |
| | | |||||
* | | Merge pull request #19802 from BvB93/pep-457 | Charles Harris | 2021-08-31 | 12 | -235/+270 |
|\ \ | | | | | | | STY: Use the new PEP 457 positional-only syntax for typing | ||||
| * | | STY: Use the PEP 457 positional-only syntax in `numpy.typing` | Bas van Beek | 2021-08-31 | 2 | -100/+102 |
| | | | |||||
| * | | STY: Use the PEP 457 positional-only syntax in the stub files | Bas van Beek | 2021-08-31 | 10 | -135/+168 |
| | | | |||||
* | | | Merge pull request #19799 from BvB93/typing-extensions | Charles Harris | 2021-08-31 | 1 | -3/+0 |
|\ \ \ | |/ / |/| | | TST: Drop typing-extensions from test_requirements.txt | ||||
| * | | TST: Drop typing-extensions from test_requirements.txt | Bas van Beek | 2021-08-31 | 1 | -3/+0 |
|/ / | | | | | | | | | | | Follow up on https://github.com/numpy/numpy/pull/19784. With the release of 3.10.0.2 we no longer have to worry about mypy installing a broken typing-extensions version for python 3.10. | ||||
* | | Merge pull request #19784 from BvB93/37-typing | Charles Harris | 2021-08-30 | 43 | -815/+478 |
|\ \ | | | | | | | MAINT: Remove typing code-paths specific to Python 3.7 | ||||
| * | | BLD: Temporarily reintroduce `typing_extensions` for python 3.10 | Bas van Beek | 2021-08-30 | 1 | -0/+3 |
| | | | | | | | | | | | | Remove once python/typing#865 has been fixed | ||||
| * | | BLD: Drop typing extension as an (optional) runtime dependency | Bas van Beek | 2021-08-30 | 4 | -46/+1 |
| | | | | | | | | | | | | It might return in the future, but as of the moment we don't need it anymore | ||||
| * | | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 33 | -199/+57 |
| | | | |||||
| * | | MAINT: Drop .py code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 7 | -570/+417 |
| |/ | |||||
* | | Merge pull request #19789 from numpy/dependabot/pip/hypothesis-6.17.3 | Charles Harris | 2021-08-30 | 1 | -1/+1 |
|\ \ | | | | | | | MAINT: Bump hypothesis from 6.15.0 to 6.17.3 | ||||
| * | | MAINT: Bump hypothesis from 6.15.0 to 6.17.3 | dependabot[bot] | 2021-08-30 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.15.0 to 6.17.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.15.0...hypothesis-python-6.17.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #19407 from Mukulikaa/indexing-docs-merge | Matti Picus | 2021-08-30 | 4 | -929/+808 |
|\ \ | |/ |/| | DOC: Rearranged parts of the Indexing docs to consolidate content | ||||
| * | DOC: Removed unnecessary section link | Mukulika | 2021-08-30 | 1 | -3/+1 |
| | | |||||
| * | DOC: Renamed section to Basic indexing | Mukulika | 2021-08-28 | 1 | -5/+5 |
| | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
| * | DOC: Added examples and other minor changes after review | Mukulika | 2021-08-28 | 1 | -59/+142 |
| | | |||||
| * | DOC: Reformatted examples | Mukulika | 2021-08-20 | 1 | -51/+52 |
| | | |||||
| * | DOC: Replaced indexing stub doc with routines | Mukulika | 2021-08-18 | 4 | -131/+69 |
| | | |||||
| * | DOC: Exchanged the contents of Indexing basics and Indexing ref docs | Mukulika | 2021-08-18 | 2 | -734/+735 |
| | | |||||
| * | DOC: Rearranged parts of the Indexing docs to consolidate content | Mukulika | 2021-08-18 | 2 | -546/+404 |
| | | |||||
* | | Merge pull request #19715 from yashasvimisra2798/casting_patch1 | Matti Picus | 2021-08-29 | 2 | -1/+12 |
|\ \ | | | | | | | BUG: Casting bool_ to float16 | ||||
| * | | lint: fix flake8 errors | Yashasvi Misra | 2021-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in> | ||||
| * | | test: add test_float_to_bool() | Yashasvi Misra | 2021-08-27 | 1 | -7/+9 |
| | | | | | | | | | | | | Signed-off-by: Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in> | ||||
| * | | add test | Yashasvi Misra | 2021-08-26 | 1 | -0/+6 |
| | | | |||||
| * | | update | Yashasvi Misra | 2021-08-19 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #19747 from charris/update-readme | Charles Harris | 2021-08-27 | 1 | -4/+22 |
|\ \ \ | | | | | | | | | MAINT: Update README.md with badges | ||||
| * | | | MAINT: Add some badges to README.md | Charles Harris | 2021-08-25 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds badges for - downloads from Pypi and Conda - link to stackoverflow - link to Nature paper [skip ci] | ||||
* | | | | Remove reference since it's not used (#19766) | Illviljan | 2021-08-27 | 1 | -3/+0 |
| | | | | |||||
* | | | | Merge pull request #19764 from Illviljan/around_docstring_test | Charles Harris | 2021-08-27 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | BUG: np.around fails when using doctest | ||||
| * | | | | Fix so doctest passes | Illviljan | 2021-08-27 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Merge pull request #19758 from HowJMay/remove-redundent-semicolon | Charles Harris | 2021-08-26 | 4 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | MAINT: Remove redundant semicolon | ||||
| * | | | | MAINT: Remove redundant semicolon | HowJMay | 2021-08-27 | 4 | -4/+4 |
|/ / / / | |||||
* | | | | NEP: add qualifier for free(), mention ContextVar (#19663) | Matti Picus | 2021-08-26 | 1 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEP: add qualifier for free(), mention ContextVar * Update doc/neps/nep-0049.rst Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * fix from review * remove qualifier for mismatched alloc/free * NEP: reformat the alloc/free mismatch problem Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
* | | | | Merge pull request #19725 from anntzer/loadtxt-fh-closing | Matti Picus | 2021-08-26 | 1 | -14/+12 |
|\ \ \ \ | | | | | | | | | | | MAINT: Use a contextmanager to ensure loadtxt closes the input file. | ||||
| * | | | | MAINT: Use a contextmanager to ensure loadtxt closes the input file. | Antony Lee | 2021-08-22 | 1 | -14/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems easier to track that a giant try... finally. Also move the `fencoding` initialization to within the contextmanager, in the rather unlikely case an exception occurs during the call to `getpreferredencoding`. | ||||
* | | | | | Merge pull request #19638 from iritkatriel/no_compile | Matti Picus | 2021-08-26 | 1 | -30/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | MAINT: Remove import time compile | ||||
| * | | | | | Update numpy/core/overrides.py | Sebastian Berg | 2021-08-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| * | | | | | remove import time compile | Irit Katriel | 2021-08-25 | 1 | -30/+8 |
|/ / / / / | |||||
* | | | | | Merge pull request #19621 from seberg/fix-normal-ufunc-safety | Charles Harris | 2021-08-25 | 2 | -2/+33 |
|\ \ \ \ \ | | | | | | | | | | | | | BUG: The normal cast-safety for ufunc loops is "no" casting | ||||
| * | | | | | MAINT: Fix spelling | Charles Harris | 2021-08-25 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | BUG: The normal cast-safety for ufunc loops is "no" casting | Sebastian Berg | 2021-08-24 | 2 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can now be set for a loop, which allows specialized loops that include the cast for example (or may make sense for units). However, the default here was just wrong, and apparently we missed any tests at all. (sklearn caught it luckily :)) | ||||
* | | | | | | Merge pull request #19736 from neutrinoceros/hotfix_reg_19721 | Matti Picus | 2021-08-25 | 2 | -1/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | BUG: Fix passing a MaskedArray instance to ``MaskedArray.__setitem__`` | ||||
| * | | | | | | BUG: fix a regression where a masked_array's mask wouldn't update | Clément Robert | 2021-08-24 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly when indx was itself a masked_array instance. Closes #19721. See #19244 for context. | ||||
| * | | | | | | Add check for when value is a np.ma | iameskild | 2021-08-24 | 1 | -1/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #19730 from phetdam/hotfix-19575 | Sebastian Berg | 2021-08-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | BUG: Fix reference leak of capi_tmp in f2py/cb_rules.py | ||||
| * | | | | | BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.py | Derek Huang | 2021-08-22 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #19733 from tupui/citation_gh | Charles Harris | 2021-08-24 | 1 | -0/+20 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | DOC: add citation file for GitHub support |