summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* DOC: typo, see issue 22369amagicmuffin2022-10-031-1/+1
|
* DOC, MAINT: Remove unused filesmelissawm2022-10-036-84/+0
| | | | | | These files should be deleted, as they were used on the SVD Tutorial which is now hosted at numpy/numpy-tutorials. [skip azp][skip travis]
* TYP,ENH: Mark `numpy.typing` protocols as runtime checkableBvB932022-09-301-0/+6
|
* Merge pull request #22336 from rossbar/cleanup-numpydoc-leftoversCharles Harris2022-09-251-121/+0
|\ | | | | MAINT: Rm numpydoc remnant example docstring.
| * MAINT: Rm numpydoc remnant example docstring.Ross Barnowski2022-09-251-121/+0
| |
* | Minor typo in docsThomas Kastl2022-09-231-2/+2
| |
* | Merge pull request #22256 from WillAyd/multi-index-iter-exampleSebastian Berg2022-09-201-0/+60
|\ \ | |/ |/| DOC: Add C API Documentation for NPY_ITER_MULTI_INDEX
| * DOC: Add C API documentation for NPY_ITER_MULTI_INDEXWill Ayd2022-09-191-0/+60
| |
* | DOC: Better report integer division overflow (#21506)ganesh-k132022-09-141-0/+18
| |
* | REL: Update main after 1.23.3 release.Charles Harris2022-09-093-0/+100
| |
* | Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecationsSebastian Berg2022-09-091-0/+5
|\ \ | | | | | | MAINT: Remove long deprecated functionality from np.ma
| * | fix release note formattingBrigitta Sipőcz2022-09-081-5/+4
| | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | Adding release noteBrigitta Sipőcz2022-09-081-0/+6
| |/
* | DOC: fix up release notemattip2022-09-081-3/+3
|/
* Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-0/+21
|\ | | | | BUG: Distinguish exact vs. equivalent dtype for C type aliases.
| * DOC: Take a stab at shortening the release noteSebastian Berg2022-09-031-44/+19
| |
| * Add release note and further clarify tests.M. Eric Irrgang2022-07-171-0/+46
| |
* | DOC: Fix typos in upcoming changesPatrick Hoefler2022-09-061-3/+3
| |
* | DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)Loïc Estève2022-09-061-3/+3
| | | | | | | | | | | | | | * Fix typo disutils -> distutils * Update doc/source/reference/distutils_status_migration.rst Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* | docs: Fix small grammar slipMartin Zacho2022-08-281-1/+1
| |
* | DOC: add more prominent warnings to pin setuptoolsRalf Gommers2022-08-212-3/+16
| | | | | | | | | | [skip github] [skip azp]
* | DEP: drop older cygwin compatibility shims (#22159)Matti Picus2022-08-211-0/+1
| | | | | | [ci skip]
* | Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctlMatti Picus2022-08-212-0/+7
|\ \ | | | | | | ENH: Use `threadpoolctl` in `show_runtime` (a new function)
| * | DOC: Fixed links for np.show_runtime (#21468)Ganesh Kathiresan2022-08-211-4/+4
| | |
| * | DOC: Added `show_runtime` to Utilityganesh-k132022-08-191-0/+1
| | |
| * | DOC: Added `np.show_runtime` (#21468)ganesh-k132022-08-191-0/+6
| | |
* | | DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-0/+4
| | | | | | | | | | | | | | | [ci skip] Co-authored-by: h-vetinari <h.vetinari@gmx.com>
* | | Merge pull request #22150 from seiko2plus/issue_21920Charles Harris2022-08-191-1/+1
|\ \ \ | | | | | | | | CI: Test NumPy build against old versions of GCC(6, 7, 8)
| * | | DOC: add notes on GCC 6.5 being the minimum supported GCC version.Ralf Gommers2022-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given that GCC 6 is mainly kept for Ubuntu LTS and that has 6.5 when you install gcc-6 with `apt`, let's document that as the minimum version (also that is what is tested in CI). [ci skip]
* | | | Merge pull request #22117 from melissawm/user-guide-outlineRalf Gommers2022-08-198-32/+29
|\ \ \ \ | | | | | | | | | | DOC: Reorganize user guide outline
| * | | | DOC: Reorganize user guide outlinemelissawm2022-08-128-32/+29
| | | | |
* | | | | Merge pull request #22122 from rkern/doc/sequence-of-seedsCharles Harris2022-08-182-2/+84
|\ \ \ \ \ | |_|_|/ / |/| | | | DOC: Explain how to use sequences of integers as seeds.
| * | | | DOC: Explain how to use sequences of integers as seeds.Robert Kern2022-08-132-2/+84
| | | | |
* | | | | Merge pull request #21879 from tupui/skip_azp_circleMatti Picus2022-08-171-11/+8
|\ \ \ \ \ | | | | | | | | | | | | CI: skip azp and circleCI logic
| * | | | | DOC: update skip section and fix formatting.Pamphile Roy2022-08-171-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | MAINT: Update the RELEASE_WALKTHROUGH file.Charles Harris2022-08-171-4/+18
| | | | | |
* | | | | | Merge pull request #22116 from melissawm/add-sphinx-designMatti Picus2022-08-167-75/+84
|\ \ \ \ \ \ | | | | | | | | | | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design
| * | | | | | DOC: Fix intersphinx inventory namesmelissawm2022-08-154-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Sphinx 5.0.0, some intersphinx links need explicit inventory names or they won't be resolved correctly. See https://www.sphinx-doc.org/en/master/changes.html\#release-5-0-0-released-may-30-2022 and https://github.com/sphinx-doc/sphinx/issues/2068.
| * | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-designmelissawm2022-08-123-70/+79
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #22130 from charris/post-1.23.2-release-updateCharles Harris2022-08-153-0/+88
|\ \ \ \ \ \ | | | | | | | | | | | | | | MAINT: Update main after 1.23.2 release.
| * | | | | | REL: Update main after 1.23.2 release.Charles Harris2022-08-143-0/+88
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #22132 from bashtage/bit-gen-pickle-rel-noteMatti Picus2022-08-151-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | DOC: Add a release note for bit generator reduce changes
| * | | | | DOC: Add a release note for bit generator reduce changesKevin Sheppard2022-08-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a release note highlighting that Generators now support pickling and unpickling using third party bit-generators
* | | | | | Merge pull request #21152 from PrecisionWordcraft/howto-bugMelissa Weber Mendonça2022-08-122-0/+169
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: Note about virtualenvMelissa Weber Mendonça2022-08-121-1/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | DOC: Fix numbering in section titleMelissa Weber Mendonça2022-07-081-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | | | | DOC: Addressing review commentsmelissawm2022-07-081-29/+33
| | | | | |
| * | | | | DOC: style fixesmelissawm2022-07-071-67/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds how-to-verify-bug.rst to doctest skiplist in refguide_check. Co-authored-by: Precision Wordcraft LLC <75840094+PrecisionWordcraft@users.noreply.github.com> Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | | | | DOC: Apply suggestions from code reviewPrecision Wordcraft LLC2022-07-071-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased on local, forced push, accepted all suggestions. Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | | | | DOC: How-to for verifying bug existence and fixesPrecisionWordcraft2022-07-071-27/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial commit for replacement PR for 17851, which was closed when the NumPy main branch was renamed. It walks the reader through a quick procedure for verifying bug existence and fixes.