summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ENH: improve the speed of numpy.where using a branchless codeJérôme Richard2022-02-271-0/+4
* Merge pull request #20559 from melissawm/f2py-guideRohit Goswami2022-02-2218-760/+933
|\
| * Fixing formattingmelissawm2022-01-059-75/+77
| * Responding to review commentsmelissawm2022-01-0511-168/+192
| * DOC: Refactoring f2py user guidemelissawm2022-01-0510-756/+903
* | Merge pull request #20875 from rgommers/deprecate-npdistutilsMatti Picus2022-02-175-0/+159
|\ \
| * | MAINT: fix failure due to importing warnings in `distutils/__init__.py`Ralf Gommers2022-02-161-6/+3
| * | DOC: add section on moving to SetuptoolsRalf Gommers2022-02-151-8/+61
| * | DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-155-0/+109
* | | Merge pull request #20774 from miccoli/doc/datetime-semanticsCharles Harris2022-02-161-18/+111
|\ \ \ | |/ / |/| |
| * | DOC: explicitly define numpy.datetime64 semanticsStefano Miccoli2022-01-101-18/+111
* | | Merge pull request #21029 from hawkinsp/nontuple_indexSebastian Berg2022-02-142-8/+10
|\ \ \
| * | | DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-142-8/+10
* | | | Merge pull request #21039 from seberg/removed-relaxed-strides-checkingCharles Harris2022-02-123-25/+15
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-113-25/+15
* | | | Merge pull request #20976 from rafaelcfsousa/p10_enh_intdivMatti Picus2022-02-101-0/+5
|\ \ \ \
| * | | | DOC: Add release note for VSX4/Power10 enablementRafael Cardoso Fernandes Sousa2022-02-081-0/+5
* | | | | Merge pull request #21016 from melissawm/doc-intersphinx-scipySebastian Berg2022-02-081-1/+1
|\ \ \ \ \
| * | | | | MAINT, DOC: Fix SciPy intersphinx linkmelissawm2022-02-081-1/+1
| | |/ / / | |/| | |
* | | | | DOC: Fixed Refguide errors (#19898)Ovee Jawdekar2022-02-082-7/+5
|/ / / /
* | | | Merge pull request #20580 from seberg/add-npreadtextMatti Picus2022-02-083-0/+45
|\ \ \ \
| * | | | DOC: See if adding a newline fixes release note renderingSebastian Berg2022-01-141-0/+1
| * | | | DOC: Add release notes for loadtxt changesSebastian Berg2022-01-143-0/+44
* | | | | REL: Update main after 1.22.2 release.Charles Harris2022-02-033-0/+113
* | | | | Merge pull request #20185 from melissawm/add-interop-docMatti Picus2022-02-025-13/+444
|\ \ \ \ \
| * | | | | Remove extra pytorch examplemelissawm2022-01-051-5/+0
| * | | | | Improved array_wrap description and added PyTorch examplemelissawm2021-11-241-9/+27
| * | | | | Adding description of __array_finalize__ and __array_wrap__melissawm2021-11-232-28/+78
| * | | | | Addressing review commentsmelissawm2021-11-223-70/+85
| * | | | | DOC: Added explanation document on interoperabilitymelissawm2021-11-222-0/+353
* | | | | | DOC: Improve NEP page layout with nested toctrees (#20956)Ross Barnowski2022-02-0211-111/+117
* | | | | | DOC: switch Python intersphinx link from dev to stable.Ross Barnowski2022-02-011-1/+1
| |_|/ / / |/| | | |
* | | | | DOC: update python minimal version to build from sourcem10an2022-02-011-1/+1
* | | | | Merge pull request #20835 from radarhere/finish_deprecationSebastian Berg2022-01-311-0/+7
|\ \ \ \ \
| * | | | | DEP: Removed deprecated error clearingAndrew Murray2022-01-171-0/+7
* | | | | | MAINT, DOC: NEP link update (#20948)Rohit Goswami2022-01-313-6/+6
* | | | | | DOC: Clarify the exact time on Jupyter sponsorship discussion.Morteza Mirzai2022-01-311-2/+2
* | | | | | Fix broken link in nep-0046-sponsorship-guidelines.rstMorteza Mirzai2022-01-311-1/+2
* | | | | | DOC,TST: Fix Pandas code example as per new releaseMukulika2022-01-231-1/+1
* | | | | | DOC: Fixes minor formatting issue related to nested inline markup.Michael Burkhart2022-01-221-2/+2
* | | | | | DOC: random: Fix spelling of 'precision'.warren2022-01-212-2/+2
* | | | | | MAINT: Fix inconsistent PyPI casingNihaal Sangha2022-01-206-6/+6
* | | | | | Merge pull request #20821 from rafaelcfsousa/p10_enablementMatti Picus2022-01-181-14/+16
|\ \ \ \ \ \
| * | | | | | DOC: Update CPU features table with VSX4Rafael Cardoso Fernandes Sousa2022-01-171-14/+16
* | | | | | | Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-171-0/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-041-0/+4
* | | | | | | REL: Update main after 1.22.1 release.Charles Harris2022-01-153-0/+111
| |/ / / / / |/| | | | |
* | | | | | DOC: discard repeated words in NEPs (#20816)Dimitri Papadopoulos Orfanos2022-01-135-9/+9
* | | | | | MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-138-9/+9
* | | | | | Merge pull request #20784 from DimitriPapadopoulos/codespellCharles Harris2022-01-124-6/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |