astropy / pyvo

An Astropy affiliated package providing access to remote data and services of the Virtual Observatory (VO) using Python.
https://pyvo.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
75 stars 52 forks source link

fix: author constraint missed rr.res_role extra table #515

Closed ManonMarchand closed 8 months ago

ManonMarchand commented 8 months ago

Hi,

This PR should solve #514. It adds the table rr.res_role to the init of the Author constraint.

There is also a new remote test that combines every constraint type. This should prevent this kind of issue to come back.

bsipocz commented 8 months ago

devdeps CI failure is unrelated and upstream due to an astropy/numpy incompatibility

ManonMarchand commented 8 months ago

That'd be a useful document, I'm always unsure about what should be in the changelog ^^'

bsipocz commented 8 months ago

Thanks @ManonMarchand!