commit 66f1ebb320be1889d784669f4d1b5cfb0017fd59
Merge: e9adfa2 ab83be9
Author: jakirkham <jakirkham@gmail.com>
Date:   Thu Dec 27 16:37:09 2018 -0500

    Merge pull request #35 from conda-forge-linter/conda_forge_admin_34
    
    MNT: rerender

commit ab83be96b463759481997a76f015921dd6486100
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Thu Dec 27 05:14:25 2018 -0500

    Bump build number to 1001

commit 2b0e7a92d1edea71c0ead95c7524cbeb33934a96
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Thu Dec 27 10:12:52 2018 +0000

    MNT: Re-rendered with conda-smithy 3.2.2 and pinning 2018.12.18

commit e9adfa27184574404195dedfca9144789d2cadd7
Merge: 4afec68 bd3a234
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Dec 3 23:28:58 2018 +0000

    Merge pull request #33 from regro-cf-autotick-bot/0.6.2
    
    numcodecs v0.6.2

commit bd3a234be5759544984b2012327bc4a2f83ab102
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Mon Dec 3 23:13:34 2018 +0000

    updated v0.6.2

commit 4afec68f0f24cc64cc9ad2cdbb3c8c638fa87c8d
Merge: 216a002 e0af813
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Nov 30 00:28:13 2018 -0500

    Merge pull request #32 from jakirkham-feedstocks/use_pip_no-deps
    
    Use pip --no-deps

commit e0af8136316d66d8efe3f41f2e386153a7b2bb6b
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Thu Nov 29 23:43:44 2018 -0500

    Bump the build number to 1001
    
    Rebuild the package to ensure that we get clean packages without `pip`
    including unwanted dependencies in them.

commit c63df8ef23f8389e7d8993850eb939bc79b12b46
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Thu Nov 29 23:43:18 2018 -0500

    Decrease verbosity a little bit

commit e0817dcf61b9334b0464374a0427a5786971ba7e
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Thu Nov 29 23:40:56 2018 -0500

    Add `--no-deps` flag to `pip install`
    
    As the `conda-build` set environment variable to disallow `pip`
    downloads does not seem to be working correctly for whatever reason,
    manually add in the `--no-deps` flag to disallow `pip` downloads. This
    should avoid accidentally packaging other dependencies like `numpy` in
    the `numcodecs` package.

commit 216a002e834794e23ac960390c13fe4ec6666fd8
Merge: eebaf0c 550e977
Author: jakirkham <jakirkham@gmail.com>
Date:   Thu Nov 29 23:21:17 2018 -0500

    Merge pull request #30 from alimanfoo/v0.6.1
    
    Release 0.6.1

commit 550e9772322f8e61caa296ddf5c54a7e67bf876f
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Nov 30 01:01:52 2018 +0000

    build to 1000

commit a979b511c1b867ec7eda5342b3b998967baada9f
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Nov 30 00:27:22 2018 +0000

    release 0.6.1

commit 6998bf98d232a86f7e90465deace3f34d49f64c5
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Nov 29 22:55:47 2018 +0000

    build with pip

commit 9969b861b9b2d2599f5678a46a3b2c1c122a9527
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Nov 29 22:52:29 2018 +0000

    bump to v0.6.0

commit eebaf0c169557bb541debfe8607b4f9a4a925055
Merge: 055cce7 733ed01
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Oct 21 03:00:11 2018 -0400

    Merge pull request #27 from regro-cf-autotick-bot/rebuild
    
    Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2

commit 733ed0130c3e0763499bc76711a97a81d7713b45
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Sun Oct 21 04:29:00 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.10.16

commit 2c634c36c1623dad2b61cd5ba5f7abdaad017072
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Sun Oct 21 04:28:41 2018 +0000

    bump build number

commit 055cce7cd35923f481c0ac883e8a3d866d486689
Merge: aab3bdd 23ba60a
Author: jakirkham <jakirkham@gmail.com>
Date:   Sat Oct 20 20:27:38 2018 -0400

    Merge pull request #24 from regro-cf-autotick-bot/compiler_migration2
    
    Migrate to Jinja2 compiler syntax

commit 23ba60ab30b6c09342e43a5e485a7cb8e4a79b7f
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 20 20:19:17 2018 -0400

    Revert "Use pip"
    
    This reverts commit 63c4caf6b4e8bf630945f4b2b808c7a90c2acd59.
    
    Apparently trying to use `pip` installs a bunch of stuff as wheels that
    it shouldn't. For now disable it until it can be fixed.

commit 63c4caf6b4e8bf630945f4b2b808c7a90c2acd59
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 20 20:11:58 2018 -0400

    Use pip
    
    Update the recipe to follow best practices by using `pip` to do the
    build and install.

commit c1355eea7d41c2d8d4ca5cbdb4e832d01a9d7555
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 20 20:02:30 2018 -0400

    Temporarily add Python 3.5 back
    
    This temporarily includes Python 3.5 so that we can publish packages
    that have been rebuilt with the `compiler` syntax.

commit 7b424fd8f3ed43028c117b71729576a987c9bfde
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Sat Oct 20 23:54:29 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.10.16

commit aab3bdd3da6ca1481ca6cc6c2670aba996e317be
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 17:34:56 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit ebc8b6f57e8871df618fd6698f9f0fb205a6babc
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Wed Jul 25 19:18:47 2018 +0000

    migrated to Jinja2 compiler syntax build

commit f8464b8aadc67566b68946a81d6d2fd7827ee6c8
Merge: f3e63a4 c92bfca
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Apr 27 13:32:29 2018 -0400

    Merge pull request #23 from conda-forge-linter/conda_forge_admin_22
    
    MNT: rerender

commit c92bfca2fd4ef774e3d6973de613006753c8e72b
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Fri Apr 27 17:08:10 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.2 and pinning 2018.04.26

commit f3e63a4bce859ddba9ddf2e61843a221032396f2
Merge: c8958a3 c40bace
Author: jakirkham <jakirkham@gmail.com>
Date:   Mon Apr 9 19:55:01 2018 -0500

    Merge pull request #19 from zarr-developers/master
    
    Release 0.5.5

commit c40bace8c0ab24888e5cf0e2f5bb8065e1290012
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Apr 9 23:26:42 2018 +0100

    release 0.5.5

commit c8958a3c2eaee12e1f88646ddbfce7c6b6e02205
Merge: 2d8d673 f2077d1
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 7 12:41:08 2018 +0000

    Merge pull request #18 from zarr-developers/master
    
    Release 0.5.4

commit f2077d15846f6790498bdf535a22fcec4a4bcc41
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 7 00:18:05 2018 +0000

    release 0.5.4

commit 2d8d673239b33952757cb84e058b2994883996d0
Merge: 7ae8b89 b2b8489
Author: jakirkham <jakirkham@gmail.com>
Date:   Mon Jan 29 11:40:19 2018 -0500

    Merge pull request #16 from zarr-developers/master
    
    Release 0.5.3

commit b2b8489969b2df1e1260e17883dc9b582dca179f
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 11:27:45 2018 -0500

    MNT: Re-rendered with conda-smithy 2.4.5
    
    Now that `home` has been updated to point to the org, re-render to
    update the feedstock README to reflect this change as well.
    
    [ci skip]

commit 52ce698951e5960ba8088ba2fffb6819cbfa6662
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Jan 29 16:12:46 2018 +0000

    fix github url [ci skip]

commit 2985f8334d8820ba716df1653a5860388748d2e5
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 10:53:27 2018 -0500

    Reset build number to 0
    
    As this is a new release, reset the build number back to 0.

commit 9989e8d54befb5f6e5d7cc83b084f855be861752
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Jan 29 11:45:11 2018 +0000

    test installed module

commit 4c2e00f5e4e6305c0cfb9fdfbc66ba00be0ed359
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Jan 29 11:14:20 2018 +0000

    s/nosetests/pytest/

commit d64549d6bd298ea255f7305008c5cc871660b364
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Jan 29 10:57:55 2018 +0000

    release 0.5.3

commit 7ae8b8987c1f6e1972f8c158fe41a06ecea070a4
Merge: 5a9e3da ef85f42
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Dec 25 09:47:06 2017 +0000

    Merge pull request #15 from jakirkham-feedstocks/add_jakirkham
    
    Add @jakirkham

commit ef85f4245e939f1dd6ad2c7bd8ef73a2e191f37c
Author: John Kirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 20:21:05 2017 -0800

    Add @jakirkham as a maintainer
    
    [ci skip]

commit 5a9e3da9a857883c41ee0ca92ab2d6723d295633
Merge: b9c9ab6 7f087ae
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 23:08:40 2017 -0500

    Merge pull request #14 from jakirkham-feedstocks/use_backports.lzma_win
    
    Use backports.lzma on Windows and package the license file

commit 7f087aebfa8a88e756195eedbbd330d4dba2b269
Author: John Kirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 19:44:10 2017 -0800

    Bump build number to 1
    
    Rebuild to include the license file and update Windows dependencies.

commit 9b93c41a23ed701c80bf7d1b5f9c20627c6c210c
Author: John Kirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 19:43:11 2017 -0800

    Use backports.lzma on Windows too
    
    Now that `backports.lzma` exists on Windows. Require it for all Python
    2.7 builds.

commit 251e3afcaf434a239ccdcf7ee74e4dfe86a9d322
Author: John Kirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 19:42:25 2017 -0800

    Package the license file
    
    Make sure to comply with the terms of the MIT license and distribute it.

commit b9c9ab6674cd404bfa5ae6b064c682a598e906c5
Merge: 9fe8c7d 9f576fd
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Dec 24 17:29:46 2017 -0500

    Merge pull request #13 from alimanfoo/master
    
    release 0.5.2

commit 9f576fd8aa452789bf642725b716f070940ae1b9
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Sun Dec 24 22:17:02 2017 +0000

    MNT: Re-rendered with conda-smithy 2.4.5

commit 1cf5a88e4c53566e0eb4797580dfb2b0ffa0d579
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Dec 7 12:33:16 2017 +0000

    bump version

commit 40d007af66807d29fa90cc6df78517aa482115d1
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Dec 7 01:13:49 2017 +0000

    release 0.5.1

commit 9fe8c7d2604023a0e786c42e15282c464a448a18
Merge: c7cb469 b7e5fc8
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Dec 6 08:29:04 2017 +0000

    Merge pull request #12 from alimanfoo/master
    
    release 0.5.0

commit b7e5fc8fbd84d91f84b015919affaf9ed82d6ba5
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Dec 5 16:51:47 2017 +0000

    release 0.5.0

commit c7cb469e69c9a4fe0d9265d1f562e875f6e0281c
Merge: b7bb74f 84fcc48
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sun Dec 3 13:30:11 2017 +0000

    Merge pull request #11 from alimanfoo/master
    
    Release 0.4.1

commit 84fcc4876f78c95021ce0fed7ea1e60ef904c65f
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sun Dec 3 01:08:21 2017 +0000

    release 0.4.1

commit b7bb74f97b3516b1e400378ba8c77967c74fd85a
Merge: 9a917ac fcbe400
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Dec 1 16:46:27 2017 +0000

    Merge pull request #10 from alimanfoo/master
    
    Release 0.4.0

commit fcbe400e5c6dba048d42c13574c3d1ac37c14d5f
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Dec 1 14:46:04 2017 +0000

    release 0.4.0

commit 9a917ac52220525ccd2cdf58939f0daf0c666fe0
Merge: 85975d3 274b1ee
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Dec 1 13:03:02 2017 +0000

    Merge pull request #9 from alimanfoo/master
    
    Release 0.3.1

commit 274b1ee5a3c370dc10c5808e0b7e86b994d35dff
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Dec 1 00:16:18 2017 +0000

    bump to 0.3.1

commit 252a548a1820c870d7262602e92efea451c799a9
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Nov 28 01:44:53 2017 +0000

    upgrade 0.3.0

commit 679286e2c1d3ea5051956f5aa20e4d0af25dee25
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Nov 28 01:41:57 2017 +0000

    MNT: Re-rendered with conda-smithy 2.4.3

commit 85975d3c054f44341f36c463e9634e9f4acae116
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Aug 26 21:30:35 2017 +0000

    [ci skip] [skip ci] Update anaconda token

commit b0eb9a209efba04c154213b577c5888c18f98c0f
Merge: 64c44ef 03f2f15
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Mar 13 19:14:32 2017 +0000

    Merge pull request #8 from alimanfoo/master
    
    Bump version to 0.2.1

commit 03f2f1535c4c2602328493d340783319fbbf4271
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Mar 9 14:25:27 2017 +0000

    bump to v0.2.1

commit 45e2a0d0908c99418d48d42a9145f6fff9a462cb
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Mar 9 00:46:24 2017 +0000

    bump version to 0.2

commit 64c44ef823281c8fd8f5c029bf43e021b4e105a7
Merge: 52baa6a 1a47454
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Mar 7 01:45:37 2017 +0000

    Merge pull request #7 from alimanfoo/master
    
    Release 0.1.1

commit 1a47454600e4fa1087ac3f317961e730f210e636
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 1 21:52:57 2017 +0000

    bump to 0.1.1; fix script for windows

commit c673de3db47741663dbe351ab77bd3998ce4e5ad
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 1 14:04:49 2017 +0000

    release 0.1.0

commit 807a156e774b14b7807dc9cd2e7be93708e73645
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 1 13:58:37 2017 +0000

    MNT: Re-rendered with conda-smithy 2.1.1

commit 52baa6aeb46e8ae10f20468b4a6dfdb43ed6cadd
Merge: 9446654 28d1bbf
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Jan 28 14:02:01 2017 +0000

    Merge pull request #3 from alimanfoo/master
    
    Rerender feedstock; bump build

commit 28d1bbf76092615e77c332da850520a58ada5462
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Jan 27 11:47:56 2017 +0000

    MNT: Re-rendered with conda-smithy 2.0.1

commit a9f6da7c05064c1e6d1067193a7ac68bcc989683
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Jan 27 11:46:30 2017 +0000

    tidy recipe; bump build

commit 94466540a1ea97e4f01476ae46d8ec2998623ca4
Merge: d3535a6 bf07aeb
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Oct 6 17:50:50 2016 +0100

    Merge pull request #1 from conda-forge-admin/feedstock_rerender_master
    
    MNT: Re-render the feedstock [ci skip]

commit bf07aeb4b26fa9163388e8773d6fdfc42b5f09e4
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Thu Oct 6 08:14:19 2016 +0000

    MNT: Updated the feedstock for conda-smithy version 1.3.2.

commit d3535a667c60b585c699a44b871c2913b6f7a60c
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Tue Sep 20 22:21:07 2016 +0000

    Re-render the feedstock after CI registration.

commit 0afaa09c0d214ea3651f0d242f6caabf967f002b
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Tue Sep 20 22:19:34 2016 +0000

    Initial commit of the numcodecs feedstock.
