Brigitta Sipőcz
Brigitta Sipőcz
This is the stashed and rebased version of https://github.com/numpy/numpy/pull/17480 which contained some conflicting changes as https://github.com/numpy/numpy/pull/19899 has already added some of the aliases. The first commit is purely the cleaned...
### 🔖 Feature description astroquery has a growing number of modules for querying line and molecular databases (maybe some more of them would be of use for you, too: https://astroquery.readthedocs.io/en/latest/#line-list-services),...
Look into the different submodules whether there are blocking issues for adding support for Dask. cc @Cadair @astrofrog @eteq
e.g. for the astropy.time documentation, others may be affected, too. I see it for stable and latest, too and from two browsers.
First of all, this is a super cool project! I wonder whether you saw that it's possible to query JPL's SBDB, as well as HORIZONS with a python package, `astroquery`:...
Issues came up for [alfalfa](https://github.com/astropy/astroquery/pull/1941#issuecomment-1134562762) recently, and I recall that retiring/deprecating/removing came up for a few other ones, too. So this is a tracking issue as a reminder that we...
This is the extension of #2109 that is about the bug it causes in the `mast` module. Basically, we should be explicit and list all optional keyword parameters rather than...
Many functionality in astroquery has numerous arguments. Many of those are optional kwarg atm, and I propose to switch to to be kwarg only. I think that would help We've...
The following query should raise an error rather than pass as clearly the timeout has no effect ``` >>> from astroquery.mast import Catalogs >>> %time catalog_data = Catalogs.query_object("158.47924 -7.30962", catalog="TIC",...
e.g. - mention not using merge commits for updating branches - mention that it's PR number that has to go into the changelog - adding PR titles that appropriately describe...