Metadata-Version: 1.1
Name: dask-image
Version: 0.1.2
Summary: Distributed image processing
Home-page: https://github.com/dask/dask-image
Author: John Kirkham
Author-email: kirkhamj@janelia.hhmi.org
License: BSD 3-Clause
Description: ==========
        dask-image
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/dask-image.svg
                :target: https://pypi.python.org/pypi/dask-image
                :alt: PyPI
        
        .. image:: https://img.shields.io/conda/vn/conda-forge/dask-image.svg
                :target: https://anaconda.org/conda-forge/dask-image
                :alt: conda-forge
        
        .. image:: https://img.shields.io/travis/dask/dask-image/master.svg
                :target: https://travis-ci.org/dask/dask-image
                :alt: Travis CI
        
        .. image:: https://readthedocs.org/projects/dask-image/badge/?version=latest
                :target: https://dask-image.readthedocs.io/en/latest/?badge=latest
                :alt: Read the Docs
        
        .. image:: https://coveralls.io/repos/github/dask/dask-image/badge.svg
                :target: https://coveralls.io/github/dask/dask-image
                :alt: Coveralls
        
        .. image:: https://img.shields.io/github/license/dask/dask-image.svg
                :target: ./LICENSE.txt
                :alt: License
        
        
        Distributed image processing
        
        
        * Free software: BSD 3-Clause
        * Documentation: https://dask-image.readthedocs.io.
        
        
        =======
        History
        =======
        
        0.1.1 (2018-08-31)
        ------------------
        
        * Fix a bug in an ndmeasure test of an internal function.
        
        0.1.0 (2018-08-31)
        ------------------
        
        * First release on PyPI.
        * Pulls in content from dask-image org.
        * Supports reading of image files into Dask.
        * Provides basic N-D filters with options to extend.
        * Provides a few N-D Fourier filters.
        * Provides a few N-D morphological filters.
        * Provides a few N-D measurement functions for label images.
        * Has 100% line coverage in test suite.
        
Keywords: dask-image
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
