Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 122782009C6 for ; Tue, 31 May 2016 15:45:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 10B47160A44; Tue, 31 May 2016 13:45:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5A98A1609AD for ; Tue, 31 May 2016 15:45:31 +0200 (CEST) Received: (qmail 49814 invoked by uid 500); 31 May 2016 13:45:30 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 49790 invoked by uid 99); 31 May 2016 13:45:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 13:45:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 70DC5C633E for ; Tue, 31 May 2016 13:45:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.72 X-Spam-Level: X-Spam-Status: No, score=-0.72 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=scarlet.be Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GsG7TtGot4ix for ; Tue, 31 May 2016 13:45:28 +0000 (UTC) Received: from sif.is.scarlet.be (sif.is.scarlet.be [193.74.71.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2DD445F252 for ; Tue, 31 May 2016 13:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1464702327; bh=qjAqM0TccPYbw+BzbCtIdtEB395Pm+QwtKCyJ9fuByg=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Cc:Subject:In-Reply-To:References:Message-ID; b=s+wPi8vbXf9mZlfQUWuuyJmxd6DvMwMG2fqh63EkMHK+dbYadT5GHviv+P//dqJik jtQ5Klaq9oQ8YQ47hmo1NGWtvGD6GlKwjO6M4qgFyvO4qc9VIPECSoR26+JveQxzld fZFfOPdX46lBfjqlG+crqOl4VP0sQuAKzDx+OO14= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by sif.is.scarlet.be (8.14.9/8.14.9) with ESMTP id u4VDjQ2d031331; Tue, 31 May 2016 15:45:27 +0200 X-Scarlet: d=1464702327 c=193.74.71.215 Received: from ip-83-134-187-126.dsl.scarlet.be ([83.134.187.126]) via ip-83-134-187-126.dsl.scarlet.be ([83.134.187.126]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Tue, 31 May 2016 15:45:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 31 May 2016 15:45:26 +0200 From: Gilles To: Gilles Cc: Subject: Re: [Math] MATH-1371: Provide accelerated kmeans++ implementation In-Reply-To: <8b7fc147e097454c807cafbfc33821e2@scarlet.be> References: <8b7fc147e097454c807cafbfc33821e2@scarlet.be> Message-ID: <1af656139b2090aefd3592c4ce183c47@scarlet.be> X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: sif; whitelist X-Virus-Scanned: clamav-milter 0.98.1-exp at sif X-Virus-Status: Clean archived-at: Tue, 31 May 2016 13:45:32 -0000 Sorry, hit wrong key... On Tue, 31 May 2016 15:41:21 +0200, Gilles wrote: > On Tue, 31 May 2016 15:28:54 +0300, Artem Barger wrote: >> Hi, >> >> Just finished the updated of the sources to address all comments >> from >> MATH-1371, >> attached updated sources. >> >> BTW, tried to commit feature branch directly to the remote, looks >> like I >> need a user or >> write access in order to being able to do it. > > Indeed, the Apache repositories are not world-writable. ;-) > But you can paste the pull request command (not the "numbered" URL which I do not know how to handle) here or in a comment on JIRA. Thanks, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org