astropy / pyregion

ds9 region parser for python
https://pyregion.readthedocs.io
MIT License
39 stars 38 forks source link

New release #145

Closed embray closed 3 years ago

embray commented 3 years ago

Users of newer Python versions are having trouble installing pyregion, In particular, the pre-cythonized sources in the source tarball are not compatible with Python 3.9 it seems.

This package should probably be updated to a more recent version of the package template and drop astropy_helpers, and maybe include some wheels on PyPI.

I can help take over that work if need be.

leejjoon commented 3 years ago

Thanks. I will push a new release soon (I have been away from the practice of maintaining packages for a while so it may take some time to refresh my memories and catch up with new things).

For dropping astropy_helpers: I have started ape17 branch which I intend to merge once the transition is done. However, I don't know much about astropy-affiliated packages in fact, and your help will be greatly appreciated. As a baby step, I have pushed a very minor change into that branch.

leejjoon commented 3 years ago

I have released v2.1.1. Please reopen if you still see issues. Also, I have opened a separate issue of #147 for dropping astropy_helpers.