summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update index.rstDhavalParmar612023-05-081-1/+0
* DOC: Add release note for uint64/int64 comparison changeSebastian Berg2023-05-041-0/+9
* DOC: Fix link to site.cfg.exampleDominic Davis-Foster2023-05-021-1/+1
* DOC: Fix return type of `PyArray_EinsteinSum` (#23684)Yuki2023-04-291-1/+1
* Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598Sebastian Berg2023-04-281-1/+1
|\
| * Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-2617-238/+407
| |\
| * | MAINT,TST: No printing in f2py testsRohit Goswami2023-04-161-1/+1
* | | DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489)Younes2023-04-281-6/+7
* | | Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-283-49/+102
|\ \ \
| * | | Apply suggestions from code reviewSebastian Berg2023-04-283-10/+12
| * | | DOC: Align default with what the NEP draft saysSebastian Berg2023-04-251-1/+2
| * | | MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-203-6/+11
| * | | DOC: Add API change section to reviewer docsSebastian Berg2023-04-181-1/+28
| * | | DOC: Start on docs about compatible downstream buildsSebastian Berg2023-04-112-48/+66
* | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-281-0/+4
|\ \ \ \
| * | | | DOC: add a release notemattip2023-03-301-0/+4
| |/ / /
* | | | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-283-7/+7
|\ \ \ \
| * | | | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-293-7/+7
* | | | | Merge pull request #23666 from seberg/subarray-cleanupMatti Picus2023-04-271-0/+5
|\ \ \ \ \
| * | | | | DOC: Add release note for expired subarray dtype from arrays FutureWarningSebastian Berg2023-04-261-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #23358 from seberg/dtype-class-in-typesMatti Picus2023-04-272-0/+7
|\ \ \ \ \
| * | | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-122-1/+6
| * | | | | API: Add `numpy.types` module and fill it with DType classesSebastian Berg2023-04-121-0/+2
* | | | | | Merge pull request #23668 from f380cedric/npzfile-contains-releasenoteCharles Harris2023-04-261-0/+4
|\ \ \ \ \ \
| * | | | | | MAINT: Correct spelling in file name.Charles Harris2023-04-261-0/+0
| * | | | | | MAINT: Tweak formatting.Charles Harris2023-04-261-2/+3
| * | | | | | DOC: add release note for npzfile membership testf380cedric2023-04-261-0/+3
* | | | | | | Merge pull request #23648 from JulesKouatchou/feature/JulesK/docsMatti Picus2023-04-261-0/+84
|\ \ \ \ \ \ \
| * | | | | | | Change the section (on memory tracing) title to reflect its content.Jules Kouatchou2023-04-251-2/+2
| * | | | | | | Added indentation for the sample code to be properly displayed.Jules Kouatchou2023-04-251-72/+71
| * | | | | | | Added an example on how to trace memory in an application with NumPy related ...Jules Kouatchou2023-04-251-0/+85
* | | | | | | | DOC: Convert titles to sentence case (#23643)Talha M2023-04-2614-29/+29
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #23657 from melissawm/ci-skip-docMatti Picus2023-04-261-0/+34
|\ \ \ \ \ \ \
| * | | | | | | Update doc/source/dev/development_workflow.rstMatti Picus2023-04-261-1/+1
| * | | | | | | DOC: Improve description of CirrusCI check Melissa Weber Mendonça2023-04-251-1/+1
| * | | | | | | DOC: Improve description of skip commands for CImelissawm2023-04-241-0/+34
* | | | | | | | Merge pull request #23660 from seberg/finalize-sequence-array-likeCharles Harris2023-04-251-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-251-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | state an other requirement to build a .f90 based module (#23614)nbehrnd2023-04-251-0/+8
|/ / / / / / /
* | | | | | | Merge pull request #23644 from charris/post-1.24.3-release-updateMatti Picus2023-04-233-0/+92
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Update main after 1.24.3 release.Charles Harris2023-04-223-0/+92
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #23585 from rkern/doc/random-introRalf Gommers2023-04-225-232/+237
|\ \ \ \ \ \ \
| * | | | | | | DOC: fix two broken links and a couple of very minor textual issuesRalf Gommers2023-04-222-8/+8
| * | | | | | | DOC: prevent all of the legacy sections from being visible in the index ToCRobert Kern2023-04-201-5/+5
| * | | | | | | DOC: fix formatting and references.Robert Kern2023-04-202-5/+5
| * | | | | | | DOC: move all new-or-different info to its own page.Robert Kern2023-04-192-105/+30
| * | | | | | | DOC: expand seeding wording.Robert Kern2023-04-191-6/+14
| * | | | | | | DOC: emphasize RNG abbreviation on the front pageRobert Kern2023-04-191-10/+10
| * | | | | | | DOC: NumPy capitalizationRobert Kern2023-04-191-1/+1
| * | | | | | | DOC: Move compatibility policy to separate page.Robert Kern2023-04-192-85/+88