- c9d632d Make a release. by Travis Oliphant · 19 years ago v1.0rc3
- bafa719 Fix test. by Travis Oliphant · 19 years ago
- 448f385 Add print and log facilities to error handling and change the default error mode to divide='print', over='print', invalid='print', and under='ignore' by Travis Oliphant · 19 years ago
- 42ec061 Allow F_CONTIGUOUS and C_CONTIGUOUS as aliases to FORTRAN and CONTIGUOUS by Travis Oliphant · 19 years ago
- b022765 Fix-up so that if on creation, a string or unicode data-type has an empty elsize it is reset to the size of one character. by Travis Oliphant · 19 years ago
- 2e7c822 Fix Ticket #352 by Travis Oliphant · 19 years ago
- ed7b368 Change to sig (signature) keyword. by Travis Oliphant · 19 years ago
- 5d17dd0 Allow entry in self->types to type= keyword. Change from dtype= keyword because it doesn't always follow the rules of data-type conversion. by Travis Oliphant · 19 years ago
- 0bcccc6 Add ability to select specific 1-d loop to use when calling a ufunc, either by the output type or an exact signature. An error occurs if a 1-d loop is not found to match the specification. by Travis Oliphant · 19 years ago
- 4590e9b Fix so that reshape copies fewer times. Fix so that arr.ctypes.data returns the integer and arr.ctypes._as_parameter_ returns the c_void_p type by Travis Oliphant · 19 years ago
- 0e70085 Increase the C-API and allow ufuncs to be given keyword arguments. Re-compile extension modules after updating to this revision number. extobj= and dtype= keywords are possible, but only extobj= is implemented in this revision. by Travis Oliphant · 19 years ago
- 8a142f7 Allow ability to reset the string function to the builtin string function. by Travis Oliphant · 19 years ago
- 32b16bb Change the 'array' function so that forcecast is true. by Travis Oliphant · 19 years ago
- a70ebab Fix PyArray_FromAny so that it raises an exception on casting unless FORCECAST is True. by Travis Oliphant · 19 years ago
- 637f70c Fix #350 by changing wording. by Travis Oliphant · 19 years ago
- cf7a96e include <signal.h> when trying check for SIGSEGV by Travis Oliphant · 19 years ago
- 1e263c2 Re-format THANKS.txt and add check for reshape order argument. by Travis Oliphant · 19 years ago
- 405115b Fix reshape for FORTRAN order from 1-d arrays. by Travis Oliphant · 19 years ago
- 6130751 Added yours truly to THANKS.txt by edschofield · 19 years ago
- fcc5b25 Applied patch for ticket #345: fix to test_errstate for Python 2.5 by Travis Oliphant · 19 years ago
- 15155cf Fix qr decomposition. The dimensions m,n were taken from the fortran ordered array by Charles Harris · 19 years ago
- ff1c663 Fix finfo eps and huge to be array scalars of the appropriate type. And use finfo interface instead of MachAr. by Travis Oliphant · 19 years ago
- 533fba2 Change error exception to RankWarning. by Charles Harris · 19 years ago
- c951acd Make sure order is an integer by Charles Harris · 19 years ago
- 658b94a Set rcond to precision of x as default. Make error message more informative. by Charles Harris · 19 years ago
- 62e610e Scale the x vector in polyfit to improve condition of Vandermonde matrix. by Charles Harris · 19 years ago
- f1c9d44 F2PY G3: fixed compiler warnings. by Pearu Peterson · 19 years ago
- 1c36f49 Add test for ticket #339. by Stefan van der Walt · 19 years ago
- 81e481b Add tests for tickets #335, #341, #342 and #344. by Stefan van der Walt · 19 years ago
- 099f140 Add roll function from ticket #293 by Travis Oliphant · 19 years ago
- ec5a391 F2PY G3: modules can import f90 derived type wrappers from other modules. by Pearu Peterson · 19 years ago
- 2d2cc2c Fix ticket #342. by Travis Oliphant · 19 years ago
- 9416787 Fix ticket #344: normalize repr of dtypes with shapes. Also change align argument in dtype constructor to be a boolean. by Travis Oliphant · 19 years ago
- 58541aa Mention scaling in the polyfit docstring. by Charles Harris · 19 years ago
- 10f2827 Fix mgrid for count of 1 by Travis Oliphant · 19 years ago
- bee7545 Fix ticket #341: part with 'c' arrays not being comparable to strings. by Travis Oliphant · 19 years ago
- 81abf63 Fixes from 64-bit warnings in ticket #337 by Travis Oliphant · 19 years ago
- 96140d2 Add fix so that '()type' is detected by Travis Oliphant · 19 years ago
- 4f83a34 Fix-up tensor solve and tensor inv and rename to match tensordot. by Travis Oliphant · 19 years ago
- 45f9558 F2PY G3: exposing f90 type information via _API variable for other modules. by Pearu Peterson · 19 years ago
- 4a69a27 by Charles Harris · 19 years ago
- 9361c17 F2PY: Impl. (suboptimal) solution for nested f90 module wrapping. by Pearu Peterson · 19 years ago
- 0aaac11 Add solvetensor and invtensor by Travis Oliphant · 19 years ago
- f2d36cc Forgot this file in last commit: by Tim Hochberg · 19 years ago
- abb7a32 Added docstring and tests to errstate. Also added 'all' option for seterr so that we can set all the options at once. Note that tests on errstate are only run in Python 2.5 and higher. by Tim Hochberg · 19 years ago
- 61d36f3 Under Python 2.5 on windows test_multiarray was failing mysteriously. Applying normpath to set_local_path cured that. by Tim Hochberg · 19 years ago
- 53bf14a by Robert Cimrman · 19 years ago
- b5fc735 modernized to use new numpy features, speed-up of unique1d, doc update by Robert Cimrman · 19 years ago
- e5bb060 Fix by Travis Oliphant · 19 years ago
- cf3eb93 Add errstate object to be created in new 'with' statement by Travis Oliphant · 19 years ago
- 1031df2 Fix scimath.power for negative integer input. by Travis Oliphant · 19 years ago
- bafea8e Test for ticket #334. by Stefan van der Walt · 19 years ago
- 7338a7e Fix some name-space errors in scimath. by Travis Oliphant · 19 years ago
- a6f8d27 F2PY G3: Impl. F90 module subprogram support and simple tests. by Pearu Peterson · 19 years ago
- 87e3010 Make (type,()) return type by Travis Oliphant · 19 years ago
- d6c1b18 F2PY G3: Impl. scalar function support and tests. by Pearu Peterson · 19 years ago
- 92a2537 F2PY G3: improved public/private spec handling. Added function wrapping support. by Pearu Peterson · 19 years ago
- c0f1f96 Fix asbuffer function. by Travis Oliphant · 19 years ago
- 02b451e Remove extra semi-colon. by Stefan van der Walt · 19 years ago
- 7147b21 Fidget with average/mean docstrings. by Stefan van der Walt · 19 years ago
- f52ca5b Simplify mean and average docstrings. by Stefan van der Walt · 19 years ago
- 349a841 Improved is_free_format. by Pearu Peterson · 19 years ago
- cc44342 Test for ticket #330. by Stefan van der Walt · 19 years ago
- f558fbb Resolved ticket 285: imporved error messages by Pearu Peterson · 19 years ago
- 0330812 Fix segfault in .imag for real array scalars. Be specific about infix multiplication. by Travis Oliphant · 19 years ago
- a307a7f Get rid of warning on main trunk. by Travis Oliphant · 19 years ago
- f9b93a7 F2PY G3: refactored Python specific wrapper code from parser. by Pearu Peterson · 19 years ago
- ecbabb3 Speed up concatenate and choose when sequence is an array. by Travis Oliphant · 19 years ago
- 9c9f739 Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same as kron(ones(s,b.dtype), b) by Travis Oliphant · 19 years ago
- b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
- 416f306 numpy.distutils: fixed bug. by Pearu Peterson · 19 years ago
- 45e9246 numpy.distutils: use language flag or source file extension to select default f77 or f90 compiler. by Pearu Peterson · 19 years ago
- cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
- fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago
- dbe29f4 Kron is now N-dimensional, so remove rank check. by Stefan van der Walt · 19 years ago
- 0d127c8 Add test for insert. by Stefan van der Walt · 19 years ago
- a09fa7d Close ticket #328. by Stefan van der Walt · 19 years ago
- 8d93420 F2PY G3: clean up. by Pearu Peterson · 19 years ago
- 90d11ae F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. by Pearu Peterson · 19 years ago
- 79f992d Added NPY_<CLS><BITS>_FMT macros. by Pearu Peterson · 19 years ago
- e518185 Fix kron to be N-dimensional. by Travis Oliphant · 19 years ago
- ba6b099 Fix typo in tile. by Stefan van der Walt · 19 years ago
- c75bd2d Add tests for tile and fix error. by Travis Oliphant · 19 years ago
- 1ff0cd9 Add tile to numpy and move repmat to matlib.py by Travis Oliphant · 19 years ago
- 831feb7 Get rid of unused variables. by Travis Oliphant · 19 years ago
- 54fc7a4 Add test for ticket #325. by Stefan van der Walt · 19 years ago
- 1e339d7 Fix last OBJECT function to handle NULLS. by Travis Oliphant · 19 years ago
- ce24459 Test for ticket #327. by Stefan van der Walt · 19 years ago
- fe0b9ed Fix ticket #325 by Travis Oliphant · 19 years ago
- 505a95a Fix ticket #327. by Stefan van der Walt · 19 years ago
- d79e367 Add test for ticket #302. by Stefan van der Walt · 19 years ago
- 1ce64f7 Add test for ticket #324. by Stefan van der Walt · 19 years ago
- a2e090a Fix ticket #324: not returning minimum array. by Travis Oliphant · 19 years ago
- 1c88a77 Add tests for tickets #312, #322, for polynomial roots and for setting by Stefan van der Walt · 19 years ago
- 2c40600 F2PY G3: fixed bugs, started adding features. by Pearu Peterson · 19 years ago
- 30cdb16 Re-work flat index setting to handle integer case better for objects arrays. by Travis Oliphant · 19 years ago
- ee3d027 Fix ticket #323 --- problem with roots all zeros and all zero coefficients. by Travis Oliphant · 19 years ago
- be91788 Fix ticket #322 by Travis Oliphant · 19 years ago
- 310966e Fix ticket #320 by Travis Oliphant · 19 years ago
- d8459ee Fix ticket #319. There may still be a problem in casting from one data-type with nested fields to another. by Travis Oliphant · 19 years ago