Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: remove support for Gitpod, add note on using Codespaces | Ralf Gommers | 2023-03-23 | 1 | -3/+20 |
| | | | | | | | See this mailing list thread for the discussion on removal: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/SSPI7HVL2PLWPFL42T6UNR2ENARE5A5E/ [skip azp] [skip cirrus] | ||||
* | DOC: mention installing test dependencies in testing instructions | Nathan Goldbaum | 2022-12-14 | 1 | -0/+4 |
| | |||||
* | DOC: expand docs on debugging with gdb | Nathan Goldbaum | 2022-11-14 | 1 | -4/+20 |
| | |||||
* | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -2/+2 |
| | |||||
* | DOC: Mention gitpod as alternative in environment setup docs (#21255) | Pax | 2022-03-26 | 1 | -0/+4 |
| | | | | | | | * DOC: mention Gitpod as alternative to build numpy Fixes #20679 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | DOC: update development environment docs for conda virtual environments | Ralf Gommers | 2021-03-21 | 1 | -6/+17 |
| | |||||
* | DOC: Added documentation for linter (#18423) | Ganesh Kathiresan | 2021-03-10 | 1 | -0/+31 |
| | |||||
* | DOC: Add information about leak checking and valgrind | Sebastian Berg | 2020-12-05 | 1 | -0/+2 |
| | | | | | | | | | This is not meant to be a fool-proof guide. It isn't and I do not want to expect people to use it... But I realize that I use these things semi-regulary (even if I never bother to remove all wrinkles) and it is good to have the information somewhere so that everyone knows where to look. | ||||
* | DOC: Added a PR "Reviewer guidelines" document. (#17252) | Melissa Weber Mendonça | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | DOC: improve development debugging doc (#16083) | Chunlin | 2020-05-13 | 1 | -6/+20 |
| | | | | | * improve development debugging doc Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: Fix runtests example in developer docs | Anirudh Subramanian | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | DOC: document the NPY_AVAILABLE_MEM test mechanism | Pauli Virtanen | 2019-12-01 | 1 | -0/+10 |
| | |||||
* | Fix typos | Brian Wignall | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 1 | -1/+1 |
|\ | | | | | TST: run refguide-check on rst files in doc/* | ||||
| * | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 1 | -1/+1 |
| | | |||||
* | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -2/+1 |
|/ | |||||
* | DOC, BUILD: make build_src more discoverable | mattip | 2019-09-20 | 1 | -0/+15 |
| | |||||
* | Merge pull request #14069 from sameshl/doc_test_instructions | Matti Picus | 2019-08-08 | 1 | -0/+9 |
|\ | | | | | DOC: Emphasize the need to run tests when building from source | ||||
| * | DOC: Emphasize the need to run tests when building from source | Samesh | 2019-07-21 | 1 | -0/+9 |
| | | | | | | | | | | | | Add note on testing in docs of "setting up dev envirnoment" and "building NumPy from source" closes #14037 | ||||
* | | Remove deprecated info about dev build | Matthias Bussonnier | 2019-07-25 | 1 | -3/+0 |
| | | |||||
* | | Doc: Use `pip install .` where possible instead of calling setup.py | Matthias Bussonnier | 2019-07-23 | 1 | -2/+2 |
|/ | | | | pip will itself call setup.py install with the rights options. | ||||
* | Merge pull request #13799 from kritisingh1/links | Matti Picus | 2019-07-02 | 1 | -0/+2 |
|\ | | | | | DOC: Fix unrendered links | ||||
| * | DOC: Fix unrendered links | kritisingh1 | 2019-06-30 | 1 | -0/+2 |
| | | |||||
* | | MAINT: Update tox for supported Python versions | Mike Taves | 2019-06-26 | 1 | -2/+2 |
|/ | | | | Also replace 'nose' with 'pytest' for deps | ||||
* | Adding an example of successful execution of numpy.test() to the Docs | Vrinda Narayan | 2019-03-29 | 1 | -0/+3 |
| | |||||
* | DOC: document C99 requirement in dev guide [ci skip] | Tyler Reddy | 2019-01-18 | 1 | -1/+3 |
| | |||||
* | DOC: Cleanup messy trailing spaces in dev env setup | C.A.M. Gerlach | 2018-07-30 | 1 | -6/+6 |
| | |||||
* | DOC: Make Spyder name a link in dev env setup | C.A.M. Gerlach | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs | mattip | 2018-06-25 | 1 | -13/+12 |
| | |||||
* | DOC: Update link to tox in development docs (#10806) | Paul van Mulbregt | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 1 | -3/+3 |
| | | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | ||||
* | DOC: Use a shorter example. | Scott Sanderson | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | DOC: Document extra args forwarding to nose. | Scott Sanderson | 2016-07-23 | 1 | -0/+7 |
| | | | | | This is useful for things like passing ``--pdb`` to make nose drop into a pdb post-mortem on exception. | ||||
* | DOC: Added understanding code and getting started section to ↵ | rehassachdeva | 2016-02-22 | 1 | -0/+15 |
| | | | | | | | development_environment.rst Updated understanding code section in dev doc wrapped lines, corrected grammar. | ||||
* | DOC/BUG: textual improvements in install docs, and fix a typo in setup.py | Ralf Gommers | 2016-01-16 | 1 | -4/+3 |
| | | | | Address comments of @charris on gh-6895. | ||||
* | BUG: fix TravisCI test issues when using setuptools unconditionally. | Ralf Gommers | 2016-01-16 | 1 | -3/+4 |
| | | | | Also remove all mentions of setupegg.py from the documentation. | ||||
* | DOC: add note not to run tests from repo root in devguide. Closes gh-6907. | Ralf Gommers | 2015-12-31 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | MAINT: Remove references to Bento. | Charles Harris | 2015-08-29 | 1 | -12/+3 |
| | | | | | Bento builds are no longer supported, so remove references to that built system. | ||||
* | DOC: developer guide: add section on rebuild/clean, expand section on gdb. | Ralf Gommers | 2015-01-24 | 1 | -13/+72 |
| | | | | | | Addresses review comments on gh-5473. [ci skip] | ||||
* | DOC: add "build and test" section to developer guide. Closes gh-5465. | Ralf Gommers | 2015-01-20 | 1 | -0/+152 |
[ci skip] |