Skip to content
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

Switch to using a fork of bitarray that distributes binary wheels. #308

Merged
merged 3 commits into from
Oct 30, 2019

Conversation

hardbyte
Copy link
Collaborator

@hardbyte hardbyte commented Oct 30, 2019

This change means users no longer require a C compiler to install clkhash.

While waiting to see whether the upstream bitarray library will distribute binary wheels (in ilanschnell/bitarray#76) this PR switches to my fork which publishes binary wheels for each platform from a CI. See also issue #153

https://pypi.org/project/bitarray-hardbyte/

🤡

This change means users no longer require a C compiler to install clkhash.
@hardbyte hardbyte requested a review from gusmith October 30, 2019 00:58
@codecov
Copy link

codecov bot commented Oct 30, 2019

Codecov Report

Merging #308 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #308   +/-   ##
=======================================
  Coverage   93.81%   93.81%           
=======================================
  Files          17       17           
  Lines        1359     1359           
=======================================
  Hits         1275     1275           
  Misses         84       84

Copy link
Contributor

@gusmith gusmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A tiny tiny change would be good in the changelog, but it may also be good to create a new issue to track the fact that we are using a fork.
Also, the issue #153 is not pointing directly to bitarray installation, but only to its requirement, but I'm assuming it can be closed by this PR as the problem was not directly using an extra library, but the fact that its installation was complicated.

CHANGELOG.md Outdated
- Migrate to Azure DevOps for CI testing.
- Synthetic data generation using distributions.
- Switch to using a fork of `bitarray` that distributes binary wheels so installing clkhash doesn't require a compiler.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be good practice to start adding the PR number to the changelog

@hardbyte hardbyte merged commit a9bdb19 into master Oct 30, 2019
@hardbyte hardbyte deleted the use-bitarray-fork branch October 30, 2019 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants