commit 7b705f0e30ba6270798399e3f328899ced576bf6
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 17:20:42 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit 0bba1c04816187c9e5d3baccb4ba2f190a149f18
Merge: c952dc7 52ec565
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Mar 9 20:29:03 2018 +0000

    Merge pull request #18 from jakirkham-feedstocks/use_pip
    
    Use pip

commit 52ec565f242a5d971a5bca4013c175166b647b40
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Mar 9 01:03:12 2018 -0500

    Bump build number to 1
    
    Now that the build has switched to using pip, bump the build number to
    create a new package based off the pip build.

commit bf9415c66ecb0572edefda0fd0cf7f8f27f6faa9
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Mar 9 01:01:56 2018 -0500

    Use pip to build
    
    As conda-forge has switched to using pip as the primary way to install
    Python packages, do the same here. This is of particular importance for
    noarch Python packages like Zarr is.

commit c952dc7e862217ebe0fb102e88d3bf17037c4412
Merge: 34b702e f85e4f4
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Mar 9 00:59:05 2018 -0500

    Merge pull request #17 from jakirkham-feedstocks/fix_dply_ch
    
    Set deploy label back to main

commit f85e4f428ce3e6619fda0672216024b5f62d6ed6
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Mar 9 00:51:39 2018 -0500

    MNT: Re-rendered with conda-smithy 2.4.5
    
    Now that the deploy channel has been switched back to `main`, re-render
    to update the CI scripts to reflect this.

commit cbac778f3d4c18ed8a843c51bb65cb9718756e86
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Mar 9 00:50:37 2018 -0500

    Use non-rc channel again

commit 34b702e68a4393346819ff70534b97418c0fcd0a
Merge: dea3290 0b89035
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 7 21:47:26 2018 +0000

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

commit 0b8903538991bed17708b9d0275aa6bc327cd80d
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Mar 7 21:21:01 2018 +0000

    release 2.2.0

commit ac42f205eaa873c878d69babe86dd3f907451643
Merge: dea3290 db00f21
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Jan 31 20:36:30 2018 +0000

    Merge pull request #15 from jakirkham-feedstocks/rel_2.2.0rc3
    
    Release 2.2.0rc3 (also setup rc branch)

commit db00f21d221ee0d518bffd74bdc04639298d303f
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jan 31 14:16:28 2018 -0500

    MNT: Re-rendered with conda-smithy 2.4.5
    
    Now that the package is `noarch: python`, re-render to disable all but
    one build on CircleCI. Also refresh the README to note that CircleCI
    builds for all platforms.

commit e4c0dac6c97ed2a82f4bac46afded5e69dbb75e8
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jan 31 14:16:26 2018 -0500

    Switch to `noarch: python`
    
    Convert the package to `noarch: python` as it is pure Python, supports
    Python 2/3, and has no conditional dependencies (either on OS or Python
    version). This should cutdown the associated maintenance as only one
    package will be built on one CI.

commit 843f40103be5bde3f122c9cff0f518ff8295467d
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jan 31 14:16:24 2018 -0500

    Release 2.2.0rc3
    
    Updates the version to 2.2.0rc3 and refreshes the dependencies
    accordingly. Worth noting that this no longer compiles any code. Also
    this may now be a good candidate for a `noarch: python` package.

commit 81b38e2be9869732296136e2f2fe6c01f75cb13a
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jan 31 14:16:22 2018 -0500

    MNT: Re-rendered with conda-smithy 2.4.5
    
    Since the upload channel has been changed to use the `rc` label in the
    `conda-forge` channel instead of `main`, re-render to get CIs to upload
    to the correct location.

commit dc6956de661c8491ef57a260d854adc0c99e725a
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jan 31 14:16:19 2018 -0500

    Use the `rc` label as an upload target
    
    As this release (and this branch) will be used to upload RCs (as opposed
    to stable releases), make sure the uploaded binaries are not under
    `main`, which is generally accessible. Instead put them under the `rc`
    label so that users will need to opt-in to get this or other RC
    packages.

commit dea329058382cfa8489cda1eac97f962d8ddaf08
Merge: 36b5f8e 367962b
Author: jakirkham <jakirkham@gmail.com>
Date:   Tue Jan 30 13:10:12 2018 -0500

    Merge pull request #13 from jakirkham-feedstocks/restrict_deps
    
    Restrict dependencies

commit 367962b8b403367c8afde2d85e53b520f80a6522
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 09:57:04 2018 -0500

    Bump build number to 1
    
    Now that the dependency constraints have been added, bump the build
    number to rebuild the package with these constraints included.

commit d51bb8e09ab27fe920dd1544c437763539d407e4
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 09:47:55 2018 -0500

    Add version constraints to dependencies
    
    Make sure to include version constraints on all previously included
    dependencies.

commit 25d4b2cc0608a669d440a7ddaf48dbe14990a27d
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 11:27:04 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.

commit ea4dd8ee979c581225a318f189a84996e26fc908
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jan 29 11:24:31 2018 -0500

    Update `home` to point to `zarr-developers`
    
    Now that the `zarr` project has moved to the `zarr-developers`
    organization, refresh the `home` URL to point their as well.

commit 36b5f8eaec1757bb4f545646cbeff8f01a5dbf32
Merge: 1e931dd 359d7ed
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Dec 25 09:48:43 2017 +0000

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

commit 359d7ed1f36a7f273519a21f4996c32468485a05
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Mon Dec 25 04:30:38 2017 +0000

    MNT: Re-rendered with conda-smithy 2.4.5

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

    Add @jakirkham as a maintainer
    
    [ci skip]

commit 1e931dd3be137ee377f5eb67c46eb8a907da4d52
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Aug 26 19:40:22 2017 +0000

    [ci skip] [skip ci] Update anaconda token

commit 71b4733f65423923e6c7bd78df0e18f814eefac9
Merge: e4366f3 5c8f7c4
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Jan 28 18:15:32 2017 +0000

    Merge pull request #10 from alimanfoo/master
    
    Release 2.1.4

commit 5c8f7c4d793290246fb1d6cdf982244e8cef81c8
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Jan 28 14:10:14 2017 +0000

    add license_file

commit 3606f5dfb54664fb33d0cb27d3daed78ad0e362f
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Jan 27 11:39:47 2017 +0000

    tidy recipe

commit 6454bd529dc835b57d3cc3bfb3f6358d55733cff
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 17:59:00 2017 +0000

    fix broken template

commit 545a8b385a47551a7f9a522e61e13223a151e688
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 17:03:44 2017 +0000

    fix bad URL

commit 6d016a48f0f6046c266e2d90e19212f0604bdf16
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 16:11:30 2017 +0000

    reset build number

commit 13d746d4d147c36e4cdbdd42b07ab6be123dd252
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 16:02:35 2017 +0000

    upgrade to v2.1.4

commit 477315b8737f6522cbcbe1e43e22c3f1b57e70d3
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 15:59:12 2017 +0000

    MNT: Re-rendered with conda-smithy 2.0.1

commit e5d51976ddeb8ec517502d559f14c9f6d2aa4af5
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Thu Jan 26 16:06:39 2017 +0000

    rebase on upstream master

commit e4366f344b6eaa769b5712c0af8f62c9a496c65d
Merge: cdb8d2b d3821b8
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Nov 30 05:56:40 2016 +0000

    Merge pull request #9 from jakirkham/use_toolchain
    
    Use toolchain

commit d3821b8b45157d333c28fa050f51eeb59c5d3d31
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Nov 28 12:48:54 2016 -0500

    recipe: Bump build number to 1.

commit 32b455fc5f8db1b2c7c8c15ab541cbde37c55444
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Nov 28 12:48:32 2016 -0500

    recipe: Use toolchain.

commit 59f50e4c69c01875287a0e954098f8629080c09a
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Nov 28 12:46:11 2016 -0500

    MNT: Re-rendered with conda-smithy 1.6.0

commit cdb8d2b56944f90fd03c730727674d1b4b6523e5
Merge: 5f92ade aebee4b
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed Sep 28 09:01:06 2016 +0100

    Merge pull request #7 from alimanfoo/master
    
    release 2.1.3

commit aebee4b09667fb75076a407f6a2e20e303c472df
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Sep 27 22:58:54 2016 +0100

    release 2.1.3

commit 5f92ade0e6de31370c7267bd45fd178523083bee
Merge: f0b0f81 47257a0
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sun Sep 25 22:29:00 2016 +0100

    Merge pull request #6 from alimanfoo/master
    
    2.1.2 release

commit 47257a05a6b01ef70dbee308988fb8e45e8aedf0
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sun Sep 25 21:24:23 2016 +0100

    2.1.2 release

commit f0b0f8144b5661f0c5d13aef6d58eab521ffacd9
Merge: 8596ef6 a784d60
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Tue Sep 13 08:23:00 2016 +0100

    Merge pull request #5 from alimanfoo/master
    
    v2.1.1 release

commit a784d60693c5648d61e62c6b3b26c4776a90c02c
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Mon Sep 12 21:54:42 2016 +0100

    v2.1.1 release

commit 8596ef65dc6a82e119d7d561261847c227c399c9
Merge: f33e564 d64b6f1
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Sep 9 16:02:56 2016 +0100

    Merge pull request #4 from alimanfoo/v2.1.0-release
    
    release v2.1.0; add nosetests to recipe

commit d64b6f13a072961ddb9fe0e9ccbb9b5bcbfe6b57
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Sep 9 15:11:26 2016 +0100

    release v2.1.0; add nosetests to recipe

commit f33e5641dad6c618ce66f441c987301e90059201
Merge: 37b1927 ff2262c
Author: Filipe <ocefpaf@gmail.com>
Date:   Sat Sep 3 15:44:47 2016 -0300

    Merge pull request #3 from alimanfoo/v2.0.0-release
    
    v2.0.0 release

commit ff2262c461695f274457fae455faece5d6b02172
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 19:30:33 2016 +0100

    conda smithy rerender

commit 1cc1af865bb8787055594aa12f9afd3d9ddd2aad
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 19:22:28 2016 +0100

    revert failed attempts to fix circle_ci

commit c767e0a5fbc24bcf4286310f547f61c52e9ebfcf
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 19:16:43 2016 +0100

    one more try or bust

commit 4aed1bc6d989aac81284696fdfe6021de31b5c62
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 19:13:05 2016 +0100

    another wild guess

commit f180a3bb529330a6401e3687eb3a18b12db47e8b
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 19:08:28 2016 +0100

    wild stab in the dark

commit 173acb4f54bb20913c9103790dbb106d0a6be138
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Sat Sep 3 12:43:03 2016 +0100

    bump to v2.0.1 bugfix release

commit a66e82824f9011e1f23be89d4063d20ee892d9f5
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Sep 2 23:43:26 2016 +0100

    v2.0.0 release

commit 37b192704ea69084f9e3d95caf8ed6eaa2460876
Merge: 404f75e 86f9019
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Jul 22 17:58:10 2016 +0100

    Merge pull request #1 from alimanfoo/alimanfoo-version-1.1.0
    
    Upgrade to version 1.1.0.

commit 86f901920859c3359d5a2f4a3d31d28b7257861a
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Fri Jul 22 12:17:18 2016 +0100

    Version 1.1.0
    
    Bump version to 1.1.0.

commit 404f75e9a6968de119e35559868ce580b88d5b1a
Author: Alistair Miles <alimanfoo@googlemail.com>
Date:   Wed May 18 08:28:26 2016 +0100

    trigger rebuild now that dependencies (fasteners) are available

commit 03ac009f3253d58b868e8ec782ed97bc0b4f7475
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Wed May 18 02:00:18 2016 +0000

    Re-render the feedstock after CI registration.

commit f500fe76f19995a16efdcb3a8ad2506955d04669
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Wed May 18 01:58:22 2016 +0000

    Initial commit of the zarr feedstock.
