Recent Releases of astroquery
astroquery - v0.4.10
What's Changed
- Fix InvalidTableError for DISTARSEXEP and TD tables in ipac.nexsci.nasaexoplanetarchive by @rickynilsson in https://github.com/astropy/astroquery/pull/3189
- ESA Integral Science Legacy Archive Astroquery module by @jespinosaar in https://github.com/astropy/astroquery/pull/3154
- MAINT: back with the long description by @bsipocz in https://github.com/astropy/astroquery/pull/3190
- Download Products with MastMissions by @snbianco in https://github.com/astropy/astroquery/pull/3155
- Make the API more flexible (allow to ommit
vizier:when crossmatching with a vizier catalog) by @ManonMarchand in https://github.com/astropy/astroquery/pull/3194 - Bump the actions group with 2 updates by @dependabot in https://github.com/astropy/astroquery/pull/3198
- fix: turn detailed membership on by default by @ManonMarchand in https://github.com/astropy/astroquery/pull/3195
- fix: use left join when adding tables instead of inner join by @ManonMarchand in https://github.com/astropy/astroquery/pull/3199
- GAIA: Update DR4 retrievaltype names and include the new one EPOCHASTROMETRY_BRIGHT by @cosmoJFH in https://github.com/astropy/astroquery/pull/3207
- ENH: IRSA: adding servicetype to list_collections by @bsipocz in https://github.com/astropy/astroquery/pull/3200
- ENH: adding async mode to IRSA TAP based queries by @bsipocz in https://github.com/astropy/astroquery/pull/3201
- Fix issue 3007: offline tests should be valid by @keflavich in https://github.com/astropy/astroquery/pull/3202
- Accept MAST URIs as input to getclouduris() by @snbianco in https://github.com/astropy/astroquery/pull/3193
- docs: add a clear message uppon ban by @ManonMarchand in https://github.com/astropy/astroquery/pull/3225
- MAINT: remove the usage of TestRunner therefore remove astroquery.test() by @bsipocz in https://github.com/astropy/astroquery/pull/3215
- ENH: making
spatialcase insensitive by @bsipocz in https://github.com/astropy/astroquery/pull/3224 - Euclid: new euclid module in astroquery by @cosmoJFH in https://github.com/astropy/astroquery/pull/3216
- Euclid: PR for issue #3226 by @cosmoJFH in https://github.com/astropy/astroquery/pull/3227
- ENH: adding SSA method for IRSA by @bsipocz in https://github.com/astropy/astroquery/pull/3076
- EUCLID: fix minor issue in one of the code snippets [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/3236
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 in the actions group by @dependabot in https://github.com/astropy/astroquery/pull/3237
- [SIMBAD] Improve query region preformances by @ManonMarchand in https://github.com/astropy/astroquery/pull/3235
- GAIA: Revert change in the name of the datalink RVS type, in the PR #3207 by @cosmoJFH in https://github.com/astropy/astroquery/pull/3238
- Euclid: update help get product list [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/3239
- DOC: fix long lines by @bsipocz in https://github.com/astropy/astroquery/pull/3247
- Fix faling remote tests by @rickynilsson in https://github.com/astropy/astroquery/pull/3243
- EUCLID : include new datalink retrieval types 'SPECTRABGS' and 'SPECTRARGS' by @cosmoJFH in https://github.com/astropy/astroquery/pull/3249
- EUCLID: Include zip extension to the output file returned by the method get_spectrum by @cosmoJFH in https://github.com/astropy/astroquery/pull/3251
- DOC: update IRSA narrative docs by @bsipocz in https://github.com/astropy/astroquery/pull/3245
- EUCLID: Override TAP method get_datalinks by @cosmoJFH in https://github.com/astropy/astroquery/pull/3255
- EUCLID: the parameter outputfile is not properly used in the method getspectrum by @cosmoJFH in https://github.com/astropy/astroquery/pull/3253
- [SIMBAD] Fix upstream changes by @ManonMarchand in https://github.com/astropy/astroquery/pull/3258
- [SIMBAD] fix: remove pm from the list of fields - bug introduced in #3186 by @ManonMarchand in https://github.com/astropy/astroquery/pull/3259
- ENH: querysia and queryssa to return QTable by @bsipocz in https://github.com/astropy/astroquery/pull/3252
- ENH: use Table instead of QTable by @bsipocz in https://github.com/astropy/astroquery/pull/3263
- TST: Reduce timeout in testtimeoutclassic by @pllim in https://github.com/astropy/astroquery/pull/3267
- ENH: adding
filterto IRSA's listcollections and listcatalogs by @bsipocz in https://github.com/astropy/astroquery/pull/3264 - MAINT: deprecating legacy print_catalogs() by @bsipocz in https://github.com/astropy/astroquery/pull/3266
- ENH: adding
Irsa.list_columnsby @bsipocz in https://github.com/astropy/astroquery/pull/3265 - Make criteria in MastMissions queries case-sensitive by @snbianco in https://github.com/astropy/astroquery/pull/3260
- Add batching to MastMissions.getproductlist by @snbianco in https://github.com/astropy/astroquery/pull/3230
- MAINT: prep for 0.4.10 by @bsipocz in https://github.com/astropy/astroquery/pull/3257
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.9...v0.4.10
- Python
Published by bsipocz 12 months ago
astroquery - v0.4.9
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.8...v0.4.9
- Python
Published by bsipocz about 1 year ago
astroquery - v0.4.8
What's Changed
- GAIA: The function upload_table in the TapPlus class must not allow table names that contain a dot by @cosmoJFH in https://github.com/astropy/astroquery/pull/2971
- CI: docsbuild fix by @bsipocz in https://github.com/astropy/astroquery/pull/2981
- Update documention for the field uploadresource in the functions launchjob and launchjobasync [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/2975
- GAIA: Astroquery documentation: general update [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/2969
- MPC: Add star catalog column by @tristandijkstra in https://github.com/astropy/astroquery/pull/2957
- GAIA: include table size in the class TapTableMeta by @cosmoJFH in https://github.com/astropy/astroquery/pull/2970
- API: adding EmptyResponseError to public API by @bsipocz in https://github.com/astropy/astroquery/pull/2982
- [vizier] raise a meaningful error message when no catalog is found in getcatalogmetadata by @ManonMarchand in https://github.com/astropy/astroquery/pull/2980
- JPL Horizons: Test refraction with and extra_precision by @mkelley in https://github.com/astropy/astroquery/pull/2986
- API: Fix splatalogue module with upstream changes by @keflavich in https://github.com/astropy/astroquery/pull/2960
- Update gaia.rst with corrected hyperlinks by @hectorcanovas in https://github.com/astropy/astroquery/pull/2987
- GAIA fix the method readhttpresponse to retrieve json files recently included in #2970 by @cosmoJFH in https://github.com/astropy/astroquery/pull/2990
- MAINT: dropping supports for old versions by @bsipocz in https://github.com/astropy/astroquery/pull/2966
- GAIA: Due to the new tap 9.8.0, functions return uncompressed FITS/ECSV files by @cosmoJFH in https://github.com/astropy/astroquery/pull/2983
- Gaia: Define new constant USENAMESOVER_IDS that gives preference to
nameover ID attributes of columns as the names of columns in theastropy.table.Tableinstance. by @cosmoJFH in https://github.com/astropy/astroquery/pull/2967 - EHSTPCR-1144: Implemented the function getdatalabspath along with the by @esdc-esac-esa-int in https://github.com/astropy/astroquery/pull/2998
- Update tap.rst by @richardgmcmahon in https://github.com/astropy/astroquery/pull/2985
- Remove Non-functional Overlay Args from Skyview by @duytnguyendtn in https://github.com/astropy/astroquery/pull/2979
- BUG: changing int comparison to fix incompatibility with astropy 6.1 by @bsipocz in https://github.com/astropy/astroquery/pull/3008
- EHSTPCR-1181: fix for getdatalabspath by @jespinosaar in https://github.com/astropy/astroquery/pull/3010
- MAINT: dropping pyvo <1.5 by @bsipocz in https://github.com/astropy/astroquery/pull/3002
- Gaia: delete any reference to datastructure "Combined" in the function loaddata and in the documentation [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/3012
- Enhanced results feature in ALMA by @andamian in https://github.com/astropy/astroquery/pull/2855
- Download file with a directory specified by local_path parameter by @snbianco in https://github.com/astropy/astroquery/pull/3016
- Update VSA url by @robertdstein in https://github.com/astropy/astroquery/pull/3033
- Proper handling of spectral resolution by @andamian in https://github.com/astropy/astroquery/pull/3035
- Reduce execution time of MAST remote test suite by @snbianco in https://github.com/astropy/astroquery/pull/3036
- Modulate verbosity on download_products() function by @snbianco in https://github.com/astropy/astroquery/pull/3031
- BUG: better handling the optional dependency required for functionality by @bsipocz in https://github.com/astropy/astroquery/pull/3039
- MAINT: irsa remote test fixes by @bsipocz in https://github.com/astropy/astroquery/pull/3040
- MAINT: updating package metadatas by @bsipocz in https://github.com/astropy/astroquery/pull/3038
- MAINT: remove deprecated usage of BeautifulSoup by @bsipocz in https://github.com/astropy/astroquery/pull/3041
- CI: separate out online tests to their own workflow by @bsipocz in https://github.com/astropy/astroquery/pull/3042
- MAINT: skip bigdata tests in CI by @bsipocz in https://github.com/astropy/astroquery/pull/3045
- MAINT: fix OGLE url by @bsipocz in https://github.com/astropy/astroquery/pull/3048
- TST: fix ipac related doctest failures by @bsipocz in https://github.com/astropy/astroquery/pull/3047
- MAINT: fixing various minor issues picked up in the remote tests by @bsipocz in https://github.com/astropy/astroquery/pull/3051
- Maintenance for the VizieR module by @ManonMarchand in https://github.com/astropy/astroquery/pull/3028
- Simbad: refactor to use TAP by @ManonMarchand in https://github.com/astropy/astroquery/pull/2954
- [SIMBAD] Add filter names as possible votable fields by @ManonMarchand in https://github.com/astropy/astroquery/pull/3052
- Update MPC query to parse 3 digit precision motion columns by @jurezakrajsek in https://github.com/astropy/astroquery/pull/3026
- Update download URLs for SDSS DR18 by @weaverba137 in https://github.com/astropy/astroquery/pull/3017
- MAINT: fix gama url by @bsipocz in https://github.com/astropy/astroquery/pull/3056
- MAINT: remote fixes June 2024 by @bsipocz in https://github.com/astropy/astroquery/pull/3058
- MAINT: remove unused system tool gunzip by @bsipocz in https://github.com/astropy/astroquery/pull/3057
- Update MastMissions Documentation and Tests by @snbianco in https://github.com/astropy/astroquery/pull/3055
- DEP: pinning pillow version for oldest deps CI job by @bsipocz in https://github.com/astropy/astroquery/pull/3063
- Include warning in getdatalabspath method for ehst when the data volume is not mounted in DataLabs by @davidglt in https://github.com/astropy/astroquery/pull/3059
- Bugfix for pagesize and page parameters in catalogs.query_criteria() by @snbianco in https://github.com/astropy/astroquery/pull/3065
- Remove photutils from Astroquery astrometry.net by @mfixstsci in https://github.com/astropy/astroquery/pull/3067
- Streamlined method to get list of cloud URIs by @snbianco in https://github.com/astropy/astroquery/pull/3064
- [SIMBAD] Add emtpy response warning by @ManonMarchand in https://github.com/astropy/astroquery/pull/3068
- getobsproducts method supports product_type parameter as string or list by @davidglt in https://github.com/astropy/astroquery/pull/2995
- Bugfix in getclouduri_list, added test case by @snbianco in https://github.com/astropy/astroquery/pull/3069
- Method to get all products by program id (proposal id) by @davidglt in https://github.com/astropy/astroquery/pull/3073
- INFO message when removing duplicate products should give the correct number of products based on filters by @snbianco in https://github.com/astropy/astroquery/pull/3074
- Astrometry.net: reduce number of calls when polling for job status by @dstndstn in https://github.com/astropy/astroquery/pull/3079
- Escape MAST Download URIs by @snbianco in https://github.com/astropy/astroquery/pull/3080
- Reduced download volume for ESASky JWST tests by @imbasimba in https://github.com/astropy/astroquery/pull/3081
- COMP: fix tarfile deprecation for esasky, follow-up to PR2838 by @bsipocz in https://github.com/astropy/astroquery/pull/3082
- Check for TESS/TICA FFIs when getting products for observations by @snbianco in https://github.com/astropy/astroquery/pull/3083
- Check that parameters are valid when running criteria queries by @snbianco in https://github.com/astropy/astroquery/pull/3084
- DEP: refactored out runtime dependency on setuptools by @neutrinoceros in https://github.com/astropy/astroquery/pull/3071
- MAINT: adding Python 3.13 to CI by @bsipocz in https://github.com/astropy/astroquery/pull/3088
- Support case-insensitive query criteria by @snbianco in https://github.com/astropy/astroquery/pull/3087
- MAINT: fix for sudden upstream change by @bsipocz in https://github.com/astropy/astroquery/pull/3091
- Deprecate raw response from non-async method by @mkelley in https://github.com/astropy/astroquery/pull/3089
- Get list of unique products by @snbianco in https://github.com/astropy/astroquery/pull/3096
- Fix so that test products are downloaded to temp directory by @snbianco in https://github.com/astropy/astroquery/pull/3101
- BUG: pin sphinx-automodapi version by @bsipocz in https://github.com/astropy/astroquery/pull/3103
- MNT: Use hash for Action workflow versions and update if needed by @pllim in https://github.com/astropy/astroquery/pull/3108
- Fix the failing tests getting spectra from ESA Sky by @emellega in https://github.com/astropy/astroquery/pull/3107
- GAIA: include new datalink retrieve types in the method load data by @cosmoJFH in https://github.com/astropy/astroquery/pull/3110
- DOC: cleanup readme from extra install info and unused links by @bsipocz in https://github.com/astropy/astroquery/pull/3104
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group by @dependabot in https://github.com/astropy/astroquery/pull/3112
- ESASky handle eROSITA downloads by @emellega in https://github.com/astropy/astroquery/pull/3111
- [XMatch] fix: upload of two local tables is now possible by @ManonMarchand in https://github.com/astropy/astroquery/pull/3116
- MAINT: cleanup intersphinx mapping by @bsipocz in https://github.com/astropy/astroquery/pull/3117
- Esasky use ucd instead of json by @emellega in https://github.com/astropy/astroquery/pull/3106
- Fixed galactic coord problem by @andamian in https://github.com/astropy/astroquery/pull/3105
- Gaia: change the signature of the method load_data by @cosmoJFH in https://github.com/astropy/astroquery/pull/3014
- Move cloud functions into Observations, fix for docs and test by @snbianco in https://github.com/astropy/astroquery/pull/3113
- Reduce running time for MAST doctests by @snbianco in https://github.com/astropy/astroquery/pull/3122
- Added support for temporary table upload in
almaby @andamian in https://github.com/astropy/astroquery/pull/3118 - Bump the actions group with 2 updates by @dependabot in https://github.com/astropy/astroquery/pull/3125
- Parameter validation on MastMissions queries by @snbianco in https://github.com/astropy/astroquery/pull/3126
- Gaia: update the output file name built by the method load_data to include microsecond resolution by @cosmoJFH in https://github.com/astropy/astroquery/pull/3130
- Fix issue 2949: nasaexoplanetarchive transit duration unit fix by @rickynilsson in https://github.com/astropy/astroquery/pull/3137
- CASDA - Add support for SUSPENDED jobs by @jd-au in https://github.com/astropy/astroquery/pull/3134
- Fix #3135 -
TestEso.test_each_survey_and_SgrAstarfails by @juanmcloaiza in https://github.com/astropy/astroquery/pull/3136 - Panstarrs Bugfix by @snbianco in https://github.com/astropy/astroquery/pull/3127
- Bump codecov/codecov-action from 4.6.0 to 5.0.7 in the actions group by @dependabot in https://github.com/astropy/astroquery/pull/3142
- BUG: fix
Most.query_objecterror parsing by @bsipocz in https://github.com/astropy/astroquery/pull/3140 - fix: search by UCD bugged by @ManonMarchand in https://github.com/astropy/astroquery/pull/3147
- fix: query objects by @ManonMarchand in https://github.com/astropy/astroquery/pull/3149
- CI: rerun failed tests in a 2nd pytest run rather than immediately by @bsipocz in https://github.com/astropy/astroquery/pull/3152
- BUG: ESAHubble.getmemberobservations now always return lists by @bsipocz in https://github.com/astropy/astroquery/pull/3157
- MAINT: fixing examples to pass doctest by @bsipocz in https://github.com/astropy/astroquery/pull/3159
- fix: use the real column names rather than the IDs that astropy generates by @ManonMarchand in https://github.com/astropy/astroquery/pull/3153
- URL fix for issue 3156 NVAS by @keflavich in https://github.com/astropy/astroquery/pull/3160
- BUG: Fix SDSS download caching by @keflavich in https://github.com/astropy/astroquery/pull/3123
- MAINT: remove dace module by @bsipocz in https://github.com/astropy/astroquery/pull/3162
- MAINT: remove SHA, recommendation is to use IRSA to access Spitzer data by @bsipocz in https://github.com/astropy/astroquery/pull/3163
- doc: make XMatch prepare tables error message state the two possible causes for failure by @ManonMarchand in https://github.com/astropy/astroquery/pull/3168
- docs: reformulate the section on downloading a whole catalog by @ManonMarchand in https://github.com/astropy/astroquery/pull/3170
- Format MPC ephemeris error response as text (i.e., strip HTML tags). by @mkelley in https://github.com/astropy/astroquery/pull/3171
- feat: add query_hierarchy by @ManonMarchand in https://github.com/astropy/astroquery/pull/3175
- Refactor astroquery.heasarc to use VO protocols by @zoghbi-a in https://github.com/astropy/astroquery/pull/2997
- MAINT: fixing broken and redirected links by @bsipocz in https://github.com/astropy/astroquery/pull/3179
- MAINT: mixed minor fixes before release by @bsipocz in https://github.com/astropy/astroquery/pull/3180
New Contributors
- @tristandijkstra made their first contribution in https://github.com/astropy/astroquery/pull/2957
- @hectorcanovas made their first contribution in https://github.com/astropy/astroquery/pull/2987
- @richardgmcmahon made their first contribution in https://github.com/astropy/astroquery/pull/2985
- @duytnguyendtn made their first contribution in https://github.com/astropy/astroquery/pull/2979
- @snbianco made their first contribution in https://github.com/astropy/astroquery/pull/3016
- @robertdstein made their first contribution in https://github.com/astropy/astroquery/pull/3033
- @jurezakrajsek made their first contribution in https://github.com/astropy/astroquery/pull/3026
- @davidglt made their first contribution in https://github.com/astropy/astroquery/pull/3059
- @dstndstn made their first contribution in https://github.com/astropy/astroquery/pull/3079
- @neutrinoceros made their first contribution in https://github.com/astropy/astroquery/pull/3071
- @emellega made their first contribution in https://github.com/astropy/astroquery/pull/3107
- @juanmcloaiza made their first contribution in https://github.com/astropy/astroquery/pull/3136
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.7...v0.4.8 and https://github.com/astropy/astroquery/blob/main/CHANGES.rst
- Python
Published by bsipocz about 1 year ago
astroquery - v0.4.7
What's Changed
- Fixed failing test in HEASARC module, adding local test data by @volodymyrss in https://github.com/astropy/astroquery/pull/2250
- Casda doc clean up by @tinuademargaret in https://github.com/astropy/astroquery/pull/1943
- update domain in NOIRlab docs from noao.edu to noirlab.edu by @privong in https://github.com/astropy/astroquery/pull/2324
- MNT: Remote tests fixes by @bsipocz in https://github.com/astropy/astroquery/pull/2340
- Various remote-data docs fixes by @bsipocz in https://github.com/astropy/astroquery/pull/2337
- Remove outdated, unused old notebook by @bsipocz in https://github.com/astropy/astroquery/pull/2343
- Verify SSL certificates for FIRST, MAGPIS by @keflavich in https://github.com/astropy/astroquery/pull/2350
- Issue #2344: test fixed, examples in doc tested and updated by @jespinosaar in https://github.com/astropy/astroquery/pull/2351
- MNT: fixing more remote tests by @bsipocz in https://github.com/astropy/astroquery/pull/2346
- Fix atomic caching infinite loop by @bsipocz in https://github.com/astropy/astroquery/pull/2339
- Atomic documentation clean up by @tinuademargaret in https://github.com/astropy/astroquery/pull/1937
- freeze degree string representation by @volodymyrss in https://github.com/astropy/astroquery/pull/2347
- MNT: cleanup test data by @bsipocz in https://github.com/astropy/astroquery/pull/2342
- Hsa support by @lvalerom in https://github.com/astropy/astroquery/pull/2122
- Fix string formatting in "dummy handlers" by @lvalerom in https://github.com/astropy/astroquery/pull/2361
- Add query_regions to esa.hsa by @keflavich in https://github.com/astropy/astroquery/pull/2362
- Restructure ESA docs by @bsipocz in https://github.com/astropy/astroquery/pull/2369
- Add cutouts for casda by @jd-au in https://github.com/astropy/astroquery/pull/2366
- Cadc documentation clean up by @tinuademargaret in https://github.com/astropy/astroquery/pull/1942
- Cleanup test decorations by @bsipocz in https://github.com/astropy/astroquery/pull/2327
- Updating http-->https for astrometry.net by @bsipocz in https://github.com/astropy/astroquery/pull/2380
- Bugfix: SBDB query return unit with exponentials by @jianyangli in https://github.com/astropy/astroquery/pull/2377
- MNT: Adding more dev dependency testing by @bsipocz in https://github.com/astropy/astroquery/pull/2378
- A number of CADC authentication and doc fixes by @andamian in https://github.com/astropy/astroquery/pull/2374
- Small changes in CADC docs by @andamian in https://github.com/astropy/astroquery/pull/2381
- Tests remove unittest from gaia and dace by @bsipocz in https://github.com/astropy/astroquery/pull/2383
- Eso documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1972
- Utils to cleanup docs downloads by @bsipocz in https://github.com/astropy/astroquery/pull/2384
- Adding warning about non-functioning NRAO module by @bsipocz in https://github.com/astropy/astroquery/pull/2387
- TST: Make sure we test with the minimum pyvo requirement by @bsipocz in https://github.com/astropy/astroquery/pull/2388
- Add
matplotlibas a 'docs' dependency by @eerovaher in https://github.com/astropy/astroquery/pull/2390 - MNT: cleanup deprecations and obsolte checks by @bsipocz in https://github.com/astropy/astroquery/pull/2389
- MNT: last of the python2 cleanups by @bsipocz in https://github.com/astropy/astroquery/pull/2392
- MNT: Fix incomplete URLs in regrex by @bsipocz in https://github.com/astropy/astroquery/pull/2394
- Switch CASDA to QueryWithLogin by @jd-au in https://github.com/astropy/astroquery/pull/2386
- Fix molecule parsing issue for CDMS by @keflavich in https://github.com/astropy/astroquery/pull/2385
- Remove duplicate MAST token example by @larrybradley in https://github.com/astropy/astroquery/pull/2402
- Fix predeps test job by @bsipocz in https://github.com/astropy/astroquery/pull/2404
- Minor changes to remote cronstests and refactoring workflow cancel by @bsipocz in https://github.com/astropy/astroquery/pull/2406
- Jplhorizons, Jplsbdb, Jplspec documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1965
- Fix for CDMS issue 2409: mis-parsed GUP by @keflavich in https://github.com/astropy/astroquery/pull/2411
- chore: Set permissions for GitHub actions by @naveensrinivasan in https://github.com/astropy/astroquery/pull/2400
- Update codeql GHA version by @bsipocz in https://github.com/astropy/astroquery/pull/2414
- Alfalfa documentation clean up by @tinuademargaret in https://github.com/astropy/astroquery/pull/1941
- Test all jplspec code blocks except plots. by @mkelley in https://github.com/astropy/astroquery/pull/2419
- Add version information for casda features by @jd-au in https://github.com/astropy/astroquery/pull/2428
- TST: add usage of pytest-rerunfailures for remote-tests by @bsipocz in https://github.com/astropy/astroquery/pull/2427
- Remove deprecated NASA Exoplanet Archive code by @eerovaher in https://github.com/astropy/astroquery/pull/2431
- BUG: Fix OAC parsing issue by @bsipocz in https://github.com/astropy/astroquery/pull/2423
- Remove last
from __future__imports by @eerovaher in https://github.com/astropy/astroquery/pull/2432 - Gaia astroquery 1.1 by @mhsarmiento in https://github.com/astropy/astroquery/pull/2376
- jplhorizons cleanup 2022.05 by @mkelley in https://github.com/astropy/astroquery/pull/2418
- MAINT: Run all crontests even if they fail by @bsipocz in https://github.com/astropy/astroquery/pull/2439
- MAINT: remove xfail from passing test by @bsipocz in https://github.com/astropy/astroquery/pull/2425
- Perform unit conversion in
svo_fpsget_filter_index()by @eerovaher in https://github.com/astropy/astroquery/pull/2444 - TST: Fix typo in workflow name by @pllim in https://github.com/astropy/astroquery/pull/2445
- Validate
svo_fpsquery parameter names locally by @eerovaher in https://github.com/astropy/astroquery/pull/2446 - docfix: MAST Catalogs broken links by @orionlee in https://github.com/astropy/astroquery/pull/2448
- Fixing typo in cloud.py's CloudAccess() class variable call by @jaymedina in https://github.com/astropy/astroquery/pull/2452
- DOC: updating NED's narrative docs examples by @bsipocz in https://github.com/astropy/astroquery/pull/2455
- ESA_JWST-doc-update: actual examples in JWST module by @jespinosaar in https://github.com/astropy/astroquery/pull/2451
- Setting API key for astroquery.astrometry_net by @moemyself3 in https://github.com/astropy/astroquery/pull/2459
- Esa hst fixing tests by @javier-ballester in https://github.com/astropy/astroquery/pull/2461
- BUG: alma fixes for list of keywords, fixes #2094 by @at88mph in https://github.com/astropy/astroquery/pull/2457
- Removed temp files once they are no longer needed from hubble and xmm by @javier-ballester in https://github.com/astropy/astroquery/pull/2465
- Change RMF matrices version by @javier-ballester in https://github.com/astropy/astroquery/pull/2472
- TST:
xmatchtest improvements by @eerovaher in https://github.com/astropy/astroquery/pull/2468 - Added verbose= to AstrometryNet by @astrofrog in https://github.com/astropy/astroquery/pull/2484
- BUG: raise for unsupported arguments for alma by @at88mph in https://github.com/astropy/astroquery/pull/2475
- TST: mark flaky test to be rerun by @bsipocz in https://github.com/astropy/astroquery/pull/2487
- Astrometry.net: Improvements to API key warnings/errors by @astrofrog in https://github.com/astropy/astroquery/pull/2483
- Esa documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1970
- Simplify
simbadcode by @eerovaher in https://github.com/astropy/astroquery/pull/2494 - Datalink updates by @at88mph in https://github.com/astropy/astroquery/pull/2493
- converting input lists to np arrays by @jaymedina in https://github.com/astropy/astroquery/pull/2504
- Fix failing alias search for multi star systems by @rickynilsson in https://github.com/astropy/astroquery/pull/2506
- BUG: Fix for broken alma downloader by @keflavich in https://github.com/astropy/astroquery/pull/2490
- Cull duplicate dataURIs for MAST in download_products by @jdavies-st in https://github.com/astropy/astroquery/pull/2497
- Remove default wavelength limits from
svo_fpsget_filter_index()by @eerovaher in https://github.com/astropy/astroquery/pull/2509 - Log a warning if there are download duplicates for MAST by @jdavies-st in https://github.com/astropy/astroquery/pull/2510
- DOC: ESA Docs Updates by @ceb8 in https://github.com/astropy/astroquery/pull/2512
- MAST: Add flat option to Observations.download_products by @jdavies-st in https://github.com/astropy/astroquery/pull/2511
- CI: Using nightly wheels for devdeps by @bsipocz in https://github.com/astropy/astroquery/pull/2515
- Convert query_region to cone search by @weaverba137 in https://github.com/astropy/astroquery/pull/2477
- Modifying astroquery/sdss package init file to use most current SDSS DR (as well as associated documentation) by @jsobeck in https://github.com/astropy/astroquery/pull/2478
- DOC: Fixing online test failure for lamda by @bsipocz in https://github.com/astropy/astroquery/pull/2519
- DOC: Fixing doctest failures for cadc.rst by @bsipocz in https://github.com/astropy/astroquery/pull/2517
- Recommend a better way to mark remote data tests in remote test modules by @eerovaher in https://github.com/astropy/astroquery/pull/2502
- TST: Closing files in tests by @bsipocz in https://github.com/astropy/astroquery/pull/2522
- Shorten
esa/jwstandgaiatests by @eerovaher in https://github.com/astropy/astroquery/pull/2525 - Refactored query criteria to use ehst.archive table by @javier-ballester in https://github.com/astropy/astroquery/pull/2524
- CI: Adding online CI job for windows by @bsipocz in https://github.com/astropy/astroquery/pull/2527
- MNT: Fix tests that leave behind files in the repo by @jdavies-st in https://github.com/astropy/astroquery/pull/2526
- Added support for JWST and future missions using zip files by @imbasimba in https://github.com/astropy/astroquery/pull/2530
- MAINT: explicitly stating minimum required python version by @bsipocz in https://github.com/astropy/astroquery/pull/2521
- BUG: Fix SDSS parsing to directly use Table.read by @bsipocz in https://github.com/astropy/astroquery/pull/2518
- Restore getquerypayload to all methods by @weaverba137 in https://github.com/astropy/astroquery/pull/2532
- MAINT: add testpaths to config by @bsipocz in https://github.com/astropy/astroquery/pull/2533
- Use flake8 for codestyle check by @jdavies-st in https://github.com/astropy/astroquery/pull/2536
- BUG: fix for alma timeout by @at88mph in https://github.com/astropy/astroquery/pull/2535
- BUG: fixing duplicated timeout kwarg in downloadfile by @bsipocz in https://github.com/astropy/astroquery/pull/2543
- MAINT: fix narrative doctests by @bsipocz in https://github.com/astropy/astroquery/pull/2544
- MAINT: removal of the currently non-functional nrao module by @bsipocz in https://github.com/astropy/astroquery/pull/2546
- TST: fix warnings and stop ignoring them by @bsipocz in https://github.com/astropy/astroquery/pull/2520
- Thin out & refactor astroquery.alma.utils by @keflavich in https://github.com/astropy/astroquery/pull/2331
- ENH: CADC: fix the ability to pass on Path objects as
output_fileby @bsipocz in https://github.com/astropy/astroquery/pull/2541 - Disabled FITS & UnitsWarnings by default for ESASky module by @imbasimba in https://github.com/astropy/astroquery/pull/2550
- Fix for #2553: incorrect keyword in ALMA doc example by @keflavich in https://github.com/astropy/astroquery/pull/2554
- Remove
*CoordGeneratorclasses by @eerovaher in https://github.com/astropy/astroquery/pull/2558 - Colorize
pytestoutput by @eerovaher in https://github.com/astropy/astroquery/pull/2561 - CI: update actions versions by @bsipocz in https://github.com/astropy/astroquery/pull/2557
- Remove possible debug print statement? by @adrn in https://github.com/astropy/astroquery/pull/2559
- TST: fixing expected warning type raised during hips2fits test by @bsipocz in https://github.com/astropy/astroquery/pull/2568
- BUG: fix esa.hubble tap url by @bsipocz in https://github.com/astropy/astroquery/pull/2567
- DOC: enabling testing on index page by @bsipocz in https://github.com/astropy/astroquery/pull/2565
- DOC: remove the gallery examples by @bsipocz in https://github.com/astropy/astroquery/pull/2562
- DOCS: how to do remote-data only tests by @bsipocz in https://github.com/astropy/astroquery/pull/2574
- MAINT: remove mentions of pyregion and aplpy by @bsipocz in https://github.com/astropy/astroquery/pull/2575
- Test and refactor how
vizierhandlesquery_region()inputs with different units by @eerovaher in https://github.com/astropy/astroquery/pull/2563 - Refactor
gaia/tests/test_gaiatap.pyby @eerovaher in https://github.com/astropy/astroquery/pull/2556 - Remove noirlab module because it is incompatible w/the upstream API right now by @keflavich in https://github.com/astropy/astroquery/pull/2579
- Add example to nexsci docs by @rickynilsson in https://github.com/astropy/astroquery/pull/2580
- MAINT: removal of non-functional Alfalfa.get_spetrum method by @bsipocz in https://github.com/astropy/astroquery/pull/2578
- ENH: Cache refactoring by @ceb8 in https://github.com/astropy/astroquery/pull/1634
- CI: adding linkcheck by @bsipocz in https://github.com/astropy/astroquery/pull/2581
- TST: ALMA doctest should have picked up regression by @bsipocz in https://github.com/astropy/astroquery/pull/2586
- ENH: getquerypayload to return useful info by @bsipocz in https://github.com/astropy/astroquery/pull/2585
- MAINT: fixing various remote test failures by @bsipocz in https://github.com/astropy/astroquery/pull/2587
- Remove deprecated function
send_request()by @AlinderS in https://github.com/astropy/astroquery/pull/2583 - TAP: add MAXREC support (#1581) by @jontxu in https://github.com/astropy/astroquery/pull/1584
- BUG: nasaexoplanetarchive getquerypayload to return actual query by @bsipocz in https://github.com/astropy/astroquery/pull/2588
- MAINT: sorting missions list for mast for aesthetic convenience by @bsipocz in https://github.com/astropy/astroquery/pull/2576
- changed warning to error for authentication failure by @tinuademargaret in https://github.com/astropy/astroquery/pull/1874
- Magpis, Xmatch documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1952
- Add optional_settings param to JPL Horizon Ephemerides by @XaviTorello in https://github.com/astropy/astroquery/pull/1802
- CI: remote tests should run for release tags and manual trigger by @bsipocz in https://github.com/astropy/astroquery/pull/2595
- DOC: remove not recommended api usage by @bsipocz in https://github.com/astropy/astroquery/pull/2593
- MAINT: removed deprecated utils.downloadlistof_fitsfiles by @bsipocz in https://github.com/astropy/astroquery/pull/2594
- eHST queries and data using TAP and minor fixes in ESA modules by @jespinosaar in https://github.com/astropy/astroquery/pull/2597
- MAINT: do the warning ignore in test by @bsipocz in https://github.com/astropy/astroquery/pull/2604
- MAINT: remote test follow-up for older bs4 versions by @bsipocz in https://github.com/astropy/astroquery/pull/2605
- BUG: fix skyview radius by @bsipocz in https://github.com/astropy/astroquery/pull/2601
- DOC: add warnings for non supported external usage of TAP/TAP+ by @bsipocz in https://github.com/astropy/astroquery/pull/2607
- ENH: exposing error returned in a VOTable by @bsipocz in https://github.com/astropy/astroquery/pull/2608
- Refactor: make Vizier kwargs keyword-only by @keflavich in https://github.com/astropy/astroquery/pull/2610
- Refactor: SIMBAD keyword-only by @keflavich in https://github.com/astropy/astroquery/pull/2609
- Switching to use VOtable format for XMatch by @bsipocz in https://github.com/astropy/astroquery/pull/1375
- BUG: Vizier fix non-VO return_type and minor maintenance by @bsipocz in https://github.com/astropy/astroquery/pull/2611
- Added User-Agent to TapPlus module by @imbasimba in https://github.com/astropy/astroquery/pull/2612
- Fixing remote test failures by @ceb8 in https://github.com/astropy/astroquery/pull/2589
- Reduced ESASky logs and added progress bar for downloads by @imbasimba in https://github.com/astropy/astroquery/pull/2616
- MAINT: Bumping minimum required astropy version by @bsipocz in https://github.com/astropy/astroquery/pull/2602
- CI: testing declared minimum version for all dependencies by @bsipocz in https://github.com/astropy/astroquery/pull/2606
- Nvas, Oac Documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1956
- Imcce documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1963
- Esasky documentation cleanup by @tinuademargaret in https://github.com/astropy/astroquery/pull/1971
- Casda docs cutout channel example by @mitchcs in https://github.com/astropy/astroquery/pull/2620
- MAINT: Replace print with log where necessary by @bsipocz in https://github.com/astropy/astroquery/pull/2619
- MAINT: fix tox v4 compatibility by @bsipocz in https://github.com/astropy/astroquery/pull/2626
- Add blank table handling for new returns from heasarc by @keflavich in https://github.com/astropy/astroquery/pull/2624
- GAIA: Update default Gaia data release to DR3 by @AlinderS in https://github.com/astropy/astroquery/pull/2596
- MAINT: adding py311 testing by @bsipocz in https://github.com/astropy/astroquery/pull/2627
- Adding HAPCut functionality to
astroquery.mast.Cutoutstool by @jaymedina in https://github.com/astropy/astroquery/pull/2613 - Remove unused code from
gaiatest setup by @eerovaher in https://github.com/astropy/astroquery/pull/2631 - improve target coordinate specification in jplhorizons by @m-stclair in https://github.com/astropy/astroquery/pull/2625
- ENH: querying tool for the Planetary Ring Node by @emolter in https://github.com/astropy/astroquery/pull/2358
- New Service: NEODyS website by @KatKiker in https://github.com/astropy/astroquery/pull/2618
- MAINT: fixing some remote failures from 202212 by @bsipocz in https://github.com/astropy/astroquery/pull/2633
- MAINT: more strict flake8 by @bsipocz in https://github.com/astropy/astroquery/pull/2629
- Allow remote tests that follow cache tests to succeed by @eerovaher in https://github.com/astropy/astroquery/pull/2638
- Bugfix: SIMBAD test cleanup, ROW_LIMIT support by @keflavich in https://github.com/astropy/astroquery/pull/2637
- Fixed ESASky tests using old mission identifier for JWST by @imbasimba in https://github.com/astropy/astroquery/pull/2650
- MAINT: fixing numerous remote test failures by @bsipocz in https://github.com/astropy/astroquery/pull/2648
- MAINT: Fixing HEASARC and IMCCE docs issue by @nkphysics in https://github.com/astropy/astroquery/pull/2652
- FIX: switching to https for sdss to avoid query issues by @bsipocz in https://github.com/astropy/astroquery/pull/2654
- Refactor: Make NIST keyword only by @nkphysics in https://github.com/astropy/astroquery/pull/2655
- Remove unused code from
utils.tapand related sub-packages by @eerovaher in https://github.com/astropy/astroquery/pull/2635 - Refactor: Made NVAS optional kwargs keyword only by @nkphysics in https://github.com/astropy/astroquery/pull/2656
- Remove
astroquery.utils.commons.radius_to_unit()by @eerovaher in https://github.com/astropy/astroquery/pull/2667 - MAINT: use the updated class and variable names for SIA v2 by @bsipocz in https://github.com/astropy/astroquery/pull/2658
- Refactor: Make kwargs keyword only by @nkphysics in https://github.com/astropy/astroquery/pull/2661
- Fix
esaskyremote tests by @eerovaher in https://github.com/astropy/astroquery/pull/2672 - Expanding
astroquery.mast.Tesscutto support TICA by @jaymedina in https://github.com/astropy/astroquery/pull/2668 - Cadc and Heasarc Kwarg refactors by @nkphysics in https://github.com/astropy/astroquery/pull/2671
- Fixing code coverage by @ceb8 in https://github.com/astropy/astroquery/pull/2674
- Updated pip command for repository install by @jaymedina in https://github.com/astropy/astroquery/pull/2675
gaiatests refactoring by @eerovaher in https://github.com/astropy/astroquery/pull/2677- Remove needless argument checks from
gaiaby @eerovaher in https://github.com/astropy/astroquery/pull/2682 - Fix and refactor
esa.hsaremote tests by @eerovaher in https://github.com/astropy/astroquery/pull/2689 - Exclude all test files from code coverage analysis by @eerovaher in https://github.com/astropy/astroquery/pull/2692
- eJWST - Instrument search updated and bugfixes by @jespinosaar in https://github.com/astropy/astroquery/pull/2691
- NIST Vectorizing by @nkphysics in https://github.com/astropy/astroquery/pull/2678
- BUG: fix url for splatalogue by @bsipocz in https://github.com/astropy/astroquery/pull/2697
- Update vizier default url by @keflavich in https://github.com/astropy/astroquery/pull/2700
- Make utils and utis/tap kwargs keyword only by @nkphysics in https://github.com/astropy/astroquery/pull/2690
- Add Simbad example about object types criteria by @aoberto in https://github.com/astropy/astroquery/pull/2701
- MAINT: remove unused and otherwise unsupported dependency by @bsipocz in https://github.com/astropy/astroquery/pull/2705
- Revert kwarg-only function arguments for splatalogue by @keflavich in https://github.com/astropy/astroquery/pull/2696
- CI: moving cronjob to Friday by @bsipocz in https://github.com/astropy/astroquery/pull/2710
- Refactors: Make kwargs keyword only for remaining packages by @nkphysics in https://github.com/astropy/astroquery/pull/2703
- Remove all uses of
cgiby @eerovaher in https://github.com/astropy/astroquery/pull/2657 - DOC: removing links legacy notebooks by @bsipocz in https://github.com/astropy/astroquery/pull/2722
- BUG: fix parsing by filtering out junk lines by @bsipocz in https://github.com/astropy/astroquery/pull/2719
- DOC: fixing examples that caused remote test failures by @bsipocz in https://github.com/astropy/astroquery/pull/2721
- Restore rectangle search by @weaverba137 in https://github.com/astropy/astroquery/pull/2663
- Fix field name in Horizons.ephemerides docstring by @aripollak in https://github.com/astropy/astroquery/pull/2724
- bump RTD to py39 by @keflavich in https://github.com/astropy/astroquery/pull/2730
- Fixed failing PANSTARRS
Catalogqueries by @jaymedina in https://github.com/astropy/astroquery/pull/2727 - Fix / test mpc error messages 2022.07 by @mkelley in https://github.com/astropy/astroquery/pull/2466
- CI: fix RTD build by @bsipocz in https://github.com/astropy/astroquery/pull/2732
- Removing references to https://mast-labs.stsci.io website by @jaymedina in https://github.com/astropy/astroquery/pull/2737
- Remove an unused test dummy file by @eerovaher in https://github.com/astropy/astroquery/pull/2733
- TEST: using new continue on failure mode of doctestplus by @bsipocz in https://github.com/astropy/astroquery/pull/2740
- CI: updating URL of nightly wheels by @bsipocz in https://github.com/astropy/astroquery/pull/2741
- ALMA: auth handling to login to Keycloak by @at88mph in https://github.com/astropy/astroquery/pull/2712
- Added Introduction section by @mstcyr2 in https://github.com/astropy/astroquery/pull/2725
- Updated deprecated example by @mstcyr2 in https://github.com/astropy/astroquery/pull/2745
- MAINT: Update service links, and fix broken ones in docs by @bsipocz in https://github.com/astropy/astroquery/pull/2744
return_submission_idoption added to astrometrynet monitorsubmission. by @prajwel in https://github.com/astropy/astroquery/pull/2685- Skip
mastremote tests that needboto3if it is not installed by @eerovaher in https://github.com/astropy/astroquery/pull/2755 - IPAC/IRSA Moving Object Search Tool (MOST) interface by @DinoBektesevic in https://github.com/astropy/astroquery/pull/2660
- Update cdms table by @keflavich in https://github.com/astropy/astroquery/pull/2760
- Adding JWST wildcard example to docs by @jaymedina in https://github.com/astropy/astroquery/pull/2759
- Adding error handling examples to mast docs by @mstcyr2 in https://github.com/astropy/astroquery/pull/2736
- MAINT: fix some remote data failure by @bsipocz in https://github.com/astropy/astroquery/pull/2770
- Fix atomic URL by @keflavich in https://github.com/astropy/astroquery/pull/2769
- rename cds into mocserver by @ManonMarchand in https://github.com/astropy/astroquery/pull/2766
- Fix PyPI long description by @rickynilsson in https://github.com/astropy/astroquery/pull/2772
- Update astrometry.net tests and address bug by @mwcraig in https://github.com/astropy/astroquery/pull/2752
- CI: adding changelog checker action by @bsipocz in https://github.com/astropy/astroquery/pull/2781
- DOC: use python -m pip by @bsipocz in https://github.com/astropy/astroquery/pull/2780
- MAINT: add workaround for doctesting with new numpy repr by @bsipocz in https://github.com/astropy/astroquery/pull/2784
- Add test for setting H and G by @aripollak in https://github.com/astropy/astroquery/pull/2787
- ENH: adding more info to User-Agent by @bsipocz in https://github.com/astropy/astroquery/pull/2762
- DOC: Fix change log formatting by @pllim in https://github.com/astropy/astroquery/pull/2790
- MAINT: fixing newly issues flake8 errors by @bsipocz in https://github.com/astropy/astroquery/pull/2791
- Fix issue2777: prevent filenames with relative paths by @keflavich in https://github.com/astropy/astroquery/pull/2779
- New retrieval types for Gaia Datalink (GAIAPCR-1281 C9GACS-9070) by @cosmoJFH in https://github.com/astropy/astroquery/pull/2775
- DEP: explanetorbitdatabase by @bsipocz in https://github.com/astropy/astroquery/pull/2792
- MAINT: no automated black formatting here by @bsipocz in https://github.com/astropy/astroquery/pull/2795
- Update jplhorizons columns by @mkelley in https://github.com/astropy/astroquery/pull/2794
- CI: no milestone check with changelog, but use milestone action by @bsipocz in https://github.com/astropy/astroquery/pull/2796
- MAINT: deprecation maintanence by @bsipocz in https://github.com/astropy/astroquery/pull/2793
- CI: add extra astropy pip index to pick up new dependency by @bsipocz in https://github.com/astropy/astroquery/pull/2802
- Esa ehst download improvements by @jespinosaar in https://github.com/astropy/astroquery/pull/2797
- TST: fixes for 2023 aug by @bsipocz in https://github.com/astropy/astroquery/pull/2800
- FIX: casing some more sdss ID columns to int64 by @bsipocz in https://github.com/astropy/astroquery/pull/2806
- Preserving mast docs vertical real estate by @mstcyr2 in https://github.com/astropy/astroquery/pull/2743
- Allow astropy Quantity in query locations by @mkelley in https://github.com/astropy/astroquery/pull/2746
- BUG: fix numpy dev version as their versioning system changed by @bsipocz in https://github.com/astropy/astroquery/pull/2814
- Fix for alma.utils.footprinttoreg by @e-koch in https://github.com/astropy/astroquery/pull/2810
- fix simbad region async remote test by @ManonMarchand in https://github.com/astropy/astroquery/pull/2816
- CI: remove deprecated/removed RTD config by @bsipocz in https://github.com/astropy/astroquery/pull/2821
- update vizier keywords lists by @ManonMarchand in https://github.com/astropy/astroquery/pull/2825
- TST: fix toplevel conftest by @bsipocz in https://github.com/astropy/astroquery/pull/2826
- update cds domain by @ManonMarchand in https://github.com/astropy/astroquery/pull/2829
- ENH: ipac.irsa backend refactoring to use TAP rather than Gator by @bsipocz in https://github.com/astropy/astroquery/pull/2823
- MAINT: fix various remote_data failures by @bsipocz in https://github.com/astropy/astroquery/pull/2833
- Fixes in JWST login by @jespinosaar in https://github.com/astropy/astroquery/pull/2807
- MAINT: Fixing python 3.12 compatibility by @bsipocz in https://github.com/astropy/astroquery/pull/2838
- ENH: adding minimalist BaseVOQuery baseclass by @bsipocz in https://github.com/astropy/astroquery/pull/2836
- DOC: adding classifiers and fix urls by @bsipocz in https://github.com/astropy/astroquery/pull/2844
- TST: Use Python 3.12 stable by @pllim in https://github.com/astropy/astroquery/pull/2846
- MAINT: adding warning filter for numpy._core rename by @bsipocz in https://github.com/astropy/astroquery/pull/2853
- TST: remove skip for BOX search as backend supports it again by @bsipocz in https://github.com/astropy/astroquery/pull/2854
- Update documentation to address
obsidandobs_iddb fields by @jaymedina in https://github.com/astropy/astroquery/pull/2857 - Fixed a typo in README.rst by @saakshii12 in https://github.com/astropy/astroquery/pull/2860
- fix typos in function definition helper text in python files of directory astroquery/mast/collections.py by @shresthasurav in https://github.com/astropy/astroquery/pull/2862
- Fix heasarc tests by @zoghbi-a in https://github.com/astropy/astroquery/pull/2842
- DEP: votable.tree.Table was renamed to TableElement by @bsipocz in https://github.com/astropy/astroquery/pull/2861
- Update action version by @xuanxu in https://github.com/astropy/astroquery/pull/2872
- Minor bug when formatting tables by @jespinosaar in https://github.com/astropy/astroquery/pull/2873
- DEP: removing deprecated astropy usage by @bsipocz in https://github.com/astropy/astroquery/pull/2874
- Esa gaia gaiapcr 1290 include the new data link linking parameter by @cosmoJFH in https://github.com/astropy/astroquery/pull/2859
- TST: we should not xfail but fail the tests if server is not available by @bsipocz in https://github.com/astropy/astroquery/pull/2877
- BUG: SDSS object IDs to use uint64 by @bsipocz in https://github.com/astropy/astroquery/pull/2880
- BUG: update docs build commands in tox by @bsipocz in https://github.com/astropy/astroquery/pull/2883
- Update URLs by @xuanxu in https://github.com/astropy/astroquery/pull/2881
- Add a method to access a vizier catalog's metadata information by @ManonMarchand in https://github.com/astropy/astroquery/pull/2878
- docs: update getcatalogmetadata output table field names by @ManonMarchand in https://github.com/astropy/astroquery/pull/2891
- TST: handling more warnings issued by astropy by @bsipocz in https://github.com/astropy/astroquery/pull/2890
- DOC: update error message of gaia for overwrite by @bananya-ml in https://github.com/astropy/astroquery/pull/2894
- astroquery.mast : adding cloud support for Pan-STARRS mission by @astrojimig in https://github.com/astropy/astroquery/pull/2893
- BUG: Fix issues related to kwarg only changes in utils.tap by @cosmoJFH in https://github.com/astropy/astroquery/pull/2892
- Refactor ESO authentication and download by @szampier in https://github.com/astropy/astroquery/pull/2681
- alfalfa: add some tests to increase test coverage from 95 to 100 percent by @alteholz in https://github.com/astropy/astroquery/pull/2886
- rename ring node to RMS node to fix issue #2896 by @emolter in https://github.com/astropy/astroquery/pull/2900
- BUG: Create test files in tmp dirs by @szampier in https://github.com/astropy/astroquery/pull/2903
- Update gaia astroquery to handle new output formats due to ESAC TAP 9.6.0 library (gaiapcr-1299) by @cosmoJFH in https://github.com/astropy/astroquery/pull/2907
- Fix issue 2889: NIST wl keyword by @keflavich in https://github.com/astropy/astroquery/pull/2918
- Mnt nist tests by @bsipocz in https://github.com/astropy/astroquery/pull/2921
- Gaia: Update contact email included in the gaia documentation [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/2914
- BUG: MAST: update query_criteria to use page params by @astrojimig in https://github.com/astropy/astroquery/pull/2915
- DEP: flagging the SHA module for removal by @bsipocz in https://github.com/astropy/astroquery/pull/2924
- CI: force to pick up dev versions for devdeps by @bsipocz in https://github.com/astropy/astroquery/pull/2906
- MAINT: changing ErfaWarning import location by @bsipocz in https://github.com/astropy/astroquery/pull/2929
- ESAEHSTXMM: retrieve metadata and data from program, TAP: download in streaming, XMM: updated RMF matrices by @jespinosaar in https://github.com/astropy/astroquery/pull/2910
- NXSAPCR-1197: minor fix by @toniorte in https://github.com/astropy/astroquery/pull/2932
- CI: update setup-python action version by @bsipocz in https://github.com/astropy/astroquery/pull/2933
- Feature simbad query tap by @ManonMarchand in https://github.com/astropy/astroquery/pull/2856
- Esa gaia fix the conesearchasync to download json files by @cosmoJFH in https://github.com/astropy/astroquery/pull/2927
- GAIA: Include the parameter linkingparameter in the function getdatalinks by @cosmoJFH in https://github.com/astropy/astroquery/pull/2936
- ENH: ipac.irsa to have SIA backend by @bsipocz in https://github.com/astropy/astroquery/pull/2837
- MastClass query helper function by @mstcyr2 in https://github.com/astropy/astroquery/pull/2785
- GAIA: Update the information for the returned value in the docstring of the function cross_match. by @cosmoJFH in https://github.com/astropy/astroquery/pull/2937
- CI: limit pytest version for old python by @bsipocz in https://github.com/astropy/astroquery/pull/2944
- BUG: fix jplspec build lookup by @bsipocz in https://github.com/astropy/astroquery/pull/2945
- Caching documentation update by @ceb8 in https://github.com/astropy/astroquery/pull/2763
- Gaia: Fix the astroquery method launch_job to retrieve the Table from the job when a json format is used by @cosmoJFH in https://github.com/astropy/astroquery/pull/2947
- BUG: fix SkyView witdth and height input validation by @ycopin in https://github.com/astropy/astroquery/pull/2757
- ENH: adding list_collections to IRSA by @bsipocz in https://github.com/astropy/astroquery/pull/2952
- NIST: Fetch statistical weight (g) from NIST ASD by @mimurrayy in https://github.com/astropy/astroquery/pull/2955
- Add ALMA notebooks to docs by @andamian in https://github.com/astropy/astroquery/pull/2963
- Update badges in the Readme. by @SultanOrazbayev in https://github.com/astropy/astroquery/pull/2961
New Contributors
- @privong made their first contribution in https://github.com/astropy/astroquery/pull/2324
- @jianyangli made their first contribution in https://github.com/astropy/astroquery/pull/2377
- @larrybradley made their first contribution in https://github.com/astropy/astroquery/pull/2402
- @naveensrinivasan made their first contribution in https://github.com/astropy/astroquery/pull/2400
- @orionlee made their first contribution in https://github.com/astropy/astroquery/pull/2448
- @moemyself3 made their first contribution in https://github.com/astropy/astroquery/pull/2459
- @at88mph made their first contribution in https://github.com/astropy/astroquery/pull/2457
- @jdavies-st made their first contribution in https://github.com/astropy/astroquery/pull/2497
- @jsobeck made their first contribution in https://github.com/astropy/astroquery/pull/2478
- @AlinderS made their first contribution in https://github.com/astropy/astroquery/pull/2583
- @jontxu made their first contribution in https://github.com/astropy/astroquery/pull/1584
- @XaviTorello made their first contribution in https://github.com/astropy/astroquery/pull/1802
- @mitchcs made their first contribution in https://github.com/astropy/astroquery/pull/2620
- @m-stclair made their first contribution in https://github.com/astropy/astroquery/pull/2625
- @emolter made their first contribution in https://github.com/astropy/astroquery/pull/2358
- @KatKiker made their first contribution in https://github.com/astropy/astroquery/pull/2618
- @nkphysics made their first contribution in https://github.com/astropy/astroquery/pull/2652
- @aoberto made their first contribution in https://github.com/astropy/astroquery/pull/2701
- @aripollak made their first contribution in https://github.com/astropy/astroquery/pull/2724
- @mstcyr2 made their first contribution in https://github.com/astropy/astroquery/pull/2725
- @prajwel made their first contribution in https://github.com/astropy/astroquery/pull/2685
- @DinoBektesevic made their first contribution in https://github.com/astropy/astroquery/pull/2660
- @ManonMarchand made their first contribution in https://github.com/astropy/astroquery/pull/2766
- @cosmoJFH made their first contribution in https://github.com/astropy/astroquery/pull/2775
- @e-koch made their first contribution in https://github.com/astropy/astroquery/pull/2810
- @saakshii12 made their first contribution in https://github.com/astropy/astroquery/pull/2860
- @shresthasurav made their first contribution in https://github.com/astropy/astroquery/pull/2862
- @zoghbi-a made their first contribution in https://github.com/astropy/astroquery/pull/2842
- @bananya-ml made their first contribution in https://github.com/astropy/astroquery/pull/2894
- @astrojimig made their first contribution in https://github.com/astropy/astroquery/pull/2893
- @szampier made their first contribution in https://github.com/astropy/astroquery/pull/2681
- @alteholz made their first contribution in https://github.com/astropy/astroquery/pull/2886
- @toniorte made their first contribution in https://github.com/astropy/astroquery/pull/2932
- @ycopin made their first contribution in https://github.com/astropy/astroquery/pull/2757
- @mimurrayy made their first contribution in https://github.com/astropy/astroquery/pull/2955
- @SultanOrazbayev made their first contribution in https://github.com/astropy/astroquery/pull/2961
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.6...v0.4.7
- Python
Published by bsipocz almost 2 years ago
astroquery - v0.4.6
What's Changed
- MNT: Do not use deprecated astropy.tests helper functions by @pllim in https://github.com/astropy/astroquery/pull/2256
- (Minor fix)eJWST - remove login_gui method from documentation by @jespinosaar in https://github.com/astropy/astroquery/pull/2257
- Xmm proprietary data by @javier-ballester in https://github.com/astropy/astroquery/pull/2251
- Fix SDSS CrossID method not working for spec data and for DR17 (photo and spec) by @nmcardoso in https://github.com/astropy/astroquery/pull/2258
- Name convention for ESA modules by @jespinosaar in https://github.com/astropy/astroquery/pull/2260
- Fix documentation build by @eerovaher in https://github.com/astropy/astroquery/pull/2262
- monkey patch services by @jaymedina in https://github.com/astropy/astroquery/pull/2193
- Update module lists in documentation by @eerovaher in https://github.com/astropy/astroquery/pull/2265
- Enable calling
Gaia.query_object()with bothcolumnsandradiusby @eerovaher in https://github.com/astropy/astroquery/pull/2249 - MAST: Moving target TESScut by @ceb8 in https://github.com/astropy/astroquery/pull/2121
- Changelog update for PR #2121 by @ceb8 in https://github.com/astropy/astroquery/pull/2270
- Fix cache dir creation race confition by @mfisherlevine in https://github.com/astropy/astroquery/pull/2274
- Remove
astroquery/utils/testing_tools.pyby @eerovaher in https://github.com/astropy/astroquery/pull/2287 astroquery.mast: adding GALEX mission Cloud support by @jaymedina in https://github.com/astropy/astroquery/pull/2261- Enable testing examples in
Gaiadocumentation by @eerovaher in https://github.com/astropy/astroquery/pull/2283 - Add PLATO to Catalogs by @jaymedina in https://github.com/astropy/astroquery/pull/2279
- Possible fix for issue2294: don't pickle hooks by @keflavich in https://github.com/astropy/astroquery/pull/2295
- Hips2fits documentation cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1974
- Nist documentation cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1976
- Gemini documentation clean up by @tinumide in https://github.com/astropy/astroquery/pull/1948
- Dace documentation cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1947
- Make
astroquery/utils/tap/model/job.Job.save_results()obeyverbosesetting by @eerovaher in https://github.com/astropy/astroquery/pull/2299 - Sdss documentaion cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1977
- Fix
astroquery.utils.system_tools.in_ipynb()by @eerovaher in https://github.com/astropy/astroquery/pull/2289 - Mpc documentation cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1966
- Exoplanet doc cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1944
- Fermi doc cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1945
- Missions mast by @syed-gilani in https://github.com/astropy/astroquery/pull/2095
- Remote test for Ogle by @tinumide in https://github.com/astropy/astroquery/pull/1987
- Exclude query parameters from file names is casda.download_file by @jd-au in https://github.com/astropy/astroquery/pull/2308
- Fix remaining issues with spectra Sdss.query_crossid by @bsipocz in https://github.com/astropy/astroquery/pull/2304
- Refactor
astroquery/utils/system_tools.pyand its tests by @eerovaher in https://github.com/astropy/astroquery/pull/2306 - Large crossid queries by @bsipocz in https://github.com/astropy/astroquery/pull/2305
- Gaia astroquery 1.0 by @mhsarmiento in https://github.com/astropy/astroquery/pull/2077
- Gama documentation clean up by @tinumide in https://github.com/astropy/astroquery/pull/1946
- Mast doc cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1975
- Fix fixture usage for remote test by @bsipocz in https://github.com/astropy/astroquery/pull/2310
- NED: fixing failing docs examples by @bsipocz in https://github.com/astropy/astroquery/pull/2314
- Hubble related members by @javier-ballester in https://github.com/astropy/astroquery/pull/2268
- Decode plus signs in filenames when downloading by @jd-au in https://github.com/astropy/astroquery/pull/2319
- Fix cross-id for very old data releases by @weaverba137 in https://github.com/astropy/astroquery/pull/2318
- Fixissue2239: Nasa Exoplanet Archive query_object method suddenly produces InvalidTableError by @rickynilsson in https://github.com/astropy/astroquery/pull/2264
- Make
astroquery.mastmethods take explicit kwargs by @jaymedina in https://github.com/astropy/astroquery/pull/2317 - Missions mast by @syed-gilani in https://github.com/astropy/astroquery/pull/2321
- Additional MAST docs test update by @ceb8 in https://github.com/astropy/astroquery/pull/2315
- ALMA: add option to just validate data by @keflavich in https://github.com/astropy/astroquery/pull/2263
- Fix in the cadc module in anticipation of coming changes to the servers by @andamian in https://github.com/astropy/astroquery/pull/2326
- Move functionality from gaia/core.py to utils/tap/core.py. by @mhsarmiento in https://github.com/astropy/astroquery/pull/2311
- Alma documentation cleanup by @tinumide in https://github.com/astropy/astroquery/pull/1935
- Alma deprecation cleanup by @bsipocz in https://github.com/astropy/astroquery/pull/2309
- Deprecate functions from alma.utils by @bsipocz in https://github.com/astropy/astroquery/pull/2332
- Cleanup prior release 0.4.6 by @bsipocz in https://github.com/astropy/astroquery/pull/2330
New Contributors
- @javier-ballester made their first contribution in https://github.com/astropy/astroquery/pull/2251
- @nmcardoso made their first contribution in https://github.com/astropy/astroquery/pull/2258
- @mfisherlevine made their first contribution in https://github.com/astropy/astroquery/pull/2274
- @syed-gilani made their first contribution in https://github.com/astropy/astroquery/pull/2095
- @mhsarmiento made their first contribution in https://github.com/astropy/astroquery/pull/2077
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.5...v0.4.6
- Python
Published by bsipocz almost 4 years ago
astroquery - v0.4.5
What's Changed
- Update Spectra URLs by @weaverba137 in https://github.com/astropy/astroquery/pull/2214
- ALMA integration tests fix by @andamian in https://github.com/astropy/astroquery/pull/2224
- Fix doc build issues by @bsipocz in https://github.com/astropy/astroquery/pull/2226
- Allow retrieval from a previous ESO archive request by @gbrammer in https://github.com/astropy/astroquery/pull/1614
- Turn off default verbosity for TapPlus by @bsipocz in https://github.com/astropy/astroquery/pull/2228
- Refreshing content of RTD config by @bsipocz in https://github.com/astropy/astroquery/pull/2229
- NED: String has to remain raw by @bsipocz in https://github.com/astropy/astroquery/pull/2230
- eJWST prelaunch by @jespinosaar in https://github.com/astropy/astroquery/pull/2140
- MNT: Cleanup of old unused code and configs by @bsipocz in https://github.com/astropy/astroquery/pull/2231
- Adding changelog rendering to narrative docs by @bsipocz in https://github.com/astropy/astroquery/pull/2233
- Mast cloudaccess docs update by @jaymedina in https://github.com/astropy/astroquery/pull/2235
- eJWST release by @jespinosaar in https://github.com/astropy/astroquery/pull/2238
- eJWST: remove disclaimer for release by @jespinosaar in https://github.com/astropy/astroquery/pull/2243
- Fix to allow html downloads with alma package by @andamian in https://github.com/astropy/astroquery/pull/2246
- Deprecate
astroquery/utils/download_file_list.pyby @eerovaher in https://github.com/astropy/astroquery/pull/2247 - Expand contribution guidelines by @keflavich in https://github.com/astropy/astroquery/pull/2248
- Fix for issue #2237: do not cache results that cannot be parsed. by @mkelley in https://github.com/astropy/astroquery/pull/2253
- Adding python 3.10 to CI by @bsipocz in https://github.com/astropy/astroquery/pull/2186
New Contributors
- @gbrammer made their first contribution in https://github.com/astropy/astroquery/pull/1614
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.4...v0.4.5
- Python
Published by bsipocz about 4 years ago
astroquery - v0.3.6 release
Version v0.3.6 release (with a correction)
- Python
Published by keflavich over 8 years ago
astroquery - v0.3.0 release
Bugfixes etc, but bumping the number to 0.3.0 to start the numbering off right
- Python
Published by keflavich over 10 years ago
astroquery - ALMA Cycle 3 API update
ALMA updated its archive for Cycle 3; this is a bugfix release to account for those changes.
- Python
Published by keflavich almost 11 years ago
astroquery - v0.2.3: Bugfixes
This is a bugfix release, with a few feature improvements in internals:
- AstroResponse has been removed, which means that all cached objects will have
new hashes. You should clear your cache: for most users, that means
rm -r ~/.astropy/cache/astroquery/ (#418)
- In ESO and ALMA, default to not storing your password. New keyword
store_password=False. (#415)
- In ESO, fixed a form activation issue triggered in ESO retrieve_data(),
updated file download link triggered by server side change.
More interesting, made username optional in login():
instead, you can now configure your preferred username.
Finally, automatic login is now used by retrieve_data(), if configured. (#420, #427)
- Bugfix for UKIDSS: Login now uses the correct session to retrieve the data
(#425)
- ALMA - many new features, including selective file retrieval. Fixes many errors that
were unnoticed in the previous version (#433)
- ALMA - add help method and pass payload keywords on correctly. Validate
the payload before querying. (#438)
- Python
Published by keflavich over 11 years ago
astroquery - v0.2.2: ALMA archive
v0.2.2 is a feature release including a new ALMA Archive service
- Python
Published by keflavich over 11 years ago
astroquery - Bugfix: require astropy>=0.4.1 for astroquery v0.2.1
- Python
Published by keflavich over 11 years ago
astroquery - v0.2
Astroquery v0.2 has been released. Astroquery is a suite of tools for querying various astronomical web forms, including observation archives, source catalogs, and spectral line lists.
You can access astroquery at https://pypi.python.org/pypi/astroquery/0.2 or directly from github: https://github.com/astropy/astroquery/releases/tag/v0.2
The documents are hosted at: http://astroquery.readthedocs.org/en/v0.2/
v0.2 has a few new features and includes major internal improvements.
The new tools provide interfaces to the ESO Archive, the GAMA database, the CDS Xmatch service, NASA's SkyView service, and the Open Exoplanet Catalogue.
Thanks to the many contributors this cycle: Julien Woillez (@jwoillez) Simon Liedtke (@derdon) Loïc Séguin-Charbonneau (@loicseguin) Caden Armstrong (@CadenArmstrong) Joseph Booker (@sargas) Erik Tollerud (@eteq) Madhura Parikh (@jdnc) @fred3m Ricky Egeland (@rickyegeland) Michel Droettboom (@mdboom) James Allen(@james-allen) Brigita Sipocz (@bsipocz) Gustavo Braganca (@gabraganca) Adrian Price-Whelan (@adrn) David Shiga (@dshiga) Matt Craig (@mwcraig) Kyle Willett (@willettk) Erik Bray (@embray) William Schoenell (@wschoenell)
Astroquery has 30 contributors, about 1/3 that of astropy, making it the largest affiliated package by contributor count.
- Python
Published by keflavich over 11 years ago
astroquery - First release: BETA!
This is the first quasi-production-ready version of astroquery. It is intended for early adopters and beta testers, but is highly functional. Please expect issues and be ready to post them.
- Python
Published by keflavich over 12 years ago