Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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: 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 | 13 | -238/+343 |
| |\ | |||||
| * | | 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 | 2 | -49/+86 |
|\ \ \ | | | | | | | | | ENH: Allow, and default to, downstream building with old API | ||||
| * | | | Apply suggestions from code review | Sebastian Berg | 2023-04-28 | 2 | -8/+10 |
| | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | | | MAINT,DOC: Update based on Ralf's review | Sebastian Berg | 2023-04-20 | 2 | -4/+9 |
| | | | | |||||
| * | | | 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 | 1 | -48/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() alias | ||||
| * | | | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #23358 from seberg/dtype-class-in-types | Matti Picus | 2023-04-27 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | API: Add `numpy.types` module and fill it with DType classes | Sebastian Berg | 2023-04-12 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | 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 |
| | | | | | | | |||||
* | | | | | | | 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 | 2 | -0/+50 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | MAINT: Update main after 1.24.3 release. | ||||
| * | | | | | | | MAINT: Update main after 1.24.3 release. | Charles Harris | 2023-04-22 | 2 | -0/+50 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | 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 |
| | | | | | | | | |||||
| * | | | | | | | DOC: fix formatting and references. | Robert Kern | 2023-04-20 | 2 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | DOC: move all new-or-different info to its own page. | Robert Kern | 2023-04-19 | 2 | -105/+30 |
| | | | | | | | | |||||
| * | | | | | | | DOC: expand seeding wording. | Robert Kern | 2023-04-19 | 1 | -6/+14 |
| | | | | | | | | |||||
| * | | | | | | | DOC: emphasize RNG abbreviation on the front page | Robert Kern | 2023-04-19 | 1 | -10/+10 |
| | | | | | | | | |||||
| * | | | | | | | DOC: NumPy capitalization | Robert Kern | 2023-04-19 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | DOC: Move compatibility policy to separate page. | Robert Kern | 2023-04-19 | 2 | -85/+88 |
| | | | | | | | | |||||
| * | | | | | | | DOC: NumPy capitalization | Robert Kern | 2023-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com> | ||||
| * | | | | | | | DOC: fix references | Robert Kern | 2023-04-14 | 2 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | DOC: compatibility note | Robert Kern | 2023-04-14 | 1 | -0/+9 |
| | | | | | | | | |||||
| * | | | | | | | DOC: Add np.random compatibility policy | Robert Kern | 2023-04-14 | 1 | -0/+76 |
| | | | | | | | | |||||
| * | | | | | | | DOC: reorganize np.random index page for general persona | Robert Kern | 2023-04-14 | 3 | -149/+133 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | DOC: Clarify that defining NPY_NO_DEPRECATED_API does not determine ABI ↵ | Chris Brown | 2023-04-22 | 1 | -0/+4 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility (#23631) Closes gh-23610 [skip ci] | ||||
* | | | | | | DOC: Fix incorrectly formatted roles in c-api document (#23639) | yuki | 2023-04-21 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Use correct fill_value instead of value for np.full in release 1.24.0 note | jcwchen | 2023-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jcwchen <jacky82226@gmail.com> | ||||
* | | | | | | DOC: pull tags and initialize submodules in development install instructions | Nathan Goldbaum | 2023-04-18 | 1 | -4/+8 |
| |_|_|_|/ |/| | | | |