Timeline


and .

05/16/12: Today

09:31 Ticket #2134 (slicing and write) created by vascot
Writing sliced arrays using Pythons buildin open function does not work as …

05/15/12: Yesterday

19:44 Ticket #2133 (overflow not caught on operators with int32 array) created by mwtoews
I see good overflow warnings operations on int32 scalars, but not for …
17:27 Ticket #2132 (Offline documentation search triggers JS error in Chrome) created by talcite
When entering a search query the offline documentation in chrome, a JS …

05/12/12:

11:01 Commit [b6fac09c] by Ralf Gommers
[maintenance/1.6.x] REL: change release script to generate tarballs before building docs.
10:40 Commit [73fc5a28] by Ralf Gommers
[maintenance/1.6.x] DOC: mention random module fix in 1.6.2 release notes.

05/11/12:

15:57 Ticket #2131 (PyArray_TakeFrom does not release GIL) created by rainwoodman
PyArray?_TakeFrom does not release the GIL in the lengthy memmove. It …

05/10/12:

22:04 Ticket #2130 (array() with subok=True broken with subclass in nested sequence) created by rmay
# The following works fine: import numpy as np a = np.ma.array([1,2,3]) …
17:12 Commit [3bbbbd41] by Mark Wiebe
[master] NEP: Add some details about how existing C-API access interacts with NA
16:33 Commit [65fdf09a] by Stefan van der Walt
[master] Merge pull request #276 from charris/fix-format-variable-mismatch
14:56 Commit [bfaaefe5] by Ralf Gommers
[master] BUG: fix running tests with coverage=True.
14:35 Commit [5a64b000] by Ralf Gommers
[master] Merge pull request #277 from dlaxalde/doc/test-verbose
12:42 Commit [8669d3f7] by Denis Laxalde
[master] DOC: verbosity -> verbose in testing guidelines
03:11 Commit [7939c20c] by Charles Harris
[master] BUG: Fix format/variable incompatibility.
02:43 Commit [bb162a29] by Charles Harris
[master] Merge branch 'pull-274'
02:33 Commit [ddc944eb] by Charles Harris
[master] BUG: Fix datetime 1.6 pickle compatibility test for Python 3.
01:47 Commit [dc468d1e] by Mark Wiebe [Charles Harris]
[master] STY: Elaborate comment about cloning dtype's c_metadata
01:47 Commit [2c4f794b] by Mark Wiebe [Charles Harris]
[master] DOC: Improve documentation comment from PR 274 comment
01:47 Commit [9d63daee] by Mark Wiebe [Charles Harris]
[master] ENH: Change NPY_AUXDATA_FREE macro based on PR feedback
01:47 Commit [b7cb21ac] by Mark Wiebe [Charles Harris]
[master] BUG: Output the datetime64 dtype to the pickle format from 1.6
01:47 Commit [e686b367] by Mark Wiebe [Charles Harris]
[master] ENH: Change datetime64 to use c_metadata instead of metadata
01:47 Commit [eb40102e] by Mark Wiebe [Charles Harris]
[master] ENH: Add a NpyAuxData c_metadata to PyArray_Descr

05/08/12:

10:55 Commit [c869d124] by Mark Wiebe [Charles Harris]
[master] BUG: ufunc: The refactored reduction code didn't work with object arrays
08:06 Ticket #2129 (Segfault on umath.cpython-32mu.so) created by Sachiel
On a code involving Numpy, Matplotlib and Netcdf4, I'm getting a …

05/07/12:

18:19 Commit [084eed79] by Stefan van der Walt
[master] Merge pull request #272 from mwiebe/datetime64_compare
17:06 Commit [6c95a007] by Mark Wiebe
[master] BUG: umath: greater_equal ufunc was using the wrong type resolver, failed with datetime64
07:23 Ticket #2128 (Documentation typo PyArrayDescr_Check should be PyArray_DescrCheck) created by komnomnomnom
On the c-api array api page PyArray_DescrCheck is incorrectly referenced …

05/06/12:

06:56 Ticket #2127 (numpy.savetxt: "See also" section needs small change) created by iosonofabio
In the documentation for the function numpy.savetxt, in the "See also" …

05/05/12:

13:18 Commit [14b760fe] by Ralf Gommers
[maintenance/1.6.x] STY: fix typo in 1.6.2 release notes.
09:29 Commit [a52e5ae9] by Ralf Gommers
[maintenance/1.6.x] REL: increase allowed size of DMG installer by 1 Mb.

05/04/12:

16:02 Commit [09bb2686] by Ralf Gommers
[maintenance/1.6.x] REL: set version to 1.6.2rc1
15:41 Commit [eef42808] by Ralf Gommers
[maintenance/1.6.x] REL: add release notes for 1.6.1 and 1.6.2 releases.
14:52 Commit [6c2aa71e] by Ralf Gommers
[maintenance/1.6.x] REL: change Sphinx version in release script to 1.1.3.
14:49 Commit [d609dffc] by Ralf Gommers
[master] REL: change Sphinx version in release script to 1.1.3.
14:43 Commit [7b907a8c] by Ralf Gommers
[maintenance/1.6.x] Merge pull request #265 from charris/backport-random
14:42 Commit [8cc4a7d2] by Ralf Gommers
[maintenance/1.6.x] Merge pull request #263 from charris/backport-poly
14:41 Commit [a16a4305] by Ralf Gommers
[maintenance/1.6.x] Merge pull request #262 from charris/backport-f2py
14:40 Commit [10a65ff4] by Ralf Gommers
[maintenance/1.6.x] Merge pull request #261 from charris/backport-lib
14:37 Commit [1a9e14f7] by Ralf Gommers
[maintenance/1.6.x] Merge pull request #260 from charris/backport-core
03:24 Ticket #2126 (Possibly unwanted behaviour of numpy.median when the array contains ...) created by koji
Because the median function is dependent on the sort function, which …

05/02/12:

22:06 Commit [259fff8f] by Charles Harris
[master] BUG: Fix some test bugs.
21:47 Commit [3b0aeb20] by Ralf Gommers [Charles Harris]
[maintenance/1.6.x] TST: fix string comparison test failures on Windows for Python 2.5.
20:41 Commit [eff738e4] by Charles Harris
[maintenance/1.6.x] TST: Remove tests of complex __format__.
18:43 Ticket #2125 (Memory leak in numpy?) created by eschlafly
Under numpy 1.6.0, the following code leaks about a hundred megs of memory …
11:15 Ticket #1930 (np.left_shift and np.right_shift fail on np.uint64 scalar types) closed by pv
duplicate: Duplicate of #1931
10:07 Ticket #1878 (numpy.argmin() fails to find the minimum for the most negative integer) closed by charris
fixed: This has been fixed in 1.7 and in the upcoming 1.6.2 bugfix release. I'll …
09:57 Commit [0e16a292] by Thouis (Ray) Jones [Charles Harris]
[maintenance/1.6.x] Fix unicode string length computation in UNICODE_compare and add test.

05/01/12:

19:58 Ticket #2124 (genfromtxt and unicode strings) created by anntzer
With bytes (in Python 3-speak) fields, genfromtxt(dtype=None) sets the …
17:10 Commit [34f27c1e] by David Warde-Farley [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: PR #188, PyArray_{Get,Set}Map using low-precision counter
16:48 Commit [862cc3b1] by cgohlke [Charles Harris]
[maintenance/1.6.x] BUG: PR #227, Use npy_intp instead of long in mtrand.
13:06 Commit [0b99c90e] by Charles Harris
[master] DOC: Add datetime to the changed items in the release notes.
12:56 Commit [bb50db65] by Mark Wiebe [Charles Harris]
[master] DOC: Add a section documenting 1.6/1.7 datetime64 differences
10:43 Ticket #2123 (numpy.core.records.fromrecords fails for zero length lists) created by ktegan
I have a patch that lets fromrecords handle zero length lists. If the …

04/30/12:

00:47 Commit [d031a987] by Charles Harris
[maintenance/1.6.x] DOC: Remove references to cast and NA, which were added in 1.7.
00:17 Commit [a70a5994] by Charles Harris
[maintenance/1.6.x] STY: Code cleanup in polynomial [*]fromroots functions.
00:16 Commit [628c7865] by Charles Harris
[maintenance/1.6.x] ENH: Improve the computation of polynomials from roots.
00:15 Commit [51f89891] by Charles Harris
[maintenance/1.6.x] DOC: Improve numpy reference documentation of polynomial classes.
00:14 Commit [e1cec071] by Charles Harris
[maintenance/1.6.x] DOC: Document the use of the polynomial convenience classes.
00:12 Commit [75519d5f] by Charles Harris
[maintenance/1.6.x] BUG: The polynomial convenience classes let different types interact.
00:10 Commit [b4a3beb6] by Charles Harris
[maintenance/1.6.x] DOC: Document xxxfit functions in the polynomial package modules.
00:09 Commit [45a42d20] by Charles Harris
[maintenance/1.6.x] DOC: Add version added to some of the polynomial package modules.

04/29/12:

23:51 Commit [8b5eb677] by Charles Harris
[maintenance/1.6.x] BUG: Fix up links to classes.
23:50 Commit [b47abd63] by Charles Harris
[maintenance/1.6.x] DOC: Rearrange the polynomial documents.
23:44 Commit [5bc40dcd] by Charles Harris
[maintenance/1.6.x] ENH: Add companion matrix functions.
23:38 Commit [50377931] by Charles Harris
[maintenance/1.6.x] ENH: Add some tests for polynomial printing.
22:45 Commit [e7f2210e] by Charles Harris
[maintenance/1.6.x] BUG: Fix f2py test_kind.py test.
22:39 Commit [3e9aaeda] by Pearu Peterson [Charles Harris]
[maintenance/1.6.x] ENH: Add new options extra_f77_compile_args and extra_f90_compile_args.
22:38 Commit [56b3e0c9] by Pearu Peterson [Charles Harris]
[maintenance/1.6.x] BLD: Improve reporting of fcompiler value.
22:36 Commit [6f703d57] by Pearu Peterson [Charles Harris]
[maintenance/1.6.x] ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.
21:53 Commit [25b021de] by Nicolas Pinto [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #2073, fix float16 __array_interface__ bug.
21:44 Commit [75086316] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: ticket #2021. Fix segfault.
21:11 Commit [03c65cf6] by Mark Wiebe [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1936, loadtxt: fix extra nesting for subarray dtypes.
21:02 Commit [d3bc4162] by Pauli Virtanen [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1918, use Py_TYPE to access ob_type, so it works also on Py3
20:29 Commit [2f337237] by Ralf Gommers [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1793, fix failing npyio test under py3k. Thanks to Derek Homeier.
20:15 Commit [9a495e79] by Fabian Pedregosa [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1848, make tril/triu return the same dtype as the original array.
20:13 Commit [6bb57cca] by David Huard [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1899, fixed histogramdd bug with empty inputs.
19:46 Commit [b33e8b97] by Skipper Seabold [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1387, allow bincount to accept empty arrays.
19:40 Commit [58eb8808] by Paul Anton Letnes [Charles Harris]
[maintenance/1.6.x] BUG: ticket #1573, savetxt now handles complex arrays.
19:17 Commit [cb1d76ff] by Pauli Virtanen [Charles Harris]
[maintenance/1.6.x] ENH: ticket #2048, lib: break reference cycle in NpzFile (#2048)
18:20 Ticket #2122 (numpy.take gives corrupted result with inplace operation) created by rainwoodman
Take doesn't work as expected when the output is inplace. When …
18:05 Commit [6be9dcf4] by Charles Harris
[backport-core, maintenance/1.6.x] PY3: Fix for python3.2.
17:04 Commit [fc2d6c8d] by Charles Harris
[backport-core, maintenance/1.6.x] TST: Silence some test warnings.
16:47 Commit [7fcf24ce] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: ticket #2045, make attribute/iterator_element deletions not segfault.
16:25 Commit [9a34be0d] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: ticket #2046, deleting array attributes causes segfault.
15:51 Commit [666c02d8] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: ticket #2033, a**2.0 has incorrect type.
14:05 Commit [ec753165] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: ticket #1952, allow floating ddof in std and var.
13:58 Ticket #2121 (Variance can return negative values) created by charris
Apropos ticket #1952, I don't think it is really fixed. The following …
12:43 Commit [89d6d411] by David Cournapeau [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #2017, fix type hash.
11:32 Ticket #2120 (unravel_index(0, ()) should return ()) created by njs
Currently, this idiom works for all arrays that have ndim >= 1: […] …

04/28/12:

03:49 Ticket #2119 (Indexing with a boolean scalar array -> segfault) created by njs
This has the same result in 1.5.1 (as shipped by Ubuntu 11.04) and in …

04/27/12:

08:03 Ticket #2118 (bincount2d) created by amueller
I would love to have a function "bincount2d" that is the equivalent of …

04/26/12:

21:44 Commit [4762f4a3] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: array_divmod did not check for Py_NotImplemented.
21:44 Commit [44684404] by Ralf Gommers [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1948, fix regression for indexing chararrays with empty list.
21:44 Commit [b397dde2] by Ralf Gommers [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1905, explicitly check for NaNs in allclose().
21:39 Commit [88e7e52d] by Pauli Virtanen [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1776, make complex division by zero to yield inf properly.
21:39 Commit [5f940ca3] by Ralf Gommers [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1747, make np.median() work for 0-D arrays.
21:39 Commit [5fe46bd3] by Mark Wiebe [Charles Harris]
[backport-core, maintenance/1.6.x] ENH: ticket #1675, Add scalar support for the format() function.
21:39 Commit [a292a722] by Ralf Gommers [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: Ticket #1672 fix allclose to work for scalar inf.
21:39 Commit [febfb6ea] by Ralf Gommers [Charles Harris]
[backport-core, maintenance/1.6.x] DOC: ticket #1446, correct note about correspondence vstack and concatenate.
21:39 Commit [961a1dd3] by Hrvoje Niksic [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1138
21:39 Commit [5dff2f91] by Charles Harris
[backport-core, maintenance/1.6.x] BUG: Fix maximum/minimum for object arrays in Python 3.
21:39 Commit [ff723959] by Ben Root [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #1149, make argmin work for datetime.
21:39 Commit [74b9f5ee] by Bryan Van de Ven [Charles Harris]
[backport-core, maintenance/1.6.x] BUG: ticket #2063, make unique return consistent index.
13:23 Ticket #2117 (inconsistent comparison of object type arrays) created by yarikoptic
This issue became more visible since 1.6.x allowed to construct such …
01:50 Ticket #2116 (MaskedArray record: TypeError: len() of unsized object) created by mwtoews
I'm getting a inconsistent error while trying to get the length of a …

04/24/12:

12:49 Ticket #2115 (asbytes function missed) closed by rgommers
invalid: Hi, scipy 0.9.0 requires numpy 1.5.0 or higher.
10:26 Ticket #2115 (asbytes function missed) created by mcilfone
Working with Scipy 0.9.0, stats module of Scipy, Numpy 1.4.1 and …
10:06 Ticket #2114 (tofile() truncation on arrays >= 2**32 on 64-bit OSX) created by embray
After a fair bit of debugging we've tracked down a bug in OSX's fwrite() …

04/23/12:

23:10 Ticket #2113 (Python 3 dictionary view objects not supported) created by khaeru
This seems to be related to #2019, except there is no segfault; just that …
12:53 Ticket #2112 (provide option for silent install in Windows installers) created by rgommers
NSIS installers support the /S command line argument, indicating a silent …
05:12 Commit [3cb783ec] by David Cournapeau
[master] REF: simplify top bscript file.

04/22/12:

08:42 Commit [addaf3e5] by Charles Harris
[maintenance/1.6.x] Merge pull request #258 from rgommers/backport-build-fixes
06:05 Commit [423bc20c] by Carlos Valiente [Ralf Gommers]
[maintenance/1.6.x] MAINT: update version match regexp for IBM AIX Fortran compilers.
06:05 Commit [f48d1420] by tim cera [Ralf Gommers]
[maintenance/1.6.x] ENH: Add 'pgfortran' as a valid compiler in the Portland Group suite of fortran compilers. Adjust the version string command.
06:04 Commit [27ab2c32] by Fabian Pedregosa [Ralf Gommers]
[maintenance/1.6.x] FIX: add ufsparse to the libraries search path.
05:59 Commit [c6a82c02] by Ralf Gommers
[maintenance/1.6.x] ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.
05:59 Commit [67111b5a] by Ralf Gommers
[maintenance/1.6.x] BUG: distutils: update HP compiler flags. Closes #1377.
05:57 Commit [b408740c] by Ralf Gommers
[maintenance/1.6.x] BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.
05:33 Commit [6088090d] by Raymond Roberts [Ralf Gommers]
[maintenance/1.6.x] BLD: add support for the new X11 directory structure on Ubuntu & co.
05:32 Commit [6a8258f6] by Ralf Gommers
[maintenance/1.6.x] BLD: fix up detection of Intel CPU on OS X in system_info.py.
05:29 Commit [cc901336] by Pearu Peterson [Ralf Gommers]
[maintenance/1.6.x] BLD: follow build_ext coding convention in build_clib to catch strange fcompiler value reported in ml.
05:26 Commit [6fbddd9c] by Ralf Gommers
[maintenance/1.6.x] BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.
05:23 Commit [ef3f401f] by Ralf Gommers
[maintenance/1.6.x] BLD: raise a clearer warning in case of building without cleaning up first.

04/21/12:

13:31 Commit [caf3b9e8] by Charles Harris
[master] STY: Whitespace cleanups.
13:20 Commit [4929ebab] by Charles Harris
[master] WRN: Remove unused function prototype from ctors.h.
13:20 Commit [7bf82862] by Charles Harris
[master] WRN: Fix unused variable compiler warnings in scalarmathmodule.c.src.
13:20 Commit [e96ed369] by Charles Harris
[master] WRN: Fixed some unused variable compiler warnings in arraytypes.c.src.

04/20/12:

15:07 Ticket #2111 (Trac is driving me crazy ;-)) closed by charris
invalid: Heh. But this has been under discussion on the mailing list, which is …
13:35 Ticket #2111 (Trac is driving me crazy ;-)) created by nicopinto
Hey guys, Would you be interested in moving away from this slow trac …
12:52 Ticket #1778 (Object arrays of complex arrays can't be multiplied by numpy floats) closed by charris
fixed: This looks to be fixed in current devel …

04/17/12:

23:44 Ticket #2110 (Documentation for reshape: case of reshape(i, j, k)?) created by lebigot
The documentation string for ndarray.reshape() and numpy.reshape() doe …
14:18 Ticket #2109 (mean() with axis=None causes promotion of floating point types) created by david.warde-farley
It seems that mean() with no axis argument and no dtype incorrectly …

04/16/12:

14:47 Ticket #2108 (Datetime failures with MinGW) created by rgommers
See https://github.com/numpy/numpy/pull/214 These failures are hard to …
09:14 Ticket #2107 (numpy False is not python False) created by alexa
i doubt this is a bug, but i found the following behavior unexpected. …
03:51 Ticket #2106 (einsum crashes with repeated zero dimension arrays) created by rcl33
einsum crashes when summing over the same array more than once, when the …
Note: See TracTimeline for information about the timeline view.