commit a83ff0ac6a5c29c9d149ff50daeb84dc359533a3
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Thu Dec 13 19:33:48 2018 +0530

    Add 9965.patch (missed in previous commit)

commit 396c87429500f3c363c9729833230c14d1f837f6
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Thu Oct 4 08:37:03 2018 -0500

    Disable GL for npymath
    
    This is required so that VS2017 can be used for C extensions to link against an
    older numpy built with VS2015
    
    Exact error:
    fatal error C1047: '\path\to\npymath.lib' was created with an older
    compiler than other objects; rebuild old objects and libraries
    LINK : fatal error LNK1257: code generation failed
    
    xref: https://github.com/statsmodels/statsmodels/issues/4011
    xref: https://github.com/numpy/numpy/pull/9965

commit f1047f82f39d56a4145695b7485994b3299acbb3
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Tue Sep 4 12:19:56 2018 -0500

    add blas devel pkgs to numpy metapkg to ensure it appears in hash

commit ed2456907b67f95d52d466596b01d7604dcfaa16
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Mon Aug 27 09:38:15 2018 -0500

    build number 10 (rebuild capturing fortran_compiler_version in hash)

commit ff4b4f2710e1df5781b615b64cbad5105c13ef61
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Thu Aug 30 21:38:51 2018 -0400

    PowerPC fixes

commit 8be1243b583335c513d6f583775099651db75cdd
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Fri Jul 27 08:52:42 2018 -0500

    add python to numpy-devel run dep; bump build number

commit 730b5d8e820732b511800269e76533db19a26e34
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Tue Jul 3 16:32:42 2018 +0100

    revert site.cfg changes (should come from blas package)

commit c08dab1415ee84f159436b33146f2a771c85f89b
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Sat Jun 30 15:36:18 2018 +0100

    add blas deps to numpy-devel and make subpackage deps exact to ensure consistency

commit 6c3c928bb488219ec00b8a1d803958f2cf92901f
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Sat Jun 30 00:41:19 2018 +0100

    fix backport of split into devel and base packages

commit dc109d350f8c49fe2b2b86413808565334fa9157
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Thu Apr 26 12:17:42 2018 -0500

    split off base and dev packages to enable unambiguous run_exports

commit 44eef78f4d0617fe1b694d1e4ea54e34084abd9a
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Fri Jun 15 14:18:07 2018 +0000

    Bump build number

commit 84beb15bea6fbf47d7c2b22fd48cbad50bc6b604
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Fri Jun 15 14:13:35 2018 +0000

    Diasble tests on Python 3.7

commit be3cbada20abcf84df6c7f159c93d666fcc157d9
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Tue May 1 08:19:03 2018 -0700

    skip openblas variant on Windows

commit 0b5bb9e9c6cd0dcba590191e19933381871f12ac
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Sat Apr 28 15:35:25 2018 -0700

    Ensure Cython recreates mtrand.c (by deleting it)

commit d5071243894ee53f54bbe5494e7fc5e0eaa042fe
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Wed Jan 17 10:55:16 2018 -0500

    enable parallel build

commit ab4dc8e79b37f3bf67e95a05f704930795196546
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Wed Jan 17 10:54:40 2018 -0500

    add patch for ppc64le

commit ec4ded87786cf07d02da034eb81e55e315ef2e88
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Wed Jan 17 10:54:23 2018 -0500

    add openblas support, bump build number

commit 6ba835ddd7cb0a922e007783d42933e259369de0
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Thu Sep 21 13:31:26 2017 -0500

    disable einsum test that fails on linux32

commit 8456c21703e529f2be717819db43fdd82e720a52
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Thu Sep 21 11:46:52 2017 -0500

    bump build number for fortran fix

commit e3180e609810b549c285e928e5d99fb0dd9413a3
Merge: bffae71 7b1a3b3
Author: Mike Sarahan <msarahan@gmail.com>
Date:   Wed Sep 20 15:23:17 2017 -0500

    Merge pull request #2 from jjhelmus/regex_fix
    
    Update fortran_regex.patch

commit 7b1a3b3ef392810cb9d8fb69ba95cb6386625197
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Wed Sep 20 15:02:16 2017 -0500

    update fortran_regex.patch again

commit 8ca0ef3e99166fe55d7f814b2dacbdc627d8cefc
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Wed Sep 20 13:18:04 2017 -0500

    Update fortran_regex.patch

commit bffae71cc7520ea08c19fc6a2098c228b6867c76
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Thu Sep 14 09:43:29 2017 -0500

    adapt for mkl and cb3

commit b25aa4322ab3131fa838327ebf41f8180abe3af2
Author: Filipe Fernandes <ocefpaf@gmail.com>
Date:   Mon Aug 7 13:46:52 2017 -0300

    pin openblas 0.2.19|0.2.19.*

commit f462d3ff302be5247ce340ee04e8083d54323a0c
Author: Filipe Fernandes <ocefpaf@gmail.com>
Date:   Mon Aug 7 13:42:05 2017 -0300

    force adding py34

commit 6d2a73c6aed071b54e01ca62b9abb7e2a5987121
Merge: 15f0596 aaa0cef
Author: Filipe <ocefpaf@gmail.com>
Date:   Thu Jul 27 18:17:39 2017 -0300

    Merge pull request #58 from ocefpaf/conda-inspect
    
    conda-inspect

commit aaa0cef9eb2f17c090ccbcb4a3f9260c94350971
Author: Filipe Fernandes <ocefpaf@gmail.com>
Date:   Thu Jul 27 14:51:35 2017 -0300

    conda-inspect

commit 15f059668d446ecc1e05c2aed52395a1f0fa383a
Merge: 83a487e 87a2606
Author: Filipe <ocefpaf@gmail.com>
Date:   Wed Jul 26 16:18:14 2017 -0300

    Merge pull request #56 from ocefpaf/rerender
    
    rerender

commit 87a26067f75de320810f47a45e84fdbfc97e5a24
Author: Filipe Fernandes <ocefpaf@gmail.com>
Date:   Wed Jul 26 14:23:28 2017 -0300

    rerender

commit 83a487e170b3fd7d1ddd9969fed056a8dc16fa2c
Author: Filipe Fernandes <ocefpaf@gmail.com>
Date:   Wed Jul 26 13:55:22 2017 -0300

    numpy 1.11.*

commit a4e7f5a9c84e0a0e4b4adc5b7873d8a4f62eaa3b
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Mon Dec 19 08:40:51 2016 -0300

    Update to 1.11.3

commit 541380dda306045ffafc5a9f210538cfb109210e
Merge: 9349501 7c4070c
Author: Ralf Gommers <ralf.gommers@gmail.com>
Date:   Thu Nov 17 20:11:17 2016 +1300

    Merge pull request #40 from conda-forge-admin/feedstock_version_pin_master
    
    MNT: Update pinned versions.

commit 7c4070c8d0c1074a02fce66006d43bad4d6cdfbb
Author: conda-forge-admin <conda-forge@googlegroups.com>
Date:   Thu Nov 17 02:06:45 2016 +0000

    MNT: Updated some of the pinned versions

commit 9349501ddeab7502350d944535b015e1a50d06c1
Merge: 654db6e d200195
Author: jakirkham <jakirkham@gmail.com>
Date:   Mon Nov 14 04:05:02 2016 -0500

    Merge pull request #38 from jakirkham/use_toolchain_master
    
    Use the toolchain

commit d200195336a1579896780c1ce3e8afdfac08bfee
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Nov 2 11:28:28 2016 -0400

    recipe: Use `toolchain`.

commit 654db6e3ca60a137611a2b2ab86391c7e09807a3
Merge: 71badf9 3435930
Author: jakirkham <jakirkham@gmail.com>
Date:   Wed Nov 2 23:39:01 2016 -0400

    Merge pull request #35 from jakirkham/re-render_master_1.4.6
    
    MNT: Re-rendered with conda-smithy 1.4.6 [ci skip]

commit 3435930f25c8beb601ac8aa6af4899c2f6d1f4e9
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Nov 2 11:25:16 2016 -0400

    MNT: Re-rendered with conda-smithy 1.4.6

commit 71badf915e14098f808f096853737496f533c426
Merge: 290e29b e9589f0
Author: jakirkham <jakirkham@gmail.com>
Date:   Tue Oct 25 02:54:00 2016 -0400

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

commit e9589f0f4d553ae8467c5e3b4b62b80e565feac9
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Sat Oct 22 01:27:57 2016 +0000

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

commit 290e29b98463db7587761c02ea48ded6d7c6ca92
Merge: f17d215 95f75e3
Author: Filipe <ocefpaf@gmail.com>
Date:   Tue Oct 4 07:04:34 2016 -0300

    Merge pull request #32 from ocefpaf/bump
    
    Bump

commit 95f75e310ba1f450586f8f75c534271d5b377813
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Tue Oct 4 06:48:20 2016 -0300

    Bump to 1.11.2

commit 36df4eaa28e0524145b66427728915d059d2d7a4
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Tue Oct 4 06:48:02 2016 -0300

    rerender

commit f17d215bf7adba4c16832ff13c440db96ac8b710
Merge: 7b3eca3 6b3cb98
Author: jakirkham <jakirkham@gmail.com>
Date:   Mon Oct 3 00:05:47 2016 -0400

    Merge pull request #28 from conda-forge-admin/feedstock_version_pin_master
    
    MNT: Update pinned versions.

commit 6b3cb985f04470f4bdf2d5227f32a54ed7099312
Author: conda-forge-admin <conda-forge@googlegroups.com>
Date:   Mon Oct 3 03:33:12 2016 +0000

    MNT: Updated some of the pinned versions

commit 7b3eca3b8f4c2667acd6548324c7c6dc958528a8
Merge: 4a7436d 391efc6
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Sep 30 20:13:01 2016 -0400

    Merge pull request #30 from jakirkham/re-render_1.3.0_master
    
    MNT: rerender with conda-smithy 1.3.0

commit 391efc64e2e703b434c36df1f8287e77019ae644
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Sep 30 19:50:11 2016 -0400

    MNT: rerender with conda-smithy 1.3.0

commit 4a7436d363562e8b9c9afa786f4456b0af39f060
Merge: c01758d 5ce2817
Author: jakirkham <jakirkham@gmail.com>
Date:   Tue Jul 26 11:15:01 2016 -0400

    Merge pull request #23 from jakirkham/rebuild_openblas
    
    Rebuild with parallel OpenBLAS

commit 5ce2817f2024ef315d74aa08c14d45436bb6d7a3
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Jul 26 10:53:06 2016 -0400

    recipe: Bump build number and rebuild with new OpenBLAS.

commit c01758dac8f95d3696da0031f422574656beb483
Merge: f505227 3d5a787
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Jul 8 00:11:45 2016 -0400

    Merge pull request #17 from jakirkham/bump_1_11_1
    
    Bump to version 1.11.1

commit 3d5a78707421c1c87ddc1eeceb8bac3cc2f59f59
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Jun 29 16:03:53 2016 -0400

    recipe: Bump to version 1.11.1.

commit f50522752d15087939a61c61b9401d5e14903ad7
Merge: 719388a 9a28dfa
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Mon Jun 27 16:59:03 2016 +0100

    Merge pull request #16 from ocefpaf/rebuild
    
    Rebuild for @ocefpaf's tracking

commit 9a28dfa6fb5db2e2832658d6dbbf8717fc4c7047
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Mon Jun 27 09:34:10 2016 -0300

    rebuild

commit 719388aa537b8f40a5b7984e23d031a446fe1e85
Merge: b5a622a bdc1989
Author: jakirkham <jakirkham@gmail.com>
Date:   Wed May 25 23:20:49 2016 -0400

    Merge pull request #14 from conda-forge-admin/feedstock_rerender_master
    
    MNT: Re-render the feedstock

commit bdc1989fe432d92e5ee8c633c044b320939a1c87
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Thu May 26 01:42:00 2016 +0000

    MNT: Updated the feedstock for conda-smithy version 0.10.3.
    
    [ci skip]

commit b5a622a3b4ec10089463ef7afcf180fa38ffeec9
Merge: d21e1f3 e578841
Author: Filipe <ocefpaf@gmail.com>
Date:   Wed May 25 15:42:41 2016 -0300

    Merge pull request #12 from rgommers/add-self
    
    Add @rgommers as maintainer.

commit e578841615940adab6576133706287a23edf70d6
Author: Ralf Gommers <ralf.gommers@gmail.com>
Date:   Wed May 25 20:14:49 2016 +0200

    Add @rgommers as maintainer.

commit d21e1f3a06e492d2ae6172ec2ce2d8bcfe77b4b5
Merge: cb14623 80dd8db
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri May 20 23:05:39 2016 -0400

    Merge pull request #8 from jakirkham/recipe_cleanup
    
    Minor formatting cleanup

commit 80dd8db6fffee17320b20f50c12fedfaba1aa35c
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 20 22:48:39 2016 -0400

    recipe: Minor cleanup.

commit cb146233a746848c520f6d57e3d2c76098e93c3f
Merge: 1bdacdd a50337c
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri May 20 19:33:04 2016 -0400

    Merge pull request #7 from jakirkham/test_exit_code
    
    Set exit code based on test result

commit a50337c5215aed9a04f6f982f59b6cf21eeddc3b
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 20 18:55:26 2016 -0400

    run_test: Set exit code based on test result.

commit 1bdacdd951457e09e3c9585a392b65b59feaf20c
Merge: 1370443 ecbe811
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri May 20 18:24:22 2016 -0400

    Merge pull request #6 from jakirkham/fix_pinning_and_misc
    
    Pin OpenBLAS to 0.2.18

commit ecbe811918477c167f47c6693e80cb5c5f6bf87e
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 20 16:52:26 2016 -0400

    recipe: Switch to the 200 build number range.

commit 292dc287df9dd7276c65b0b2912f1e2ce4910aa4
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 20 17:01:48 2016 -0400

    recipe: Drop use of `CPU_COUNT`.

commit a4d181b77da5b3bceda910d5d9c5d69d9ea78fda
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 20 16:52:26 2016 -0400

    recipe: Pin OpenBLAS to 0.2.18.

commit 1370443234325be85c6181625b34d9084dd0669a
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri May 20 11:53:30 2016 +0000

    Re-render the feedstock after CI registration.

commit 2ff8d84e8301c7a0b4ddc258a601db0495e96acb
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri May 20 11:52:34 2016 +0000

    Initial commit of the numpy feedstock.
