Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6B201A583B for ; Fri, 28 Feb 2014 09:43:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D1A6014A4EA; Fri, 28 Feb 2014 09:43:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE49314A401 for ; Fri, 28 Feb 2014 09:43:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HlLhXXcpad_B for ; Fri, 28 Feb 2014 09:43:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1DE5A14A3AD for ; Fri, 28 Feb 2014 09:43:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1B2D896; Fri, 28 Feb 2014 09:43:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 28 Feb 2014 09:43:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-numpy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140228094311.1B2D896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Feb 28 09:43:11 UTC 2014 Modified Files: pkgsrc/math/py-numpy: Makefile PLIST buildlink3.mk distinfo pkgsrc/math/py-numpy/patches: patch-aa patch-numpy_distutils_fcompiler_g95.py patch-numpy_distutils_fcompiler_gnu.py Added Files: pkgsrc/math/py-numpy/patches: patch-numpy_core_setup.py patch-numpy_distutils_fcompiler_intel.py Log Message: Changes 1.8.0: * New, no 2to3, Python 2 and Python 3 are supported by a common code base. * New, gufuncs for linear algebra, enabling operations on stacked arrays. * New, inplace fancy indexing for ufuncs with the ``.at`` method. * New, ``partition`` function, partial sorting via selection for fast median. * New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs. * New, ``full`` and ``full_like`` functions to create value initialized arrays. * New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user dtypes. * Numerous performance improvements in many areas. * Support for Python versions 2.4 and 2.5 has been dropped. * Support for SCons has been removed. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/py-numpy/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-numpy/PLIST \ pkgsrc/math/py-numpy/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy/patches/patch-aa cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-numpy/patches/patch-numpy_core_setup.py \ pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_intel.py cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.