summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ENH: Add support for inplace matrix multiplicationBas van Beek2022-12-021-0/+21
| * | | | | Merge pull request #23061 from MatteoRaso/vectorizeMatti Picus2023-03-261-0/+6
| |\ \ \ \ \
| | * | | | | Added release note (#23061)Matteo Raso2023-02-271-0/+6
| * | | | | | Merge pull request #23322 from F3eQnxN3RriK/enh-ma-dotMatti Picus2023-03-261-0/+4
| |\ \ \ \ \ \
| | * | | | | | DOC: add release noteyuki2023-03-251-0/+4
| * | | | | | | Merge pull request #23453 from sadigulcelik/mainCharles Harris2023-03-251-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | DOC: typo, remove unfollowed conjunction "However" [skip ci]sadigulcelik2023-03-251-2/+0
| * | | | | | | | DOC: add entry for `numpy.character`yuki2023-03-251-0/+4
| |/ / / / / / /
| * | | | | | | MAINT: Fix a broken section linkyuki2023-03-241-2/+2
| * | | | | | | MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-2314-291/+27
| * | | | | | | Merge pull request #23437 from partev/patch-1Charles Harris2023-03-231-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | DOC: fix broken link to SciPy Tutorialpartev2023-03-231-1/+1
| * | | | | | | | DOC: fix a link redirect to WSLpartev2023-03-231-1/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-231-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-1/+1
| * | | | | | | | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-223-5/+21
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-243-5/+21
| * | | | | | | | BUG: Fix busday_count for reversed dates (#23229)Pieter Eendebak2023-03-201-0/+3
| * | | | | | | | DOC: Update wording related to recommended np alias (#23424)Michail Gaganis2023-03-191-2/+2
| | |/ / / / / / | |/| | | | | |
| * | | | | | | DOC: update release noteMatti Picus2023-03-171-2/+4
| * | | | | | | Rename 23403.deprecation.rst to 23403.expired.rstSebastian Berg2023-03-161-0/+0
| * | | | | | | DOC: add release noteMatti Picus2023-03-161-0/+2
| * | | | | | | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-1/+1
| * | | | | | | DOC: add release notes for removal of ``y=`` alias and env varRalf Gommers2023-03-121-0/+9
| * | | | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-122-22/+0
| * | | | | | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-121-2/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-061-0/+13
| |\ \ \ \ \ \
| | * | | | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-0/+13
| * | | | | | | MAINT: Change file name to fix circleci failure.Charles Harris2023-03-021-0/+0
| * | | | | | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-0/+4
| * | | | | | | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typoMukulika2023-03-021-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | DOC: Fix a typoyuki2023-02-281-1/+1
| * | | | | | | | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+4
| * | | | | | | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-0/+1
| * | | | | | | | DEP: deprecate `np.round_`Ralf Gommers2023-02-281-0/+1
| |/ / / / / / /
| * | | | | | | DOC: Update dtype hierarchy and box-text alingnment png pdf dia #23252Younes2023-02-263-0/+0
| * | | | | | | DOC: Fix some links in the usage documentyuki2023-02-252-2/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #23195 from seberg/public-rng-spawnCharles Harris2023-02-234-8/+56
| |\ \ \ \ \ \
| | * | | | | | DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-141-6/+21
| | * | | | | | DOC: Refer to bitgenerator and rename bitgenSebastian Berg2023-02-141-3/+3
| | * | | | | | DOC: Improve docs around generator spawningSebastian Berg2023-02-142-2/+15
| | * | | | | | DOC: Add release note and versionadded tagsSebastian Berg2023-02-141-0/+20
| | |/ / / / /
| * | | | | | CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-211-2/+1
| * | | | | | Merge pull request #22051 from r-devulap/spr-supportMatti Picus2023-02-192-46/+49
| |\ \ \ \ \ \
| | * | | | | | Update cpu_features.inc and compilers-diff.incRaghuveer Devulapalli2023-02-082-46/+49
| * | | | | | | Merge pull request #23241 from r-devulap/releasenote-simd-sortCharles Harris2023-02-171-0/+7
| |\ \ \ \ \ \ \
| | * | | | | | | STY: Fix spelling.Charles Harris2023-02-171-1/+1
| | * | | | | | | DOC: Add release note for AVX-512 quicksortRaghuveer Devulapalli2023-02-171-0/+7
| | | |/ / / / / | | |/| | | | |
| * | | | | | | DOC: Add notation for skipping Cirrus to dev docs.warren2023-02-161-0/+1
| |/ / / / / /
| * | | | | | Merge pull request #23202 from DimitriPapadopoulos/codespellCharles Harris2023-02-122-7/+7
| |\ \ \ \ \ \