Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: typo, see issue 22369 | amagicmuffin | 2022-10-03 | 1 | -1/+1 |
| | |||||
* | DOC, MAINT: Remove unused files | melissawm | 2022-10-03 | 6 | -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 checkable | BvB93 | 2022-09-30 | 1 | -0/+6 |
| | |||||
* | Merge pull request #22336 from rossbar/cleanup-numpydoc-leftovers | Charles Harris | 2022-09-25 | 1 | -121/+0 |
|\ | | | | | MAINT: Rm numpydoc remnant example docstring. | ||||
| * | MAINT: Rm numpydoc remnant example docstring. | Ross Barnowski | 2022-09-25 | 1 | -121/+0 |
| | | |||||
* | | Minor typo in docs | Thomas Kastl | 2022-09-23 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #22256 from WillAyd/multi-index-iter-example | Sebastian Berg | 2022-09-20 | 1 | -0/+60 |
|\ \ | |/ |/| | DOC: Add C API Documentation for NPY_ITER_MULTI_INDEX | ||||
| * | DOC: Add C API documentation for NPY_ITER_MULTI_INDEX | Will Ayd | 2022-09-19 | 1 | -0/+60 |
| | | |||||
* | | DOC: Better report integer division overflow (#21506) | ganesh-k13 | 2022-09-14 | 1 | -0/+18 |
| | | |||||
* | | REL: Update main after 1.23.3 release. | Charles Harris | 2022-09-09 | 3 | -0/+100 |
| | | |||||
* | | Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecations | Sebastian Berg | 2022-09-09 | 1 | -0/+5 |
|\ \ | | | | | | | MAINT: Remove long deprecated functionality from np.ma | ||||
| * | | fix release note formatting | Brigitta Sipőcz | 2022-09-08 | 1 | -5/+4 |
| | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | | Adding release note | Brigitta Sipőcz | 2022-09-08 | 1 | -0/+6 |
| |/ | |||||
* | | DOC: fix up release note | mattip | 2022-09-08 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #21995 from eirrgang/mei-1468 | Matti Picus | 2022-09-07 | 1 | -0/+21 |
|\ | | | | | BUG: Distinguish exact vs. equivalent dtype for C type aliases. | ||||
| * | DOC: Take a stab at shortening the release note | Sebastian Berg | 2022-09-03 | 1 | -44/+19 |
| | | |||||
| * | Add release note and further clarify tests. | M. Eric Irrgang | 2022-07-17 | 1 | -0/+46 |
| | | |||||
* | | DOC: Fix typos in upcoming changes | Patrick Hoefler | 2022-09-06 | 1 | -3/+3 |
| | | |||||
* | | DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206) | Loïc Estève | 2022-09-06 | 1 | -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 slip | Martin Zacho | 2022-08-28 | 1 | -1/+1 |
| | | |||||
* | | DOC: add more prominent warnings to pin setuptools | Ralf Gommers | 2022-08-21 | 2 | -3/+16 |
| | | | | | | | | | | [skip github] [skip azp] | ||||
* | | DEP: drop older cygwin compatibility shims (#22159) | Matti Picus | 2022-08-21 | 1 | -0/+1 |
| | | | | | | [ci skip] | ||||
* | | Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl | Matti Picus | 2022-08-21 | 2 | -0/+7 |
|\ \ | | | | | | | ENH: Use `threadpoolctl` in `show_runtime` (a new function) | ||||
| * | | DOC: Fixed links for np.show_runtime (#21468) | Ganesh Kathiresan | 2022-08-21 | 1 | -4/+4 |
| | | | |||||
| * | | DOC: Added `show_runtime` to Utility | ganesh-k13 | 2022-08-19 | 1 | -0/+1 |
| | | | |||||
| * | | DOC: Added `np.show_runtime` (#21468) | ganesh-k13 | 2022-08-19 | 1 | -0/+6 |
| | | | |||||
* | | | DEP: drop support for msvc<=1900 and Interix (#22139) | Matti Picus | 2022-08-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | [ci skip] Co-authored-by: h-vetinari <h.vetinari@gmx.com> | ||||
* | | | Merge pull request #22150 from seiko2plus/issue_21920 | Charles Harris | 2022-08-19 | 1 | -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 Gommers | 2022-08-19 | 1 | -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-outline | Ralf Gommers | 2022-08-19 | 8 | -32/+29 |
|\ \ \ \ | | | | | | | | | | | DOC: Reorganize user guide outline | ||||
| * | | | | DOC: Reorganize user guide outline | melissawm | 2022-08-12 | 8 | -32/+29 |
| | | | | | |||||
* | | | | | Merge pull request #22122 from rkern/doc/sequence-of-seeds | Charles Harris | 2022-08-18 | 2 | -2/+84 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | DOC: Explain how to use sequences of integers as seeds. | ||||
| * | | | | DOC: Explain how to use sequences of integers as seeds. | Robert Kern | 2022-08-13 | 2 | -2/+84 |
| | | | | | |||||
* | | | | | Merge pull request #21879 from tupui/skip_azp_circle | Matti Picus | 2022-08-17 | 1 | -11/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | CI: skip azp and circleCI logic | ||||
| * | | | | | DOC: update skip section and fix formatting. | Pamphile Roy | 2022-08-17 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] | ||||
* | | | | | | MAINT: Update the RELEASE_WALKTHROUGH file. | Charles Harris | 2022-08-17 | 1 | -4/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #22116 from melissawm/add-sphinx-design | Matti Picus | 2022-08-16 | 7 | -75/+84 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design | ||||
| * | | | | | | DOC: Fix intersphinx inventory names | melissawm | 2022-08-15 | 4 | -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-design | melissawm | 2022-08-12 | 3 | -70/+79 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #22130 from charris/post-1.23.2-release-update | Charles Harris | 2022-08-15 | 3 | -0/+88 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | MAINT: Update main after 1.23.2 release. | ||||
| * | | | | | | REL: Update main after 1.23.2 release. | Charles Harris | 2022-08-14 | 3 | -0/+88 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #22132 from bashtage/bit-gen-pickle-rel-note | Matti Picus | 2022-08-15 | 1 | -0/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | DOC: Add a release note for bit generator reduce changes | ||||
| * | | | | | DOC: Add a release note for bit generator reduce changes | Kevin Sheppard | 2022-08-15 | 1 | -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-bug | Melissa Weber Mendonça | 2022-08-12 | 2 | -0/+169 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | DOC: Note about virtualenv | Melissa Weber Mendonça | 2022-08-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | | | | | DOC: Fix numbering in section title | Melissa Weber Mendonça | 2022-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Co-authored-by: Rohit Goswami <r95g10@gmail.com> | ||||
| * | | | | | DOC: Addressing review comments | melissawm | 2022-07-08 | 1 | -29/+33 |
| | | | | | | |||||
| * | | | | | DOC: style fixes | melissawm | 2022-07-07 | 1 | -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 review | Precision Wordcraft LLC | 2022-07-07 | 1 | -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 fixes | PrecisionWordcraft | 2022-07-07 | 1 | -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. |