summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: PR 18282 revisionstreddy_issue_18273Tyler Reddy2021-02-012-10/+4
* MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-013-0/+21
* Merge pull request #18263 from Mitchell-Faas/set_printoptions-bugfix-issue-#1...Charles Harris2021-02-013-7/+20
|\
| * MAINT: Updated annotationsMitchell Faas2021-02-011-7/+7
| * MAINT: import refactorMitchell Faas2021-01-311-2/+2
| * ENH: Improved error traceback in set_printoptionsMitchell-Faas2021-01-311-2/+2
| * BUG: Now allows for all integer typesMitchell Faas2021-01-311-1/+4
| * ENH: Added sanity check to printoptionsMitchell Faas2021-01-312-0/+10
* | ENH: defer the import of shutilChristoph Gohlke2021-01-311-2/+4
* | DOC: Numpydoc warning incorrect underline length.Matthias Bussonnier2021-01-311-1/+1
* | DOC: Nupydoc format space before `:` in ParametersMatthias Bussonnier2021-01-312-4/+4
|/
* DOC: replace 'this platform' with the actual platform in the scalar type docu...Ryan Polley2021-01-301-1/+4
* Merge pull request #18252 from Carreau/doc-polyutilsCharles Harris2021-01-294-21/+9
|\
| * DOC: cleanup of numpy/polynomial.Matthias Bussonnier2021-01-284-21/+9
* | Merge pull request #18150 from seberg/fix-too-many-boolean-indicesCharles Harris2021-01-292-1/+30
|\ \
| * | Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
| * | BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-112-1/+32
* | | Merge pull request #18236 from BvB93/dtype-likeRalf Gommers2021-01-294-13/+182
|\ \ \
| * | | MAINT: typo fix: `_UInt8Codes` -> `_Int8Codes`Bas van Beek2021-01-291-1/+1
| * | | ENH: Added aliases for commonly used dtype-like objectsBas van Beek2021-01-262-4/+165
| * | | MAINT: Ensure that the `_SupportsDType` protocol can only take dtypes; not ar...Bas van Beek2021-01-263-10/+18
* | | | Merge pull request #18253 from rgommers/doc-novalueMatti Picus2021-01-291-2/+14
|\ \ \ \
| * | | | DOC: improve description of `NoValue`.Ralf Gommers2021-01-291-2/+14
| | |_|/ | |/| |
* | | | Merge pull request #18229 from BvB93/__all__Ralf Gommers2021-01-294-100/+87
|\ \ \ \
| * | | | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-274-9/+4
| * | | | TST: Add module-based tests to the `pass` testsBas van Beek2021-01-251-0/+23
| * | | | ENH: Add annotations for certain module-level dundersBas van Beek2021-01-252-0/+15
| * | | | STY: Remove `__all__` in favor of explicit reexportsBas van Beek2021-01-251-100/+54
* | | | | DOC: more mist fixes of syntax.Matthias Bussonnier2021-01-282-8/+7
| |/ / / |/| | |
* | | | Merge pull request #18248 from Carreau/see-also-upperMatti Picus2021-01-281-91/+91
|\ \ \ \
| * | | | DOC: See also -> See Also (casing)Matthias Bussonnier2021-01-271-91/+91
* | | | | DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-278-27/+21
|/ / / /
* | | | Merge pull request #18223 from SnoopJeDi/fix_random-generator-choice_docCharles Harris2021-01-261-1/+8
|\ \ \ \
| * | | | Clarify description of exampleJames Gerity2021-01-261-2/+2
| * | | | Mark example as randomJames Gerity2021-01-261-1/+1
| * | | | DOC: add example of sampling from 2-D arrayJames Gerity2021-01-241-0/+7
| * | | | DOC: Drop '1-D' from docstringJames Gerity2021-01-241-1/+1
* | | | | Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-261-25/+49
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewSebastian Berg2021-01-261-1/+1
| * | | | | Update numpy/__init__.pySebastian Berg2021-01-261-6/+4
| * | | | | DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-27/+52
* | | | | | Merge pull request #18232 from Carreau/shape_base_docMatti Picus2021-01-261-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: lib/shape_base numpydoc formatting.Matthias Bussonnier2021-01-251-7/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-269-43/+153
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-259-43/+153
* | | | | Merge pull request #18225 from numpy/dependabot/pip/mypy-0.800Matti Picus2021-01-251-2/+2
|\ \ \ \ \
| * | | | | TST: Fix two failing typing testsdependabot/pip/mypy-0.800Bas van Beek2021-01-251-2/+2
* | | | | | Merge pull request #18176 from Illviljan/Illviljan-faster_tril_indicesMatti Picus2021-01-251-3/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | import indices, broadcast_toIllviljan2021-01-151-7/+8
| * | | | | use same tri formatIllviljan2021-01-151-1/+1