summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Modify `numpy.logspace` so that the `base` argument broadcasts ↵Roy Smart2023-03-061-0/+4
| | | | correctly against `start` and `stop`.
* 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.
| * 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
| | | | | | Rename `23314.deprecations,rst` to `23314,deprecation,rst`
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-0/+4
| | | | | | | | [skip cirrus]
* | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typoMukulika2023-03-021-1/+1
|\ \ | | | | | | DOC: Fix a typo
| * | 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
| | | | | | | | | | | | Closes gh-13877
* | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function is more commonly called `round`, both in the array API standard and in other array libraries (e.g., PyTorch has `round` but not around). Plus we have `ndarray.round`. `around` is heavily used, so keep it as an alias - but prefer `round`. For both this switch and for keeping the alias, xref gh-13877. Closes gh-19717
* | | DEP: deprecate `np.round_`Ralf Gommers2023-02-281-0/+1
|/ / | | | | | | Closes gh-22617
* | 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
|\ \ | | | | | | API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`
| * | 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
| | | | | | | | | | | | Trying to address Robert Kerns review comments.
| * | 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
| | | | | | | | | | | | | | | | GitHub has had builtin support for this for quite a while now, via `skip actions`. So we no longer need this. It's left only in the one Meson job; that line is already taken care of in gh-23165. [skip cirrus] [skip circle] [skip azp] [skip travis]
* | Merge pull request #22051 from r-devulap/spr-supportMatti Picus2023-02-192-46/+49
|\ \ | | | | | | BLD: Add compile and runtime checks for AVX512_SPR
| * | 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
|\ \ \ | | | | | | | | DOC: Add release note for AVX-512 quicksort
| * | | 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
|/ / | | | | | | [skip ci]
* | Merge pull request #23202 from DimitriPapadopoulos/codespellCharles Harris2023-02-122-7/+7
|\ \ | | | | | | DOC: Fix typos found by codespell in NEPs
| * | DOC: Fix typos found by codespell in NEPsDimitri Papadopoulos2023-02-122-7/+7
| | | | | | | | | | | | | | | * NEP 0051 is recent * NEP 0021 is older, I don't know why the typo hadn't been previously caught
* | | Merge pull request #23167 from pmvz/mainMatti Picus2023-02-121-1/+25
|\ \ \ | |/ / |/| | DOC: Add N-dimensional argmax/argmin example
| * | DOC: Limit line lengthsPieter2023-02-101-2/+8
| | |
| * | Apply suggestions from code reviewPieter2023-02-101-3/+3
| | | | | | | | | Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com>
| * | DOC: Add N-dimensional argmax/argmin examplePieter2023-02-061-1/+19
| | |
* | | Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-123-0/+20
|\ \ \ | | | | | | | | API: Add environment variable for behavior planned in a 2.0
| * | | API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | This change is staged for NumPy 2.0, I assume we could get away with it otherwise, but it is a nice example and probably not pressing.
| * | | API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-102-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea of the flag is not to allow to change it right now, since there may be some things where that is hard to do in general, and it doesn't seem relevant: nobody is supposed to use it besides for testing.
* | | | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-2/+2
|/ / /
* | | DOC: update release blurbmattip2023-02-091-1/+2
| | |
* | | Merge pull request #23172 from jfbu/latex_missingcharsMatti Picus2023-02-091-0/+11
|\ \ \ | | | | | | | | DOC: LaTeX/PDF: add support for a few needed Chinese characters
| * | | DOC: LaTeX: Use FandolSong-Regular OpenType font for Chinese charactersJean-François B2023-02-071-0/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, there is no mechanism provided by (Xe)LaTeX to automatically fall-back on some rescue font when the main document font does not support a character. But one can configure each problematic character to use a specific font, and the FandolSong font from TeXLive-based LaTeX distributions provides for all currently needed such problematic characters. Close: #22930
* | | Merge pull request #23136 from mattip/indexed-looposSebastian Berg2023-02-071-0/+17
|\ \ \ | |/ / |/| | ENH: create and use indexed inner loops
| * | DOC: improve release snippet (from review)mattip2023-02-071-2/+2
| | |
| * | MAINT: rework release note, changes from reviewmattip2023-02-051-8/+8
| | |
| * | DOC: add a performance release notemattip2023-02-011-0/+17
| |/
* | MAINT: Update main after 1.24.2 release.Charles Harris2023-02-053-0/+96
| |
* | remove double spacesMatti Picus2023-02-041-1/+1
| | | | | | Co-authored-by: Inessa Pawson <inessapawson@gmail.com>
* | NEP: changes from reviewmattip2023-02-031-6/+5
| |
* | NEP: fold the text into the current paragraph, from reviewmattip2023-02-021-11/+7
| |
* | NEP: add a paragraph about accredidation for sponsored workmattip2023-02-011-0/+5
|/
* DOC: Fix broken link in C-API array docs (#23117)Ross Barnowski2023-01-272-4/+6
| | | | | | Add link to array iterator example Co-authored-by: arunkumarkota <arunkumarkota@gmail.com> Co-authored-by: Arun Kota <arunkota@Aruns-iMac.local>
* Merge pull request #23113 from hmaarrfk/slots_for_mixinsSebastian Berg2023-01-271-0/+3
|\ | | | | ENH: Add slots to NDArrayOperatorsMixin allowing them in subclasses
| * DOC: Add release note for new featureMark Harfouche2023-01-271-0/+3
| |
* | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the following code: ``` import numpy as np with open('foo.npy', 'wb') as f: for i in range(np.random.randint(10)): np.save(f, 1) with open('foo.npy', 'rb') as f: while True: np.load(f) ``` Will raise: ``` ValueError: Cannot load file containing pickled data when allow_pickle=False ``` While there is no pickled data in the file.