From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: GNU Guile-CV 0.4.0 release Date: Wed, 1 Mar 2023 02:02:09 -0300 Message-ID: <20230301020209.6d9b8ebc@aicha> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Z0vJgFjYu9eufVeoW0HKn4j"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29340"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user , guile-devel , info-gnu Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Mar 01 06:03:18 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXEcX-0007Mk-1s for guile-devel@m.gmane-mx.org; Wed, 01 Mar 2023 06:03:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXEbv-0001vT-Ag; Wed, 01 Mar 2023 00:02:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXEbt-0001ua-DW; Wed, 01 Mar 2023 00:02:37 -0500 Original-Received: from sys2.all2all.org ([79.99.200.14] helo=moses.all2all.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXEbr-0005b3-6b; Wed, 01 Mar 2023 00:02:36 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id E62D567C007E; Wed, 1 Mar 2023 06:02:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at moses.all2all.org Original-Received: from moses.all2all.org ([127.0.0.1]) by localhost (moses.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FF-5ZUd-EAwB; Wed, 1 Mar 2023 06:02:18 +0100 (CET) Original-Received: from aicha (unknown [179.210.48.245]) by moses.all2all.org (Postfix) with ESMTPSA id 18ED767C007B; Wed, 1 Mar 2023 06:02:16 +0100 (CET) X-Mailer: Claws Mail 4.1.1 (GTK 3.24.36; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=79.99.200.14; envelope-from=david@altosw.be; helo=moses.all2all.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21763 gmane.lisp.guile.user:18921 Archived-At: --Sig_/Z0vJgFjYu9eufVeoW0HKn4j Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, GNU Guile-CV 0.4.0 is released. This is a maintenance release, which introduces new interfaces. [ for those who wouldn't know, the message is marked-up using [ org-mode - https://orgmode.org/ - and best viewed in emacs, or any [ org-mode aware editor, or (skip reading here and) visit [ https://www.gnu.org/software/guile-cv/ * About [[http://www.gnu.org/software/guile-cv/][GNU Guile-CV]] Image Processing and Analysis in [[http://www.gnu.org/software/guile/][Guil= e]] a Computer Vision functional programming library Guile-CV is based on [[http://ukoethe.github.io/vigra/][Vigra]] (Vision wit= h Generic Algorithms), enhanced with additional algorithms (Image Textures, Delineate, Reconstruction and many more), all accessible through a nice, clean and easy to use high level API. Guile-CV is natively multi-threaded, and takes advantage of multiple cores, using high-level and fine grained application-level parallelism constructs available in Guile, based on its support to POSIX threads. * Download Here are the compressed sources and a GPG detached signature [fn:1]: http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.4.0.tar.gz http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.4.0.tar.gz.sig This released was bootstrapped with the following tools: -] gcc Debian 12.2.0-14) 12.2.0 -] autoconf (GNU Autoconf) 2.71=20 -] automake (GNU automake) 1.16.5=20 -] libtool (GNU libtool) 2.4.7 -] makeinfo (GNU texinfo) 6.8=20 -] pdflatex 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) -] vigra 1.11.1 -] vigra_c commit 49f5319 [Jan 2023] -] guile-3.0 3.0.9.4-d8c34-dirty -] guile-lib-1.0 0.2.7 * Changes since 0.3.1 Here is a summary of visible changes since version 0.2.1. See GNU Guile-CV's [[http://git.savannah.gnu.org/cgit/guile-cv.git][git summary]] a= nd [[http://git.savannah.gnu.org/cgit/guile-cv.git/log/][git log]] for a co= mplete description. ** Dependencies Vigra >=3D 1.11.1 Vigra C >=3D commit 3351722 - Jan 18, 2022 ** New interfaces im-fft im-fft-channel im-fft-inverse im-fft-inverse-channel im-fcc im-fcc-channel im-fncc im-fncc-channel * Bug reports Please report bugs to bug-guile-cv@gnu.org * Mailing lists For the time being, Guile-CV uses Guile's mailing list: guile-user@gnu.org is for general user help and discussion; guile-devel@gnu.org is used to discuss most aspects of Guile-CV, including development and enhancement requests. David [fn:1] 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.4.0.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_/Z0vJgFjYu9eufVeoW0HKn4j Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmP+3FEACgkQ83T9k6MF etcPIQgAnTYeCAPQ1yw6KVUEqVSHGv+/N2iCLsZ/PnPsXYxQ2BhqOHbhdxbZTjy0 Q2veJk4m+eOg1nL8Gsp6Tj9MUvtBtDZUsI5nCbxxgQ2nwSLh5inxbicdTu5mJpBT oF6nWr5N84XZ4FSmaaejTnih5Gt644HW7ISdnO+pxCt0VTSJE4WSpDFZrOQjq37u Vr4OEoyaV33ilO5/CYgcPlV/wx0X2KHBEZL9UCxDz+XuConEwkhjsKaW+ys5nHet //mq0hQLYZqIhujUohtJUQKkTkInCbRcIgLZfXJKPZyXPftdZmAhiaV5ul+kWggL kgON1iGqPHAJMAkntbhbzCO693Ypng== =nIzX -----END PGP SIGNATURE----- --Sig_/Z0vJgFjYu9eufVeoW0HKn4j--