summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: minor documentation fixesPauli Virtanen2011-06-253-3/+5
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-235-31/+62
* Merge branch 'struct_cleanup'Mark Wiebe2011-06-2315-178/+955
|\
| * ENH: dtype-struct: Tweaks based on Chucks feedbackMark Wiebe2011-06-232-63/+51
| * DOC: dtype-struct: Document the changes to struct dtypesMark Wiebe2011-06-222-2/+11
| * ENH: dtype-struct: Some tweaks based on Chuck's feedbackMark Wiebe2011-06-221-18/+23
| * ENH: dtype-struct: Move the 'itemsize' from a parameter into the struct descr...Mark Wiebe2011-06-222-84/+86
| * ENH: dtype-struct: Ensure alignment of nested struct dtypesMark Wiebe2011-06-222-5/+40
| * ENH: dtype-struct: Add validation that object fields have no overlapMark Wiebe2011-06-222-4/+111
| * ENH: dtype: Allow unions and out-of-order fieldsMark Wiebe2011-06-212-25/+68
| * BUG: dtype: Struct dtype size wasn't being padded for alignment (Ticket #1790)Mark Wiebe2011-06-212-10/+50
| * ENH: dtype: Add an itemsize= keyword parameter to the dtype constructorMark Wiebe2011-06-213-44/+144
| * BUG: dtype: Fix up the list-based struct dtype string representationMark Wiebe2011-06-215-21/+56
| * ENH: dtype: Fix repr of structured dtypes (Fixes #1619)Mark Wiebe2011-06-213-73/+440
| * ENH: dtype: Use PyDataType_HASFIELDS, add a flag constant for aligned structMark Wiebe2011-06-218-35/+81
* | Merge branch 'tighten_casting'Mark Wiebe2011-06-237-29/+88
|\ \
| * | TST: datetime: Fix the tests to respect the date unit/time unit boundaryMark Wiebe2011-06-221-15/+24
| * | ENH: ma: Fix up ma and its tests to work with default same_kind castingMark Wiebe2011-06-222-4/+5
| * | ENH: core: Change the ones_like ufunc so it doesn't do type checkingMark Wiebe2011-06-223-1/+31
| * | BUG: core: Make slow clip use casting='unsafe' for compatibilityMark Wiebe2011-06-221-1/+24
| * | ENH: core: Change the default casting rule from 'unsafe' to 'same_kind'Mark Wiebe2011-06-221-8/+4
* | | BUG: datetime-print: str() and repr() weren't handling the local tz properlyMark Wiebe2011-06-222-6/+32
|/ /
* | ENH: Merge branch 'datetime_dev'Mark Wiebe2011-06-2227-2408/+3555
|\ \
| * | ENH: datetime: Applying changes for Chuck and Derek's feedbackMark Wiebe2011-06-212-22/+45
| * | ENH: datetime-strings: Support casting to/from unicode arraysMark Wiebe2011-06-208-43/+213
| * | ENH: dtype-loops: Move the dtype copy/swap function factory into a functionMark Wiebe2011-06-204-72/+107
| * | BUG: datetime: Mac OS X doesn't support strnlen, working around thatMark Wiebe2011-06-202-12/+15
| * | ENH: convert-dtype: Abstract the flexible dtype mechanism into a functionMark Wiebe2011-06-1710-259/+571
| * | ENH: datetime-meta: Rename the metadata from frequency to timeunitMark Wiebe2011-06-171-1/+1
| * | DEP: datetime-api: Make the old API functions in datetime.c raise exceptionsMark Wiebe2011-06-171-232/+16
| * | ENH: datetime-casting: Add casting parameter to 'datetime_as_string'Mark Wiebe2011-06-175-45/+150
| * | ENH: datetime-meta: Remove 'events' from the datetime metadataMark Wiebe2011-06-1711-275/+38
| * | ENH: datetime-casting: Add casting parameters to more conversion functionsMark Wiebe2011-06-176-134/+493
| * | ENH: datetime-string: Add support for datetime.tzinfo in datetime_as_stringMark Wiebe2011-06-166-185/+340
| * | ENH: datetime-autounit: Detect unit from string arrays as wellMark Wiebe2011-06-1610-1287/+1490
| * | ENH: datetime-parsing: Apply the datetime unit casting rules to string parsingMark Wiebe2011-06-164-54/+75
| * | ENH: datetime-casting: Refine the casting rules with a date vs time unit barrierMark Wiebe2011-06-164-80/+294
* | | TST: fix py3k failure for arrayprint. Closes #1875. Thanks to Derek Homeier.Ralf Gommers2011-06-211-1/+10
| |/ |/|
* | BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-212-10/+26
* | Merge branch 'sortlib'Charles Harris2011-06-2010-530/+893
|\ \
| * | STY: Delete commented out lines and add some comments.Charles Harris2011-06-202-4/+4
| * | ENH: Generate the npysort library for linking during build, but do notCharles Harris2011-06-193-31/+5
| * | ENH: Make npy_sort.h private until the proper interface gets sorted out.Charles Harris2011-06-173-5/+3
| * | ENH: Remove the _sort module.Charles Harris2011-06-166-153/+3
| * | ENH: Directly initialize arraytypes with the sorting functions in the sortCharles Harris2011-06-163-2/+27
| * | STY: Rename sort functions again, omit the npy_ bit from the suffix.Charles Harris2011-06-163-153/+151
| * | ENH: Rename the sort functions using lower case suffix instead of upperCharles Harris2011-06-164-186/+195
| * | ENH: Make scons build the npysort library.Charles Harris2011-06-161-2/+18
| * | ENH: Move sorting functions into a library.Charles Harris2011-06-167-88/+230
| * | STY: Move npy_intp definitions and associated formats into npy_common.h.Charles Harris2011-06-165-110/+117