pyscience-projects / pyevtk

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.
Other
63 stars 15 forks source link

Update PyPI version #20

Closed anicusan closed 3 years ago

anicusan commented 3 years ago

Hello all, and thank you for creating such a helpful package - the only one really that doesn't need to pull in a whole libvtk. I would like to have a downstream Python library depend on pyevtk; however, the latest PyPI version is behind the latest GitHub release and conda version which are, in turn, 22 commits behind the master.

The last commits also add quite a few improvements that would be useful for downstream library developers (who publish their package to PyPI too). Would it be possible to update the PyPI version to 1.1.2 and perhaps publish the latest commits in a new release?

renefritze commented 3 years ago

Hey @anicusan, thank you for the interest in the package. I'll try to fit a new release into my schedule for next week. Feel free to remind me if I forget.

somada141 commented 3 years ago

Thanks for taking point once again @renefritze! Maybe adding CI/CD via GH actions would be a good idea here.

renefritze commented 3 years ago

Maybe adding CI/CD via GH actions would be a good idea here.

Indeed. An action could also draft a GH release.