pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
188 stars 16 forks source link

[Feature Request] Anaconda package #16

Closed pietakio closed 3 years ago

pietakio commented 3 years ago

When time permits, ...so, never it'd be great to publish a conda package for PyACVD. Assuming conda-forge, hot behind-the-scenes automation will automatically bump the conda package for you on each PyPI bump – saving precious dev time for fun things like full-blown ACVD bindings. :wink:

Thanks for all the Pythonic volunteerism, Alex. PyACVD is jaw-droppingly awesome! The resulting meshes are a big improvement over standard implicit modelling techniques available in VTK and PyVista like marching cubes and flying edges.

akaszynski commented 3 years ago

Thanks! There's a variety of things to do, but I do need practice creating conda packages for some of my other projects, so there's no reason why not to start here. I'll add it on my todo, but it might be higher priority than you think.

akaszynski commented 3 years ago

Just added this a few hours ago: https://anaconda.org/conda-forge/pyacvd

pietakio commented 3 years ago

Thank you so much!

kalingibbons commented 1 year ago

Can we push an updated Anaconda package with 0.28+? Now that the cell_data and point_data deprecation ran out, it seems like a good time.