From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id DF1DF7FACB for ; Sat, 23 Aug 2014 22:45:48 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqEDANn6+FNKN1ZKnGdsb2JhbABZg2BXAYFZgSKzZZYDh0cEgSAQAQEBAQEGDQkJFCmELYELAiYCSRYbiDoECaADjy+UT4EskSA2gR0FkiSDK4hShT8YkTxrAQGCTQEBAQ X-IPAS-Result: AqEDANn6+FNKN1ZKnGdsb2JhbABZg2BXAYFZgSKzZZYDh0cEgSAQAQEBAQEGDQkJFCmELYELAiYCSRYbiDoECaADjy+UT4EskSA2gR0FkiSDK4hShT8YkTxrAQGCTQEBAQ X-IronPort-AV: E=Sophos;i="5.04,387,1406584800"; d="scan'208";a="76219344" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 23 Aug 2014 22:45:47 +0200 Received: from [172.20.10.2] (188.29.165.141.threembb.co.uk [188.29.165.141]) by smtp.webfaction.com (Postfix) with ESMTP id 0E45A59B40FE for ; Sat, 23 Aug 2014 20:45:44 +0000 (UTC) Date: Sat, 23 Aug 2014 21:45:42 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Caml-list Message-ID: X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Caml-list] Gg 0.9.0 Hello, I'd like to announce the release of Gg 0.9.0 which should be available shortly in opam. There are a few renamings regarding matrices; sorry about the inconvenience but the current scheme was a little bit confusing and inconvenient when one decided to switch code to a matrix of higher dimensionality. There are also other changes and additions, get all the details in the release notes: https://github.com/dbuenzli/gg/blob/v0.9.0/CHANGES.md Gg is an OCaml module providing basic types for computer graphics and geometry. Home page: http://erratique.ch/software/gg Best, Daniel