From noreply at github.com Sun Dec 4 14:14:17 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 4 Dec 2011 11:14:17 -0800 Subject: [Numpy-svn] [numpy/numpy] e9c42c: BUG: Check for NULL pointer before calling PyCObje... Message-ID: <20111204191417.3629F425E0@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e9c42cab112d94dbcade9f1afc64b26af0521e14 https://github.com/numpy/numpy/commit/e9c42cab112d94dbcade9f1afc64b26af0521e14 Author: Charles Harris Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h Log Message: ----------- BUG: Check for NULL pointer before calling PyCObject_Check or PyCapsule_CheckExact. This may be a Python bug but we might as well check anyway. Reported by Geoffrey Irving. Commit: 059334c491940752b08070074cc221b69487e5e4 https://github.com/numpy/numpy/commit/059334c491940752b08070074cc221b69487e5e4 Author: Charles Harris Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M numpy/core/src/multiarray/convert_datatype.c Log Message: ----------- STY: Small coding style cleanups. Compare: https://github.com/numpy/numpy/compare/eb46577...059334c From noreply at github.com Mon Dec 5 17:48:51 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Dec 2011 14:48:51 -0800 Subject: [Numpy-svn] [numpy/numpy] 5a6839: MAINT: update version match regexp for IBM AIX For... Message-ID: <20111205224851.0835D425F2@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 5a683949d87fbad1dc93fb4fcb8b8293e7d19dc4 https://github.com/numpy/numpy/commit/5a683949d87fbad1dc93fb4fcb8b8293e7d19dc4 Author: Carlos Valiente Date: 2011-12-05 (Mon, 05 Dec 2011) Changed paths: M numpy/distutils/fcompiler/ibm.py Log Message: ----------- MAINT: update version match regexp for IBM AIX Fortran compilers. The patched version correctly matches the output of ``xlf -qversion`` on my AIX platform: $ uname -a AIX c1t0101 3 5 00CF49B14C00 $ xlf -qversion IBM XL Fortran for AIX, V12.1 Version: 12.01.0000.0000 $ From noreply at github.com Thu Dec 15 11:16:54 2011 From: noreply at github.com (noreply at github.com) Date: Thu, 15 Dec 2011 08:16:54 -0800 Subject: [Numpy-svn] [numpy/numpy] 309648: MAINT: Make masked ma.polyfit match current polyfi... Message-ID: <20111215161654.04C4942524@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 30964867d133f4ec2422e2cdf1cd69a28b7c45f1 https://github.com/numpy/numpy/commit/30964867d133f4ec2422e2cdf1cd69a28b7c45f1 Author: Charles Harris Date: 2011-12-15 (Thu, 15 Dec 2011) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- MAINT: Make masked ma.polyfit match current polyfit. Commit: eb042bf3bf192c3652b959c2f75ee79225b252b5 https://github.com/numpy/numpy/commit/eb042bf3bf192c3652b959c2f75ee79225b252b5 Author: Charles Harris Date: 2011-12-15 (Thu, 15 Dec 2011) Changed paths: M numpy/ma/extras.py Log Message: ----------- BUG: Handle weight correctly and don't modify the original. Commit: 008e5e9c6ee24b6675dc582373c4a14cbe5ec22e https://github.com/numpy/numpy/commit/008e5e9c6ee24b6675dc582373c4a14cbe5ec22e Author: Charles Harris Date: 2011-12-15 (Thu, 15 Dec 2011) Changed paths: M numpy/ma/tests/test_extras.py Log Message: ----------- TST: Add test for weight modification. Commit: 3d0b348450addcc33bd30e9c0b3ea5b10106ab4d https://github.com/numpy/numpy/commit/3d0b348450addcc33bd30e9c0b3ea5b10106ab4d Author: Charles Harris Date: 2011-12-15 (Thu, 15 Dec 2011) Changed paths: M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge branch 'pull-176' * pull-176: TST: Add test for weight modification. BUG: Handle weight correctly and don't modify the original. MAINT: Make masked ma.polyfit match current polyfit. Compare: https://github.com/numpy/numpy/compare/5a68394...3d0b348 From noreply at github.com Sat Dec 17 11:20:01 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 17 Dec 2011 08:20:01 -0800 Subject: [Numpy-svn] [numpy/numpy] 8b6c85: ENH: New sample function, bugs in tests fixed Message-ID: <20111217162001.EDB3442751@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8b6c850cf3e6ec664705e9823014e59edc1a26e7 https://github.com/numpy/numpy/commit/8b6c850cf3e6ec664705e9823014e59edc1a26e7 Author: Chris Jordan-Squire Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M doc/source/reference/routines.random.rst M numpy/core/tests/test_multiarray.py M numpy/fft/tests/test_fftpack.py M numpy/lib/tests/test_index_tricks.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_regression.py M numpy/random/__init__.py M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- ENH: New sample function, bugs in tests fixed Commit: 67f24e8f2e12d9f5b8510ffd0769b13f18f5636a https://github.com/numpy/numpy/commit/67f24e8f2e12d9f5b8510ffd0769b13f18f5636a Author: Chris Jordan-Squire Date: 2011-12-17 (Sat, 17 Dec 2011) Changed paths: M doc/source/reference/routines.random.rst M numpy/core/tests/test_multiarray.py M numpy/fft/tests/test_fftpack.py M numpy/lib/tests/test_index_tricks.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_regression.py M numpy/random/__init__.py M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- FIX: Changed named to choice, reverted other changes. Commit: 26195cfe921818d97776c83f4c84286ae79bf1de https://github.com/numpy/numpy/commit/26195cfe921818d97776c83f4c84286ae79bf1de Author: Chris Jordan-Squire Date: 2011-12-17 (Sat, 17 Dec 2011) Changed paths: M doc/release/2.0.0-notes.rst M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- FIX: Add release notes, use inverse cdf method for non-uniform sampling with replacement, change searchsorted to use side='right', and regenerate mtrand.c. Commit: 2988b0e6726c3c581bbede2d2c1cc5df0b629fab https://github.com/numpy/numpy/commit/2988b0e6726c3c581bbede2d2c1cc5df0b629fab Author: Charles Harris Date: 2011-12-17 (Sat, 17 Dec 2011) Changed paths: M doc/release/2.0.0-notes.rst M doc/source/reference/routines.random.rst M numpy/random/__init__.py M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge branch 'pull-151' * pull-151: FIX: Add release notes, use inverse cdf method for non-uniform sampling with replacement, change searchsorted to use side='right', and regenerate mtrand.c. FIX: Changed named to choice, reverted other changes. ENH: New sample function, bugs in tests fixed Compare: https://github.com/numpy/numpy/compare/3d0b348...2988b0e From noreply at github.com Sat Dec 17 17:25:58 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 17 Dec 2011 14:25:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 3b3735: BUG: Fix dimension checks in random.choice. Make s... Message-ID: <20111217222558.B6D864261C@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3b3735d13665d264c991788f9f494d5c04ab1526 https://github.com/numpy/numpy/commit/3b3735d13665d264c991788f9f494d5c04ab1526 Author: Charles Harris Date: 2011-12-17 (Sat, 17 Dec 2011) Changed paths: M numpy/random/mtrand/mtrand.c M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG: Fix dimension checks in random.choice. Make sure last entry in cdf is exactly 1.0. From noreply at github.com Fri Dec 23 08:31:42 2011 From: noreply at github.com (noreply at github.com) Date: Fri, 23 Dec 2011 05:31:42 -0800 Subject: [Numpy-svn] [numpy/numpy] de5156: convert_datatype.c: Check for null pointer before ... Message-ID: <20111223133142.396FA4274B@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: de5156079754f4021553cbaa0d870c168911adf4 https://github.com/numpy/numpy/commit/de5156079754f4021553cbaa0d870c168911adf4 Author: Geoffrey Irving Date: 2011-12-21 (Wed, 21 Dec 2011) Changed paths: M numpy/core/src/multiarray/convert_datatype.c Log Message: ----------- convert_datatype.c: Check for null pointer before calling NpyCapsule_Check Commit: 1b7673d7ddf3671e5ffd05fef864708dc6dd4752 https://github.com/numpy/numpy/commit/1b7673d7ddf3671e5ffd05fef864708dc6dd4752 Author: Geoffrey Irving Date: 2011-12-21 (Wed, 21 Dec 2011) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- BUG: ufunc_object.c: Fix a bug in user-defined loop resolution Commit: 31eccabfd84dd1058afa0ce8908e00dfd74cfa71 https://github.com/numpy/numpy/commit/31eccabfd84dd1058afa0ce8908e00dfd74cfa71 Author: Geoffrey Irving Date: 2011-12-21 (Wed, 21 Dec 2011) Changed paths: M numpy/core/src/umath/ufunc_type_resolution.c Log Message: ----------- BUG: ufunc_type_resolution.c: Fix another user defined type ufunc bug Commit: 166d0819dc86fb68380b66ffa91c966fa77cbc26 https://github.com/numpy/numpy/commit/166d0819dc86fb68380b66ffa91c966fa77cbc26 Author: Geoffrey Irving Date: 2011-12-21 (Wed, 21 Dec 2011) Changed paths: M numpy/core/include/numpy/npy_3kcompat.h Log Message: ----------- REV: Revert check for NULL pointer in NpyCapsule_Check Essentially all functions in the Python C API require nonnull arguments, and crash if given nulls. PyCapsule_Check is no exception, and numpy should probably mirror the standard behavior. As of change e873d58492, we don't need this check for null, so revert. Specifically, this reverts commit e9c42cab112d94dbcade9f1afc64b26af0521e14. Compare: https://github.com/numpy/numpy/compare/3b3735d...166d081 From noreply at github.com Wed Dec 28 11:37:27 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 28 Dec 2011 08:37:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 147531: BUG: savetxt now handles complex arrays. Closes #... Message-ID: <20111228163727.F139B42493@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1475319160baed782daa39e0de0c0655c2abe4b5 https://github.com/numpy/numpy/commit/1475319160baed782daa39e0de0c0655c2abe4b5 Author: Paul Anton Letnes Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: M numpy/lib/npyio.py M numpy/lib/tests/test_io.py Log Message: ----------- BUG: savetxt now handles complex arrays. Closes #1573. From noreply at github.com Wed Dec 28 22:33:27 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 28 Dec 2011 19:33:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 825efd: BUG: array_divmod did not check for Py_NotImplemen... Message-ID: <20111229033327.CE7884234E@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 825efdbd24ef396ce7c622180a50525df5c99c35 https://github.com/numpy/numpy/commit/825efdbd24ef396ce7c622180a50525df5c99c35 Author: Charles Harris Date: 2011-12-28 (Wed, 28 Dec 2011) Changed paths: M numpy/core/src/multiarray/number.c Log Message: ----------- BUG: array_divmod did not check for Py_NotImplemented. The consequence of this bug was the __rdivmod__ wasn't called for user classes that defined __array_priority__. From noreply at github.com Fri Dec 30 21:35:17 2011 From: noreply at github.com (noreply at github.com) Date: Fri, 30 Dec 2011 18:35:17 -0800 Subject: [Numpy-svn] [numpy/numpy] 8c1134: DEP: undeprecate putmask. Used a lot, no need to d... Message-ID: <20111231023517.6471642692@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 8c113493f1f6d88f2829afcbcd3d28312751e610 https://github.com/numpy/numpy/commit/8c113493f1f6d88f2829afcbcd3d28312751e610 Author: Ralf Gommers Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: M numpy/add_newdocs.py M numpy/core/src/multiarray/item_selection.c Log Message: ----------- DEP: undeprecate putmask. Used a lot, no need to deprecate it. Commit: 3d9bedb70f2fe2761a3ee123004ccbba0f037b2e https://github.com/numpy/numpy/commit/3d9bedb70f2fe2761a3ee123004ccbba0f037b2e Author: Ralf Gommers Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: M numpy/add_newdocs.py Log Message: ----------- DOC: putmask: mention copyto is NA-aware, and recommend to switch to it. Compare: https://github.com/numpy/numpy/compare/825efdb...3d9bedb From numpy-svn at scipy.org Sat Dec 31 12:07:31 2011 From: numpy-svn at scipy.org (numpy-svn at scipy.org) Date: Sat, 31 Dec 2011 18:07:31 +0100 Subject: [Numpy-svn] Mira find you Message-ID: <4184986276.AV64S4DM982491@ipqluqltbprdb.ypwrtkzp.info> Hola sweet one! You are disturbed by administration of sites of acquaintances. You are the member of this group. One of our members interested in you and we send you the message delivered from MemberName=?MiraOldy? This WOMAN wishes to get acquainted with you. There is HER message: Greetings the stranger, are Written by me to you from the big country of Russia, I have read your profile, and you are interesting for me, I see you as a pleasant interlocutor, I wish to get acquainted with you better and to exchange photos and not only. I will be very glad if our relations do not stop on that that we will communicate only on correspondence, I?ll be glad to meet you one day. I will tell a little bit about myself: I?m very nice, sociable and cheerful girl. I?m 27 years old, growth 169, my eyes are brown, hair dark, weight of 48 kg, a sports constitution. I regularly visit fitness the centre to support the figure both to be in shape and to like men. If you are self-assured and trust that can deserve my attention that write)) we will look that will turn out????) Mira. You visit my personal page: http://yournetlove.ru