Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | second set of checkins from doc editor | Jarrod Millman | 2009-11-13 | 6 | -24/+66 | |
| | ||||||
* | DOC: add npy_nextafter/npy_spacing in doc ref. | David Cournapeau | 2009-11-10 | 1 | -0/+22 | |
| | ||||||
* | Add an example for using complex npymath stuff. | David Cournapeau | 2009-11-04 | 1 | -0/+17 | |
| | ||||||
* | DOC: mention nextafter ufunc in the release notes and reference. | David Cournapeau | 2009-11-04 | 1 | -0/+1 | |
| | ||||||
* | Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ↵ | mdroe | 2009-10-12 | 4 | -5/+96 | |
| | | | | 1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations. | |||||
* | Docstring update: doc/source/reference | Pauli Virtanen | 2009-10-02 | 8 | -102/+114 | |
| | ||||||
* | Fix remaining references to numpy.core.defmatrix | Pauli Virtanen | 2009-09-26 | 1 | -1/+1 | |
| | ||||||
* | add support for __array_prepare__ | Darren Dale | 2009-08-23 | 2 | -16/+36 | |
| | ||||||
* | Update documentation. | David Cournapeau | 2009-08-07 | 1 | -38/+1 | |
| | ||||||
* | Add a section in npymath doc about how to link against npymath. | David Cournapeau | 2009-07-27 | 1 | -0/+15 | |
| | ||||||
* | 'Merge' docstring and reference guide for Distribution methods documentation. | David Cournapeau | 2009-07-26 | 1 | -200/+22 | |
| | ||||||
* | Use automethod for the functions we added to numpy.distutils. | David Cournapeau | 2009-07-26 | 1 | -21/+3 | |
| | ||||||
* | Add documentation + example for npy-pkg-config files. | David Cournapeau | 2009-07-26 | 1 | -0/+77 | |
| | ||||||
* | Add doc for add_installed_library and add_npy_pkg_config. | David Cournapeau | 2009-07-26 | 1 | -0/+22 | |
| | ||||||
* | Update doc for neighborhood iterator. | David Cournapeau | 2009-07-21 | 1 | -9/+68 | |
| | ||||||
* | Add the deprecated decorator to the numpy reference. | David Cournapeau | 2009-07-21 | 1 | -0/+1 | |
| | ||||||
* | Add version added for npy_copysign + fix doc typo. | David Cournapeau | 2009-07-20 | 1 | -1/+3 | |
| | ||||||
* | Update new correlation support. | David Cournapeau | 2009-07-18 | 1 | -0/+23 | |
| | | | | | | | | | | | | Rename PyArray_Acorrelate to PyArray_Correlate2 to follow the current NumPy convention when adding new function and keeping the old one for backward compatibility. Add keyword to correlate to switch old/new behavior instead of adding acorrelate, which is not discoverable. Raise a DeprecationWarning when the old behavior is used - old behavior still the default, though. | |||||
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -3/+2 | |
| | ||||||
* | Fix versioning and inclusion to ref. guide in docs for #1132 | Pauli Virtanen | 2009-07-04 | 1 | -0/+8 | |
| | ||||||
* | Add doc for copysign in numpy doc. | David Cournapeau | 2009-07-01 | 2 | -0/+7 | |
| | ||||||
* | BUG: Fix NPY_* macros for endianness (#1154). | David Cournapeau | 2009-06-30 | 1 | -2/+2 | |
| | | | | | | | | | I managed to screw them up: they did not actually mimic the gblic endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should always be defined, and endianness should be detected by comparison with NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_ macros was different depending on whether endian.h was available or not. Let's hope nobody depended on it... | |||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 7 | -51/+52 | |
| | ||||||
* | docs: document that neighbourhood iterator was added in 1.4.0 | Pauli Virtanen | 2009-06-19 | 1 | -0/+2 | |
| | ||||||
* | Add neighborhood iterator. | David Cournapeau | 2009-06-19 | 2 | -0/+78 | |
| | ||||||
* | Add Euler constant to npy_math. | David Cournapeau | 2009-06-17 | 1 | -0/+4 | |
| | ||||||
* | docs: port documentation from CAPI.txt | Pauli Virtanen | 2009-06-16 | 1 | -4/+49 | |
| | ||||||
* | Document the new PyArray_GetNDArrayCFeatureVersion. | David Cournapeau | 2009-05-13 | 1 | -5/+41 | |
| | ||||||
* | Move routines.testing.rst to the correct place | Pauli Virtanen | 2009-03-28 | 1 | -0/+46 | |
| | ||||||
* | stub for generalized ufuncs documentation | Jarrod Millman | 2009-03-28 | 2 | -0/+176 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 8 | -92/+150 | |
| | ||||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 21 | -509/+509 | |
| | ||||||
* | docs: document some of the API additions in Numpy 1.3.0 | Pauli Virtanen | 2009-03-20 | 2 | -12/+60 | |
| | ||||||
* | Remove ambiguous Euler constant naming for e. | David Cournapeau | 2009-03-11 | 1 | -1/+1 | |
| | ||||||
* | numpy.ma doc update | pierregm | 2009-03-11 | 3 | -38/+122 | |
| | ||||||
* | Remove colloquial expression. | David Cournapeau | 2009-03-11 | 1 | -2/+2 | |
| | ||||||
* | Spelling. | David Cournapeau | 2009-03-11 | 1 | -1/+1 | |
| | ||||||
* | Fix latex in core math doc. | David Cournapeau | 2009-03-11 | 1 | -3/+3 | |
| | ||||||
* | Document math constants. | David Cournapeau | 2009-03-11 | 2 | -0/+46 | |
| | ||||||
* | Start documenting npy math. | David Cournapeau | 2009-03-11 | 1 | -0/+69 | |
| | ||||||
* | Update configuration in the numpy reference. | David Cournapeau | 2009-03-11 | 1 | -74/+22 | |
| | ||||||
* | doc: make the endorsement of PEP 3118 over the old array interface more ↵ | Pauli Virtanen | 2009-03-08 | 1 | -6/+13 | |
| | | | | strongly worder | |||||
* | doc: Move maskedarray docs upward in TOC | Pauli Virtanen | 2009-02-06 | 3 | -19/+7 | |
| | ||||||
* | numpy.ma.core: | pierregm | 2009-01-13 | 5 | -6/+850 | |
| | | | | | | | | | | | * introduced baseclass, sharedmask and hardmask as readonly properties of MaskedArray * docstrings update numpy.ma.extras: * docstring updates docs/reference * introduced maskedarray, maskedarray.baseclass, maskedarray.generic | |||||
* | docs: fix minor issues, support htmlhelp. | Pauli Virtanen | 2008-12-13 | 4 | -4/+4 | |
| | | | | | | | | | | | | | - Don't use :members: in automodule; it generates too much and not very useful output - Fix edit links and summarize.py - Add better htmlhelp build target - Add upload target - Fix permissions on make dist | |||||
* | Add preliminary docstrings for: | Charles Harris | 2008-11-28 | 1 | -19/+22 | |
| | | | | | | | log2, exp2, logaddexp, logaddexp2, rad2deg, deg2rad. The complete docstring for fmin and fmax are on the web but haven't yet been merged. | |||||
* | Doc update | pierregm | 2008-11-27 | 1 | -14/+369 | |
| | ||||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 53 | -0/+9907 | |