Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DOC: move C style guide to dev section | mattip | 2018-10-25 | 2 | -0/+9 | |
| | ||||||
* | DOC: fixes from review | mattip | 2018-10-25 | 2 | -1/+2 | |
| | ||||||
* | DOC: add missing docs | mattip | 2018-10-23 | 2 | -96/+1 | |
| | ||||||
* | DOC: minor tweak to CoC (update NumFOCUS contact address). | Ralf Gommers | 2018-10-10 | 1 | -2/+1 | |
| | | | | [ci skip] | |||||
* | DOC: Document how memory alignment works as of 1.14 | Allan Haldane | 2018-09-27 | 1 | -0/+96 | |
| | ||||||
* | DOC: add a Code of Conduct document. | Ralf Gommers | 2018-09-01 | 3 | -0/+383 | |
| | | | | | | | | Discussed and accepted in this thread: https://mail.python.org/pipermail/numpy-discussion/2018-July/078476.html Will be linked from https://scipy.org/codes-of-conduct.html and from the GitHub community profile (https://github.com/numpy/numpy/community) | |||||
* | 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: add Stefan van der Walt to Steering Council | Ralf Gommers | 2018-07-19 | 1 | -1/+3 | |
| | | | | [ci skip] | |||||
* | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs | mattip | 2018-06-25 | 1 | -13/+12 | |
| | ||||||
* | WIP: DOC: slightly tweak the directions to create a release (#11312) | Matti Picus | 2018-06-16 | 2 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | * DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip] | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 3 | -38/+38 | |
| | ||||||
* | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 1 | -1/+1 | |
| | | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`. | |||||
* | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -0/+1 | |
| | ||||||
* | DOC: cosmetic changes, document need for python3.6 to build docs | mattip | 2018-04-10 | 1 | -3/+3 | |
| | ||||||
* | DOC: promote development_workflow, make howtos visible | mattip | 2018-04-10 | 2 | -1/+1 | |
| | ||||||
* | DOC: Update link to tox in development docs (#10806) | Paul van Mulbregt | 2018-03-26 | 1 | -1/+1 | |
| | ||||||
* | DOC: add new steering council members. | Ralf Gommers | 2017-09-09 | 1 | -2/+10 | |
| | | | | | | Discussion on the numpy-discussion mailing list on July 21-25 2017. [ci skip] | |||||
* | DOC: Fix missing asterisks in git development_setup doc page | Andras Deak | 2017-06-27 | 1 | -1/+1 | |
| | | | | | The remote upstream fetch git-config command was missing two asterisks, most likely lost in a markdown accident. | |||||
* | git:// to https:// | Shitian Ni | 2017-05-25 | 2 | -16/+5 | |
| | ||||||
* | updated development git document on protocols | Shitian Ni | 2017-05-25 | 2 | -0/+6 | |
| | ||||||
* | DOC: update docs and comments for move of mailing list to python.org | Ralf Gommers | 2017-03-26 | 1 | -31/+1 | |
| | ||||||
* | DOC: add BENCH prefix to documented commit prefixes | Julian Taylor | 2017-03-25 | 1 | -0/+1 | |
| | ||||||
* | DOC: Fix typos | Jakub Wilk | 2017-03-17 | 1 | -1/+1 | |
| | ||||||
* | DOC: change development instructions from SSH to HTTPS access. | Ralf Gommers | 2016-10-24 | 1 | -5/+37 | |
| | | | | | | | | | This is easier to get going, and is the recommended access method by GitHub itself: https://help.github.com/articles/which-remote-url-should-i-use/ Also add instructions for pulling from upstream including PRs by default. | |||||
* | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 3 | -6/+6 | |
| | | | | | | | | | 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: dev: stop recommending keeping local master updated with upstream/master | Pauli Virtanen | 2016-02-21 | 1 | -94/+69 | |
| | | | | | | Use the simpler `git fetch; ... upstream/master` approach instead of updating the local master branch. Keeping the local master branch in sync with upstream is usually not necessary. | |||||
* | 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] | |||||
* | [doc] Fix title of governance section in docs | Nathaniel J. Smith | 2015-12-07 | 1 | -1/+1 | |
| | ||||||
* | DEV: add CC-0 public domain dedication to governance document | Nathaniel J. Smith | 2015-10-09 | 1 | -0/+9 | |
| | | | | | | | | We want to allow other projects to steal from us, like we stole from Jupyter/IPython :-). This relicensing / public domain dedication is possible because all text here is either by me (and thus copyright me) or else taken from the Jupyter/IPython document, and their document is also under CC-0 as per https://github.com/jupyter/governance/pull/9 | |||||
* | DOC: typo: change NumFocus to NumFOCUS in one place in governance doc. | Ralf Gommers | 2015-10-09 | 1 | -1/+1 | |
| | ||||||
* | DEV: attempt to clarify rules for ending an Institutional Partnership | Nathaniel J. Smith | 2015-10-04 | 1 | -3/+6 | |
| | ||||||
* | DEV: governance: wording tweak | Nathaniel J. Smith | 2015-10-04 | 1 | -8/+8 | |
| | ||||||
* | DEV: governance: Include links to current membership of each group | Nathaniel J. Smith | 2015-10-04 | 2 | -0/+13 | |
| | ||||||
* | DEV: for new council members, clarify order of voting and talking to them | Nathaniel J. Smith | 2015-10-04 | 1 | -5/+6 | |
| | | | | | | | | | Original text seemed to imply that we would always ask the potential new Council Member whether they were interested *before* we actually decided whether to offer them a spot, which could create a sticky situation if someone ever got voted down. Rephrase to make clear that things do not have to occur in this order. | |||||
* | DEV: remove draft markers from governance document | Nathaniel J. Smith | 2015-10-03 | 2 | -4/+0 | |
| | | | | In preparation for merging. | |||||
* | DEV: remove the interstitial notes on the seed steering council | Nathaniel J. Smith | 2015-10-03 | 1 | -15/+0 | |
| | | | | | | Now that this seems to be settled, we don't need this cluttering up the main text. (For the record: the rule listed here is what we actually used.) | |||||
* | DEV: Fix dates on Travis's time as leader | Nathaniel J. Smith | 2015-10-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | The 2001 date I had originally was based on the beginning of NumPy's git history -- but further research suggests that this actually runs back into Numeric times, before the NumPy project was founded. New 2005 date is based on Fernando's recollection of the fateful meeting that led to NumPy's creation, and is consistent with Wikipedia's claim that 2006 was the first release. If this is wrong please let me know :-) | |||||
* | DEV: minor textual cleanups to governance document | Nathaniel J. Smith | 2015-10-03 | 2 | -3/+9 | |
| | ||||||
* | DEV: Governance: fix pandoc weirdness | Nathaniel J. Smith | 2015-09-23 | 1 | -4/+4 | |
| | | | | | | I used pandoc to convert Markdown to ReST, and for some reason it marked all the links with two underscores instead of the more conventional single underscore. I'm not sure why. | |||||
* | DEV: Governance: update link to Jupyter/IPython governance doc | Nathaniel J. Smith | 2015-09-23 | 1 | -2/+2 | |
| | ||||||
* | DEV: Governance: remove link to inaccurate github contributors page | Nathaniel J. Smith | 2015-09-23 | 1 | -4/+0 | |
| | | | | | See Travis's email here: https://mail.scipy.org/pipermail/numpy-discussion/2015-September/073712.html | |||||
* | DEV: Governance: delete redundant bits | Nathaniel J. Smith | 2015-09-23 | 1 | -8/+0 | |
| | | | | | | | | | The NumFOCUS subcommittee and Institutional Partners are now listed in a separate file, so delete them from here. We will eventually want to clean up the list of initial members of the steering council, but the details are still under discussion on the mailing list, so I left that section alone for now. | |||||
* | DEV: Draft governance document + list of people and positions | Nathaniel J. Smith | 2015-09-23 | 4 | -0/+464 | |
| | | | | | | | This is definitely *not* the final version -- it's the version originally posted to the mailing list, reformatted as ReST. I'll make further changes on top of this as further commits, in order to preserve the historical record. | |||||
* | 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. |