radio-astro-tools / radio-beam

A simple toolkit for reading and manipulating beams from astrophysical radio spectral data cubes.
https://radio-beam.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Time for a new release on PyPi? #111

Closed smaret closed 2 years ago

smaret commented 2 years ago

The tests for the current version of radio-beam (0.33) are broken:

radio_beam/conftest.py:27: in <module>
    from astropy.tests.plugins.display import PYTEST_HEADER_MODULES, TESTED_VERSIONS
E   ModuleNotFoundError: No module named 'astropy.tests.plugins'

I think this is fixed on master.

Could you please make a new release on PyPi ?

keflavich commented 2 years ago

Yes, it's time for that.

@e-koch @astrofrog I pushed a changelog update to v0.3.4. But... where do we specify our version? python setup.py sdist got me version 0.0.0...

astrofrog commented 2 years ago

I think I know, will reply soon!

smaret commented 2 years ago

Thanks for the release.