Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22786 from asmeurer/linalg-namedtuplesHEADmain | Charles Harris | 2023-05-17 | 1 | -0/+8 |
|\ | | | | | ENH: Add namedtuple return types to linalg functions that return tuples | ||||
| * | Add a changelog entry for #22786 | Aaron Meurer | 2022-12-12 | 1 | -0/+8 |
| | | |||||
* | | DOC: delete out-of-date description of ResultType algorithm | Nathan Goldbaum | 2023-05-16 | 1 | -20/+4 |
| | | |||||
* | | DOC: clarify how inputs of PyArray_ResultType are used | Nathan Goldbaum | 2023-05-16 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'main' into deprecate-find-common-type | Charles Harris | 2023-05-13 | 195 | -1522/+3510 |
|\ \ | |||||
| * | | DOC: rm bool8 from scalars summary page. | Ross Barnowski | 2023-05-12 | 1 | -2/+0 |
| | | | |||||
| * | | Update index.rst | DhavalParmar61 | 2023-05-08 | 1 | -1/+0 |
| | | | |||||
| * | | DOC: Add release note for uint64/int64 comparison change | Sebastian Berg | 2023-05-04 | 1 | -0/+9 |
| | | | |||||
| * | | DOC: Fix link to site.cfg.example | Dominic Davis-Foster | 2023-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | It was using Markdown syntax, but this is a ReStructedText file. | ||||
| * | | DOC: Fix return type of `PyArray_EinsteinSum` (#23684) | Yuki | 2023-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | The return type `PyArray_EinsteinSum` is `PyArrayObject*`, not `PyObject*` | ||||
| * | | Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598 | Sebastian Berg | 2023-04-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | BUG: Infer return types for Fortran functions in `f2py` | ||||
| | * \ | Merge branch 'main' into f2pyFuncFix_23598 | Sebastian Berg | 2023-04-26 | 17 | -238/+407 |
| | |\ \ | |||||
| | * | | | MAINT,TST: No printing in f2py tests | Rohit Goswami | 2023-04-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489) | Younes | 2023-04-28 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Fixing incorrect sentence - Boolean array indexing #23377 * Update doc/source/user/basics.indexing.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> --------- Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
| * | | | | Merge pull request #23528 from seberg/allow-backcomp-builds | Matti Picus | 2023-04-28 | 3 | -49/+102 |
| |\ \ \ \ | | | | | | | | | | | | | ENH: Allow, and default to, downstream building with old API | ||||
| | * | | | | Apply suggestions from code review | Sebastian Berg | 2023-04-28 | 3 | -10/+12 |
| | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| | * | | | | DOC: Align default with what the NEP draft says | Sebastian Berg | 2023-04-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have three choices: 1. Be compatible with limited API (oldest supported Python version) 2. Be compatible with everything on the same Python version (this) 3. Be strict and default to NEP 29 This just rephrases things to be 2. Because our API version was not bumped over the relevant time frame, it is actually also compatible with the first. | ||||
| | * | | | | MAINT,DOC: Update based on Ralf's review | Sebastian Berg | 2023-04-20 | 3 | -6/+11 |
| | | | | | | |||||
| | * | | | | DOC: Add API change section to reviewer docs | Sebastian Berg | 2023-04-18 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seemed like the clearest place to add a more in-depth note on it. The actual table, etc. also would make sense, but there you probably see the `MinVersion` anyway... | ||||
| | * | | | | DOC: Start on docs about compatible downstream builds | Sebastian Berg | 2023-04-11 | 2 | -48/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still needs to be expanded and maybe removes a bit more than it should. OTOH, the actual changes will mainly be necessary once NumPy 2.0 comes, right now the old scheme remains valid. | ||||
| * | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsum | Sebastian Berg | 2023-04-28 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | ENH: Adding Object dtype to einsum | ||||
| | * | | | | | DOC: add a release note | mattip | 2023-03-30 | 1 | -0/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 3 | -7/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() alias | ||||
| | * | | | | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 3 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #23666 from seberg/subarray-cleanup | Matti Picus | 2023-04-27 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | DEP,BUG: Finalize subarray dtype FutureWarning and fix its assignment | ||||
| | * | | | | | | DOC: Add release note for expired subarray dtype from arrays FutureWarning | Sebastian Berg | 2023-04-26 | 1 | -0/+5 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge pull request #23358 from seberg/dtype-class-in-types | Matti Picus | 2023-04-27 | 2 | -0/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | API: Add DType classes into new `numpy.dtypes` module | ||||
| | * | | | | | | MAINT: Move module to be `np.dtypes` and add release note | Sebastian Berg | 2023-04-12 | 2 | -1/+6 |
| | | | | | | | | |||||
| | * | | | | | | API: Add `numpy.types` module and fill it with DType classes | Sebastian Berg | 2023-04-12 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #23668 from f380cedric/npzfile-contains-releasenote | Charles Harris | 2023-04-26 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | DOC: add release note for npzfile membership test | ||||
| | * | | | | | | | MAINT: Correct spelling in file name. | Charles Harris | 2023-04-26 | 1 | -0/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | MAINT: Tweak formatting. | Charles Harris | 2023-04-26 | 1 | -2/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | DOC: add release note for npzfile membership test | f380cedric | 2023-04-26 | 1 | -0/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #23648 from JulesKouatchou/feature/JulesK/docs | Matti Picus | 2023-04-26 | 1 | -0/+84 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: Example on how to use np.lib.tracemalloc_domain. | ||||
| | * | | | | | | | | Change the section (on memory tracing) title to reflect its content. | Jules Kouatchou | 2023-04-25 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Added indentation for the sample code to be properly displayed. | Jules Kouatchou | 2023-04-25 | 1 | -72/+71 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Added an example on how to trace memory in an application with NumPy related ↵ | Jules Kouatchou | 2023-04-25 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls. | ||||
| * | | | | | | | | | DOC: Convert titles to sentence case (#23643) | Talha M | 2023-04-26 | 14 | -29/+29 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | Partially addresses #16261. | ||||
| * | | | | | | | | Merge pull request #23657 from melissawm/ci-skip-doc | Matti Picus | 2023-04-26 | 1 | -0/+34 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: Improve description of skip commands for CI | ||||
| | * | | | | | | | | Update doc/source/dev/development_workflow.rst | Matti Picus | 2023-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matteo Raso <33975162+MatteoRaso@users.noreply.github.com> | ||||
| | * | | | | | | | | DOC: Improve description of CirrusCI check | Melissa Weber Mendonça | 2023-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip travis] [skip azp] [skip cirrus] | ||||
| | * | | | | | | | | DOC: Improve description of skip commands for CI | melissawm | 2023-04-24 | 1 | -0/+34 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #23660 from seberg/finalize-sequence-array-like | Charles Harris | 2023-04-25 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | DEP: Finalize checking for sequence-like if something is array-like | ||||
| | * | | | | | | | | | DEP: Finalize checking for sequence-like if something is array-like | Sebastian Berg | 2023-04-25 | 1 | -0/+2 |
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was always just a stop-gap for shapely basically, so there is no harm finalizing things. | ||||
| * | | | | | | | | | state an other requirement to build a .f90 based module (#23614) | nbehrnd | 2023-04-25 | 1 | -0/+8 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generation of a Python module based on a Fortran procedure requires a `Python.h` file.[1] A brief note how to provide this dependency if missing. [1] https://github.com/numpy/numpy/issues/23592 Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com> | ||||
| * | | | | | | | | Merge pull request #23644 from charris/post-1.24.3-release-update | Matti Picus | 2023-04-23 | 3 | -0/+92 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | MAINT: Update main after 1.24.3 release. | ||||
| | * | | | | | | | | MAINT: Update main after 1.24.3 release. | Charles Harris | 2023-04-22 | 3 | -0/+92 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #23585 from rkern/doc/random-intro | Ralf Gommers | 2023-04-22 | 5 | -232/+237 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: np.random index reorganization [skip actions] [skip azp] | ||||
| | * | | | | | | | | DOC: fix two broken links and a couple of very minor textual issues | Ralf Gommers | 2023-04-22 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip cirrus] [skip azp] [skip actions] | ||||
| | * | | | | | | | | DOC: prevent all of the legacy sections from being visible in the index ToC | Robert Kern | 2023-04-20 | 1 | -5/+5 |
| | | | | | | | | | |