-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bcolz #2322
Add bcolz #2322
Conversation
@FrancescAlted I've added you as a maintainer. Please could add a comment to confirm this is OK. |
@CarstVaartjes if you'd like to be added as a maintainer, let me know, happy to add you. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Yes, I am ok with being a maintainer. Thanks! |
For me it's not necessary (up to Francesc really), but would love to help where I can! |
Currently builds for PY27 are failing because of Blosc/bcolz#322. We need a bcolz 1.1.1 release with the fix for that issue. |
bcolz 1.1.1 is out. Could you give it a try? |
Thanks, will do.
…On Wednesday, February 1, 2017, Francesc Alted ***@***.***> wrote:
bcolz 1.1.1 is out. Could you give it a try?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2322 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Qh7W9cqUJSJ5OI8VojhdIhYfY_PLks5rYG7ygaJpZM4LybYw>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
@FrancescAlted could you release bcolz 1.1.1 on PyPI? |
Ooops. Uploaded the version in PyPI! |
PY36 is failing on circle, error:
Have no idea why it's trying to install numpy 1.9, the builds for PY27 and PY35 both install numpy 1.11 and build fine. Will see what happens on appveyor and travis... |
Maybe forgot to update my fork of staged-recipes from upstream. Have rebased on upstream/master, see if that fixes the PY36 builds. |
@conda-forge/core could you please help, builds for PY27 and PY35 are fine but PY36 builds are failing with this message:
It looks like for the PY36 build the |
If you build against numpy you should have |
Thanks @patricksnape, forgot about numpy x.x. Now builds failing because we don't have a pytables build for numpy 1.12. Have submitted a PR to the pytables feedstock: conda-forge/pytables-feedstock#10 |
PyTables is an optional requisite, so why not leave it out? |
Yep, could do. I have a slight preference to keep it as it makes life a bit
easier for the user, and also seems to be common practice in other packages
(e.g., dask) to include optional dependencies in the conda recipe. Builds
for pytables against numpy 1.12 should be arriving very soon so will try a
rebuild for bcolz shortly (and will also bump the bcolz version to get
zstd).
…On Thursday, February 2, 2017, Francesc Alted ***@***.***> wrote:
PyTables is an optional requisite, so why not leave it out?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2322 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8QvwahoKxIcBpiy97tMtjOO8C4Ugzks5rYZCCgaJpZM4LybYw>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
As for |
Thanks @jakirkham, the pytables builds are all there now so bcolz is building fine with all dependencies. This is ready to go AFAIC. |
- bcolz | ||
commands: | ||
- python -c"import bcolz; bcolz.test(heavy=True)" | ||
- python -c"import bcolz; assert set(bcolz.blosc_compressor_list()) == set(['blosclz', 'lz4', 'lz4hc', 'snappy', 'zlib', 'zstd'])" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this sort of stuff, it may be better to move it to run_test.py
. Should make it easier to read and follow. Plus it just runs with python
. So there is no need for the python -c "..."
.
One minor comment. Otherwise LGTM. |
Thanks @jakirkham. Would you mind if I tidy up the tests section after this
is merged? It would be nice to get this in so we can start using it. If we
have to wait for another round of CI checks before merge then it could be
days given how slow travis is at the moment.
…On Wednesday, February 8, 2017, jakirkham ***@***.***> wrote:
One minor comment. Otherwise LGTM.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2322 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Qt7j8yRBHgi7a0lvIl6vPf4B51p6ks5raUiogaJpZM4LybYw>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
Sure. Let's do it. 👍 |
Also am working on a longer term fix to the Travis CI issues. |
Cool, thanks very much.
…On Wed, Feb 8, 2017 at 4:59 PM, jakirkham ***@***.***> wrote:
Also am working on a longer term fix to the Travis CI issues.
xref: conda-forge/conda-forge-build-setup-feedstock#52
<conda-forge/conda-forge-build-setup-feedstock#52>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2322 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Qg1pgQzv7cjLedfhPMnwEH-B90v6ks5rafR6gaJpZM4LybYw>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
Here's a recipe for bcolz.