@saimn and @astrofrog has brought up that https://github.com/astropy/astropy/blob/master/astropy/utils/timer.py is only used by astroquery.vo_conesearch (used to be astropy.vo.conesearch) and nothing else in the core, and thus should be moved to astroquery.
- Do the move and deprecate the one in
astropy.
- Remove it from
astropy after a deprecation period.
Is Step 1 a good thing for 4.0?
Progress
@saimn and @astrofrog has brought up that https://github.com/astropy/astropy/blob/master/astropy/utils/timer.py is only used by
astroquery.vo_conesearch(used to beastropy.vo.conesearch) and nothing else in the core, and thus should be moved toastroquery.astropy.astropyafter a deprecation period.Is Step 1 a good thing for 4.0?Progress
astroquery-- Move timer functions from astropy astroquery#1508 -- get it merged