Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put multiarray modul sources into separate directory. | David Cournapeau | 2009-04-30 | 1 | -3265/+0 |
| | |||||
* | forgot to move comments attached to ctor code. | David Cournapeau | 2009-04-30 | 1 | -41/+0 |
| | |||||
* | Put object type conversion into separate file. | David Cournapeau | 2009-04-30 | 1 | -336/+0 |
| | |||||
* | Put casting functions into separate file. | David Cournapeau | 2009-04-30 | 1 | -806/+0 |
| | |||||
* | Put array construction functions into separate file. | David Cournapeau | 2009-04-30 | 1 | -2256/+4 |
| | |||||
* | Put array methods in separate file. | David Cournapeau | 2009-04-30 | 1 | -5/+7 |
| | |||||
* | Put sequence protocol in separate file. | David Cournapeau | 2009-04-30 | 1 | -138/+1 |
| | |||||
* | Put number protocol and array attributes get/set in separate files. | David Cournapeau | 2009-04-30 | 1 | -1673/+1 |
| | |||||
* | Put mapping protocol in separate file. | David Cournapeau | 2009-04-30 | 1 | -995/+1 |
| | |||||
* | Fix numscons build for platforms without wide character unicode support. | David Cournapeau | 2009-04-30 | 1 | -5/+5 |
| | |||||
* | Put array iterator code in separate source file. | David Cournapeau | 2009-04-30 | 1 | -2397/+3 |
| | |||||
* | Put array descriptor in separate file. | David Cournapeau | 2009-04-30 | 1 | -1162/+1 |
| | |||||
* | Put PyArrayFlagsObject in separate file. | David Cournapeau | 2009-04-30 | 1 | -480/+0 |
| | |||||
* | Enable separate compilation of existing files for multiarray module. | David Cournapeau | 2009-04-30 | 1 | -64/+28 |
| | |||||
* | Tag any function/typedef/variable exported through the C-API with ↵ | David Cournapeau | 2009-04-30 | 1 | -79/+79 |
| | | | | NPY_NO_EXPORT instead of static. | ||||
* | Simplify regression test and make error message for oversized array more | Charles Harris | 2009-04-09 | 1 | -1/+1 |
| | | | | informative. | ||||
* | Nuke obsolete register keyword in c sources. | Charles Harris | 2009-04-09 | 1 | -17/+19 |
| | |||||
* | Fix ticket #1080 and add regression test. Do some small cleanup in the process. | Charles Harris | 2009-04-09 | 1 | -8/+16 |
| | |||||
* | BUG: Fix #1061. | David Cournapeau | 2009-03-23 | 1 | -3/+32 |
| | |||||
* | Revert "Fix wrong formatting: Py_ssize_t vs npy_intp." | David Cournapeau | 2009-03-13 | 1 | -1/+1 |
| | | | | NPY_SSIZE_FORMAT is for parsing from PyArg_* functions, not for printf. | ||||
* | Fix wrong formatting: Py_ssize_t vs npy_intp. | David Cournapeau | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | More unsigned comparison warning fixes. | David Cournapeau | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Apply patch from ticket #1040 fixing some 64 bit issues. Thanks to | Charles Harris | 2009-03-08 | 1 | -49/+40 |
| | | | | jmiller. | ||||
* | Coding style cleanup. Remove trailing whitespace. | Charles Harris | 2009-03-05 | 1 | -3/+5 |
| | |||||
* | Minor changes to DEV_README + fix to a 64-bit issue. | Travis Oliphant | 2009-03-04 | 1 | -6/+6 |
| | |||||
* | Change indentation of switch statements. | Charles Harris | 2009-02-20 | 1 | -473/+473 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2009-02-20 | 1 | -940/+1166 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2009-02-19 | 1 | -146/+193 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2009-02-19 | 1 | -373/+493 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2009-02-18 | 1 | -374/+520 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2009-02-18 | 1 | -639/+911 |
| | |||||
* | Add multiple-field access by making a copy of the array and filling with the ↵ | Travis Oliphant | 2009-02-12 | 1 | -1/+29 |
| | | | | selected fields. | ||||
* | Fix missing initializers warnings. | David Cournapeau | 2008-10-08 | 1 | -66/+145 |
| | |||||
* | Use NPY_UNUSED in numpy.core sources. | David Cournapeau | 2008-10-08 | 1 | -9/+9 |
| | |||||
* | Fix ticket #925 | Travis Oliphant | 2008-10-03 | 1 | -0/+69 |
| | |||||
* | Revert r5698, r5699, and r5702 until build problems are fixed. | Charles Harris | 2008-08-27 | 1 | -3/+0 |
| | | | | Fix ticket #878 differently. | ||||
* | Add a trunc function in umath module. | David Cournapeau | 2008-08-25 | 1 | -0/+3 |
| | |||||
* | reverting C-API change from r5626 | Jarrod Millman | 2008-08-22 | 1 | -7/+6 |
| | |||||
* | Fix ticket #674. | Travis Oliphant | 2008-08-10 | 1 | -2/+5 |
| | |||||
* | *Full recompile needed*: changed the name of hasobject structure member to ↵ | Travis Oliphant | 2008-08-10 | 1 | -6/+7 |
| | | | | flags in the PyArray_Descr structure and increased it's size to int | ||||
* | Fix ticket #877 along with other bugs not yet reported for data-types with ↵ | Travis Oliphant | 2008-08-06 | 1 | -2/+11 |
| | | | | titles. | ||||
* | Fix ticket #850. Thanks to Michael Abbott for the patch. | Charles Harris | 2008-07-16 | 1 | -2/+2 |
| | |||||
* | Make deprecation messages more informative. | Charles Harris | 2008-07-14 | 1 | -8/+4 |
| | |||||
* | Move DEPRECATE macro to ndarrayobject.h. | Charles Harris | 2008-07-13 | 1 | -6/+0 |
| | | | | | | Deprecate PyArray_As1D. Remove deprecated functions from fftpack_listmodule.c. There may need to be further fixes on 64 bit platforms, we will see. | ||||
* | Fix Deprecation warnings for python versions < 2.5.x | Charles Harris | 2008-07-13 | 1 | -2/+8 |
| | |||||
* | Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr. | Charles Harris | 2008-07-13 | 1 | -15/+21 |
| | | | | There will be warnings issued in np.test() until fftpack is fixed. | ||||
* | Replace snprintf with PyOS_snprintf. | Charles Harris | 2008-07-12 | 1 | -7/+8 |
| | | | | There remain four occurrences of sprintf that should be replaced. | ||||
* | Coding style cleanups. | Charles Harris | 2008-07-12 | 1 | -12/+15 |
| | |||||
* | Fix missing return value, closes ticket #813. | Charles Harris | 2008-06-07 | 1 | -6/+7 |
| | |||||
* | Fix more in ticket #791. | Travis Oliphant | 2008-06-05 | 1 | -16/+33 |
| |