From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: GNU Guile-CV 0.1.4 released Date: Thu, 25 May 2017 00:09:09 -0300 Message-ID: <20170525000909.541b8f1c@capac> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/9G1gohjyuQXktMrFV4Q5ywt"; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1495681794 6070 195.159.176.226 (25 May 2017 03:09:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 25 May 2017 03:09:54 +0000 (UTC) To: guile-user , guile-devel , info-gnu Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 25 05:09:49 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDj9n-0001OR-5e for guile-devel@m.gmane.org; Thu, 25 May 2017 05:09:47 +0200 Original-Received: from localhost ([::1]:57866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDj9s-0000WA-In for guile-devel@m.gmane.org; Wed, 24 May 2017 23:09:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDj9n-0000W2-S5 for guile-devel@gnu.org; Wed, 24 May 2017 23:09:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDj9k-0000CQ-FV for guile-devel@gnu.org; Wed, 24 May 2017 23:09:47 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:40637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDj9k-00009T-4d; Wed, 24 May 2017 23:09:44 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id CD50FA04C185; Thu, 25 May 2017 05:09:26 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id YNDhI6opejkJ; Thu, 25 May 2017 05:09:22 +0200 (CEST) Original-Received: from capac (unknown [179.210.18.109]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 44226A04C14D; Thu, 25 May 2017 05:09:21 +0200 (CEST) X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19168 gmane.lisp.guile.user:13739 Archived-At: --Sig_/9G1gohjyuQXktMrFV4Q5ywt Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, GNU Guile-CV 0.1.4 is released. This is the first public release of GNU Guile-CV, earlier releases were made available to GNU evaluators and Savannah hackers only. * About Guile-CV is a Computer Vision functional programming library for the Guile Scheme language. Guile-CV is based on Vigra (Vision with Generic Algorithms). It comprises a direct binding to Vigra_c (a C wrapper to some of the Vigra functionality), and a higher level API written in Guile Scheme. http://www.gnu.org/software/guile-cv/ * Download Here are the compressed sources and a GPG detached signature [*]: http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.4.tar.gz http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.4.tar.gz.sig This released was bootstrap with the following tools: Autoconf 2.69=20 Automake 1.15=20 Makeinfo 6.3=20 Guile-2.2 2.2.2.3-0c102 Guile-Lib 0.2.5 Vigra =20 from the source last commit here: ab154c5 - Mar 21, 2017 Vigra_c from the source last commit here: 0885303 - Feb 3, 2017 * Changes since 0.1.3.2 ** Dependencies New (or previously unchecked) dependencies: Makeinfo >=3D 6.3 Latex any modern latex distribution documentclass: standalone packages: inputenc, fontenc, lmodern, xcolor, booktabs, siunitx, iwona ** API change: im-properties: renamed im-features im-*grey* procedures and methods: renamed im-*gray* dito for arguments GREY -> GRAY in the documentation colour -> color COLOUR -> COLOR: both in the source code (arg and kw arg names) and in the documentation f32vector-* procedures use #:key, not #:optional im-padd im-padd-channel accept a #:color optional keyword argument f32vector-multiply renamed f32vector-matrix-multiply ** New procedures: f32vector-inverse f32vector-reduce f32vector-mean f32vector-std-dev im-add im-add-channel im-subtract im-subtract-channel im-multiply im-multiply-channel im-divide im-divide-channel im-inverse im-inverse-channel im-compose im-compose-channels im-particles im-particle-clean im-histogram Please report bugs to bug-guile-cv@gnu.org For the time being, GNU GUile-CV uses Guile's mailing list, join guile-devel@gnu.org and #guile on Freenode for discussions. David [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-cv-0.1.4.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command --Sig_/9G1gohjyuQXktMrFV4Q5ywt Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAlkmStUACgkQ83T9k6MF etcJUAf5AZzVMFfMMHDdyCH3SjKNDgK40iuGtx5qqLDcpO5Lq9oLNlFkFkXalYYm Y/wt0X0mrh1/bCWtVAp7jnKn2YcGpP+6/HSZmlxc8+6Ga0g6PHKcX1+ywHaydAwX aw3ykrWzRiE9Tf8EIs1DZOVOXOK4Dwp47bs0uFTg2TAkGQkYTQzsTM6MOni186uJ 45xTK5OOBfc80HlMmIa3g2QASkqqH2zOk11OaWJIc3m2244iomMuRpbeZGtXJXvo GnlqDC0hjARuwCNaGeDpaLO5MXhP1OdYKEDTVfhGvFHvEIgtffQFVDlO8dGfmPNi nARMlUElsfZJ6XPW1IAKzdKpsV+bVA== =ov6A -----END PGP SIGNATURE----- --Sig_/9G1gohjyuQXktMrFV4Q5ywt--