Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts ↵ | Roy Smart | 2023-03-06 | 1 | -0/+4 |
| | | | | correctly against `start` and `stop`. | ||||
* | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2 | Sebastian Berg | 2023-03-06 | 1 | -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. | yamadafuyuka | 2023-03-02 | 1 | -0/+13 |
| | | |||||
* | | MAINT: Change file name to fix circleci failure. | Charles Harris | 2023-03-02 | 1 | -0/+0 |
| | | | | | | Rename `23314.deprecations,rst` to `23314,deprecation,rst` | ||||
* | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -0/+4 |
| | | | | | | | | [skip cirrus] | ||||
* | | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typo | Mukulika | 2023-03-02 | 1 | -1/+1 |
|\ \ | | | | | | | DOC: Fix a typo | ||||
| * | | DOC: Fix a typo | yuki | 2023-02-28 | 1 | -1/+1 |
| | | | |||||
* | | | MAINT: switch min/max with amin/amax, and add them to html docs | Ralf Gommers | 2023-03-01 | 1 | -2/+4 |
| | | | | | | | | | | | | Closes gh-13877 | ||||
* | | | DOC: add `np.round` to the html docs, and make it the preferred alias | Ralf Gommers | 2023-03-01 | 1 | -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 Gommers | 2023-02-28 | 1 | -0/+1 |
|/ / | | | | | | | Closes gh-22617 | ||||
* | | DOC: Update dtype hierarchy and box-text alingnment png pdf dia #23252 | Younes | 2023-02-26 | 3 | -0/+0 |
| | | |||||
* | | DOC: Fix some links in the usage document | yuki | 2023-02-25 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #23195 from seberg/public-rng-spawn | Charles Harris | 2023-02-23 | 4 | -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 it | Sebastian Berg | 2023-02-14 | 1 | -6/+21 |
| | | | |||||
| * | | DOC: Refer to bitgenerator and rename bitgen | Sebastian Berg | 2023-02-14 | 1 | -3/+3 |
| | | | |||||
| * | | DOC: Improve docs around generator spawning | Sebastian Berg | 2023-02-14 | 2 | -2/+15 |
| | | | | | | | | | | | | Trying to address Robert Kerns review comments. | ||||
| * | | DOC: Add release note and versionadded tags | Sebastian Berg | 2023-02-14 | 1 | -0/+20 |
| |/ | |||||
* | | CI: clean up GHA boilerplate for `[skip github]` | Ralf Gommers | 2023-02-21 | 1 | -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-support | Matti Picus | 2023-02-19 | 2 | -46/+49 |
|\ \ | | | | | | | BLD: Add compile and runtime checks for AVX512_SPR | ||||
| * | | Update cpu_features.inc and compilers-diff.inc | Raghuveer Devulapalli | 2023-02-08 | 2 | -46/+49 |
| | | | |||||
* | | | Merge pull request #23241 from r-devulap/releasenote-simd-sort | Charles Harris | 2023-02-17 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | DOC: Add release note for AVX-512 quicksort | ||||
| * | | | STY: Fix spelling. | Charles Harris | 2023-02-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | DOC: Add release note for AVX-512 quicksort | Raghuveer Devulapalli | 2023-02-17 | 1 | -0/+7 |
| | |/ | |/| | |||||
* | | | DOC: Add notation for skipping Cirrus to dev docs. | warren | 2023-02-16 | 1 | -0/+1 |
|/ / | | | | | | | [skip ci] | ||||
* | | Merge pull request #23202 from DimitriPapadopoulos/codespell | Charles Harris | 2023-02-12 | 2 | -7/+7 |
|\ \ | | | | | | | DOC: Fix typos found by codespell in NEPs | ||||
| * | | DOC: Fix typos found by codespell in NEPs | Dimitri Papadopoulos | 2023-02-12 | 2 | -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/main | Matti Picus | 2023-02-12 | 1 | -1/+25 |
|\ \ \ | |/ / |/| | | DOC: Add N-dimensional argmax/argmin example | ||||
| * | | DOC: Limit line lengths | Pieter | 2023-02-10 | 1 | -2/+8 |
| | | | |||||
| * | | Apply suggestions from code review | Pieter | 2023-02-10 | 1 | -3/+3 |
| | | | | | | | | | Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com> | ||||
| * | | DOC: Add N-dimensional argmax/argmin example | Pieter | 2023-02-06 | 1 | -1/+19 |
| | | | |||||
* | | | Merge pull request #23089 from seberg/numpy2-flag | Matti Picus | 2023-02-12 | 3 | -0/+20 |
|\ \ \ | | | | | | | | | API: Add environment variable for behavior planned in a 2.0 | ||||
| * | | | API: Modify `gradient` to return a tuple rather than a list | Sebastian Berg | 2023-02-10 | 1 | -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.0 | Sebastian Berg | 2023-02-10 | 2 | -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 copdespell | Dimitri Papadopoulos | 2023-02-11 | 1 | -2/+2 |
|/ / / | |||||
* | | | DOC: update release blurb | mattip | 2023-02-09 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #23172 from jfbu/latex_missingchars | Matti Picus | 2023-02-09 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | DOC: LaTeX/PDF: add support for a few needed Chinese characters | ||||
| * | | | DOC: LaTeX: Use FandolSong-Regular OpenType font for Chinese characters | Jean-François B | 2023-02-07 | 1 | -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-loopos | Sebastian Berg | 2023-02-07 | 1 | -0/+17 |
|\ \ \ | |/ / |/| | | ENH: create and use indexed inner loops | ||||
| * | | DOC: improve release snippet (from review) | mattip | 2023-02-07 | 1 | -2/+2 |
| | | | |||||
| * | | MAINT: rework release note, changes from review | mattip | 2023-02-05 | 1 | -8/+8 |
| | | | |||||
| * | | DOC: add a performance release note | mattip | 2023-02-01 | 1 | -0/+17 |
| |/ | |||||
* | | MAINT: Update main after 1.24.2 release. | Charles Harris | 2023-02-05 | 3 | -0/+96 |
| | | |||||
* | | remove double spaces | Matti Picus | 2023-02-04 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Inessa Pawson <inessapawson@gmail.com> | ||||
* | | NEP: changes from review | mattip | 2023-02-03 | 1 | -6/+5 |
| | | |||||
* | | NEP: fold the text into the current paragraph, from review | mattip | 2023-02-02 | 1 | -11/+7 |
| | | |||||
* | | NEP: add a paragraph about accredidation for sponsored work | mattip | 2023-02-01 | 1 | -0/+5 |
|/ | |||||
* | DOC: Fix broken link in C-API array docs (#23117) | Ross Barnowski | 2023-01-27 | 2 | -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_mixins | Sebastian Berg | 2023-01-27 | 1 | -0/+3 |
|\ | | | | | ENH: Add slots to NDArrayOperatorsMixin allowing them in subclasses | ||||
| * | DOC: Add release note for new feature | Mark Harfouche | 2023-01-27 | 1 | -0/+3 |
| | | |||||
* | | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105) | Noé Rubinstein | 2023-01-27 | 1 | -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. |