Git Product home page Git Product logo

Comments (5)

hajimes avatar hajimes commented on September 27, 2024 2

I apologize for being absent from maintaining mmh3 and not replying for so long.

After some tries, I finally decided to rely on cibuildwheel recommended by @mxr, since it is actively developed, well-documented, and gets better and better in these years.

At the same time I completely rewrote my CI system and migrated from TravisCI/AppVeyor to GitHub Actions, so mmh3 will fully receive benefits from cibuildwheel. TravisCI is still good in the sense that, with cibuildwheel, it allows the generation of wheels on as many platforms as GitHub Actions does, but recently its policy was changed so that it discourages the free CI for open-source projects.

I'm glad to continue to release new wheels in the future when new Python versions or platforms are introduced. Many thanks for great support and suggestions!

from mmh3.

honnibal avatar honnibal commented on September 27, 2024 1

If you do decide to build wheels, you might find this utility useful: https://github.com/explosion/wheelwright

Thanks for your work on this package, @hajimes !

from mmh3.

mxr avatar mxr commented on September 27, 2024 1

+1, it would help with issues such as #20 too. Another option for building wheels is cibuildwheel (see docs here). Thanks for considering this @hajimes!

from mmh3.

william-silversmith avatar william-silversmith commented on September 27, 2024 1

Thanks for this useful library! At least for myself, I build these wheels manually on whatever hardware I have available. Here's an example docker file: https://github.com/seung-lab/connected-components-3d/blob/master/Dockerfile

I then manually copy the wheels out of the docker and upload them with twine.

docker build . --tag hajimes/mmh3
docker run -v $PWD/dist:/output hajimes/mmh3 /bin/bash
...
$ cp wheelhouse/* /output
$ exit
...
twine upload dist/....

from mmh3.

mxr avatar mxr commented on September 27, 2024

Really excited for this - thanks a ton @hajimes!!

from mmh3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.