Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DOC: fix broken link in user guide. Closes gh-6906. | Ralf Gommers | 2015-12-31 | 1 | -2/+2 | |
| | | | | [ci skip] | |||||
* | STY: Break some long lines in numpy-for-matlab-users.rst. | Charles Harris | 2015-12-17 | 1 | -34/+81 | |
| | ||||||
* | DOC: change uses of `rank` for `dimension` | Matthew Brett | 2015-12-16 | 1 | -25/+27 | |
| | | | | | | | We used to use ``rank`` to mean the number of axes in an array, but no more. Change these uses of rank to refer to dimensions. Closes gh-6839 | |||||
* | DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide. | Warren Weckesser | 2015-10-30 | 1 | -33/+35 | |
| | ||||||
* | DOC: Fix an argument in 'Numpy for Matlab Users'. | Warren Weckesser | 2015-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | I've seen at least three occurrences (a couple on stackoverflow, and one private email) of someone using the argument 'order=15' in a call to the 'set_integrator' method of 'scipy.integrate.ode'. Presumably this is because of the suggestion in the "NumPy for Matlab Users" guide to replace 'ode15s' with 'scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=15)'. The stiff solver in 'vode'--presumably the solver of interest for someone using 'ode15s'--has a maximum order of 5, and the non-stiff solver has maximum order of 12. (The maximum order of 'ode15s' is also 5; the '15' in the name refers to the variable order ranging from 1 to 5.) | |||||
* | DOC: import "numpy for matlab users" from the wiki | Pauli Virtanen | 2015-10-25 | 2 | -0/+696 | |
| | | | | | | | Might be useful to someone. Excised too opinionated parts and replaced most links to specific software with the topical software page links. | |||||
* | DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki | Pauli Virtanen | 2015-10-25 | 7 | -204/+1578 | |
| | | | | | | | | The user guide was missing a quick tutorial --- the basics.* stuff is somewhat too complex already. The "building numpy" instructions also should not be "introductory material". | |||||
* | DOC: remove placeholders and incompleteness warnings | Pauli Virtanen | 2015-10-25 | 4 | -28/+0 | |
| | | | | | Neither are useful, and will discourage both reading and editing of the material. | |||||
* | Merge pull request #6406 from charris/update-gh-6310 | Charles Harris | 2015-10-06 | 1 | -10/+12 | |
|\ | | | | | DOC: Update gh-6310: Update docs for numpy.genfromtxt. | |||||
| * | DOC: Cleanup genfromtxt documentation a bit. | Charles Harris | 2015-10-04 | 1 | -10/+12 | |
| | | ||||||
| * | DOC: Update docs for numpy.genfromtxt. | jason king | 2015-10-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | Note that a list of strings can be passed as the first parameter. The strings are treated as the lines in a file. Closes #6247 | |||||
* | | MAINT: cleanup dead code/arguments/fields from ufuncs | Nathaniel J. Smith | 2015-10-01 | 1 | -4/+3 | |
|/ | | | | | | | | The check_return argument and ufunc object field was never used; ditto for the "new" inner loop selector (which was never implemented), along with associated typedefs. Since I was looking at this code anyway trying to figure out which parts were actually in use, I figured I'd clear up some of the brush to make it easier next time... | |||||
* | DOC: Fix outdated sphinx directives. | Charles Harris | 2015-07-01 | 3 | -128/+128 | |
| | | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function:: | |||||
* | genfromtxt example in user docs missing delimiter | Stefan Eng | 2015-02-05 | 1 | -2/+2 | |
| | | | The example given in the user docs does not run correctly without adding `delimiter=","`. This add the missing keyword to allow the examples to be run. | |||||
* | Merge pull request #5473 from rgommers/doc-inplace-build | Charles Harris | 2015-01-25 | 1 | -46/+59 | |
|\ | | | | | DOC: update build instructions, add developer docs | |||||
| * | DOC: add "build and test" section to developer guide. Closes gh-5465. | Ralf Gommers | 2015-01-20 | 1 | -0/+7 | |
| | | | | | | | | [ci skip] | |||||
| * | DOC: update "build and install" page in user guide. | Ralf Gommers | 2015-01-20 | 1 | -46/+52 | |
| | | | | | | | | | | - add section on basic and parallel builds - update links and remove outdated info | |||||
* | | DOC: improve record/structured array nomenclature & guide | Allan Haldane | 2015-01-22 | 1 | -3/+3 | |
|/ | | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide. | |||||
* | DOC: some small fixes to the "Using Python as glue" section of the user guide. | Ralf Gommers | 2015-01-17 | 2 | -98/+87 | |
| | | | | [ci skip] | |||||
* | DOC: python-as-glue: copyedit | Lars Buitinck | 2014-11-19 | 1 | -17/+16 | |
| | | | | [ci skip] | |||||
* | DOC: python-as-glue: use Cython, not Pyrex | Lars Buitinck | 2014-11-18 | 1 | -188/+133 | |
| | | | | Fixes gh-4492. [ci skip] | |||||
* | DOC: remove Weave recommendation | Lars Buitinck | 2014-11-17 | 1 | -224/+5 | |
| | | | | | Weave is dead. It's not removed from SciPy yet, but it's deprecated and doesn't work with Python 3. | |||||
* | DOC: python-as-glue: remove Instant, PyInline | Lars Buitinck | 2014-11-17 | 1 | -64/+0 | |
| | | | | Both projects appear to be dead. | |||||
* | DOC/MAINT: Python 2.6 or 3.2 required | Lars Buitinck | 2014-09-25 | 2 | -14/+14 | |
| | | | | | | | | | Installation docs still stated Python 2.4 is supported, while not mentioning 3.x at all. Also corrected the statement that distutils is in python-dev on Debian, while it's actually in the main package. Several parts of the dev docs and some comments also referenced now-irrelevant 2.5 bugs/limitations. | |||||
* | Merge pull request #5102 from dpinte/fix/epd_canopy | Julian Taylor | 2014-09-23 | 1 | -3/+4 | |
|\ | | | | | | | replacing old reference from EPD to Canopy | |||||
| * | DOC: replacing old reference from EPD to Canopy | Didrik Pinte | 2014-09-23 | 1 | -3/+4 | |
| | | ||||||
* | | Merge pull request #5076 from kanhua/kh_fix | Julian Taylor | 2014-09-19 | 1 | -0/+6 | |
|\ \ | |/ | | | | | DOC: Minor fix on c-info.python-as-glue.rst | |||||
| * | DOC: add section on compiling pyf files | kanhua | 2014-09-19 | 1 | -0/+6 | |
| | | | | | | | | | | Add section to remind the readers to recomplile add.pyf and add.f95 files before checking the add module in python | |||||
* | | Fixed two typos in the c-api user guide. | cel | 2014-08-13 | 1 | -2/+2 | |
|/ | ||||||
* | MAINT: Grammar and style corrections to whatisnumpy.rst. | Charles Harris | 2014-05-29 | 1 | -12/+12 | |
| | ||||||
* | DOC: Fix typos, punctuation, and grammar. | Yoni Ben-Meshulam | 2014-05-29 | 1 | -3/+3 | |
| | ||||||
* | Changing EPD to Canopy | brettrmurphy | 2014-05-15 | 1 | -3/+3 | |
| | ||||||
* | DOC: Change pyrex to Cython in c-info.how-to-extend.rst. | Charles Harris | 2014-03-14 | 1 | -1/+1 | |
| | ||||||
* | MAINT: Move doc/swig to tools/swig. | Charles Harris | 2014-03-12 | 1 | -1/+1 | |
| | | | | | | | Also update MANIFEST.in and documentation to reflect the move. The discussion of this change is at #2384. Closes #2384. Closes #4374. | |||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+1 | |
| | | | | Now is as good a time as any with open PR's at a low. | |||||
* | MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst. | Charles Harris | 2013-08-01 | 1 | -152/+239 | |
| | | | | | | | Remove trailing whitespace. Break long lines. Fix some indentation. Use the `::` directive to indicate interactive examples. | |||||
* | DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst. | Jesús Gómez | 2013-08-01 | 1 | -2/+2 | |
| | | | | | Add missing part of usecols negative index explanation and other minor redaction fixes. | |||||
* | Another name change to RegisterLoopForDescr | Jay Bourque | 2013-05-14 | 1 | -2/+2 | |
| | ||||||
* | Change name of RegisterLoopForStructType to RegisterLoopByDescr | Jay Bourque | 2013-05-14 | 1 | -6/+6 | |
| | ||||||
* | Update c-api documentation | Jay Bourque | 2013-05-14 | 1 | -0/+165 | |
| | ||||||
* | Use PyMODINIT_FUNC and update docs accordingly. | cgohlke | 2012-09-02 | 1 | -4/+4 | |
| | | | | See https://github.com/scipy/scipy/pull/279 | |||||
* | DOC: Replace references to macros in old_defines with new. | Charles Harris | 2012-02-04 | 2 | -5/+5 | |
| | | | | | Also remove swig support for numpy < 1 from numpy.i since it expects the old macros. | |||||
* | DOC: Add tutorial for writing numpy ufunc extensions. | Chris Jordan-Squire | 2011-08-22 | 1 | -31/+31 | |
| | ||||||
* | Py3K compliant, extra comments added | Chris Jordan-Squire | 2011-08-22 | 1 | -21/+50 | |
| | ||||||
* | style changes and bugs removed from docs | Chris Jordan-Squire | 2011-08-22 | 1 | -39/+63 | |
| | ||||||
* | ENH: Docs now Py3k compliant | Chris Jordan-Squire | 2011-08-22 | 1 | -20/+126 | |
| | ||||||
* | Changed to follow PEP 7 | Chris Jordan-Squire | 2011-08-22 | 1 | -154/+144 | |
| | ||||||
* | DOCS: New ufunc creation docs | Chris Jordan-Squire | 2011-08-22 | 3 | -180/+898 | |
| | ||||||
* | DOC: c-api: Update to reflect array flag namespace change | Mark Wiebe | 2011-07-06 | 1 | -26/+27 | |
| | ||||||
* | DOC: add some more wiki edits, of rst files in ref/user guide. | rgommers | 2011-03-02 | 1 | -2/+10 | |
| |