X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; q=dns; s=default; b=vwq6w6fGdNrQSmtJ7H 6Gn4NrFEoI85PFo04BmknhaBn/aahY/YWKVTrdmug61i7MekU4cSe/CuS+ILiokq ap6UAexuicg5FnSR9V/VDwwSKwN6sSY5+U5Q0swN9IJTPP9ZuQrec6nuGFJ8dKyT hwdoEPneHFX9ZRzQjE/YQQx0I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; s=default; bh=xf6tF8apBjA/zMiJkTDffmpp o2I=; b=rZlL5l3RX6AurM3mn+gP5XXcnQTnsvECSsPWbFre8eXcz9CdKK0iwqku 9xzcuWxwoTSpGgmnhqPWz++A4fsFpoTg5crz3+YE1SWd7sbzQOdkbzYQJrQhPTaM dAQAXZqHxtLUhjIoHFcf2YbGp1ceoTUSrhkUZr9MDuDlbd0UKVo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 X-Received: by 10.140.108.229 with SMTP id j92mr7340111qgf.7.1390960107322; Tue, 28 Jan 2014 17:48:27 -0800 (PST) MIME-Version: 1.0 From: Chris LeBlanc Date: Wed, 29 Jan 2014 14:48:06 +1300 Message-Id: Subject: [ANNOUNCEMENT] New package: python3-h5py-2.2.1-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Version 2.2.1-1 of python3-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets stored on disk, as if they were real NumPy arrays. Thousands of datasets can be stored in a single file, categorized and tagged however you want. H5py uses straightforward NumPy and Python metaphors, like dictionary and NumPy array syntax. For example, you can iterate over datasets in a file, or check out the .shape or .dtype attributes of datasets. You don't need to know anything special about HDF5 to get started. In addition to the easy-to-use high level interface, h5py rests on a object-oriented Cython wrapping of the HDF5 C API. Almost anything you can do from C in HDF5, you can do from h5py. Best of all, the files you create are in a widely-used standard binary format, which you can exchange with other people, including those who use programs like IDL and MATLAB. This version was built for Python 3 without support for the parallel I/O features introduced in version 2.2.0. For more information please visit http://www.h5py.org. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple