Published September 20, 2025
| Version v0.4.11
Software
Open
astropy/astroquery: v0.4.11
Creators
- Adam Ginsburg1
- Brigitta Sipőcz2
- C. E. Brasseur3
- Madhura Parikh
- jcsegovia
- Austen Groener
- Henrik Norman4
- derdon
- Manon Marchand5
- Michael Kelley6
- Sam Bianco7
- Thomas Robitaille
- P. L. Lim7
- Eero Vaher8
- Christoph Deil9
- Michael Mommert10
- Jenny V Medina11
- Ricky Nilsson12
- Erik Tollerud7
- Matthieu Baumann13
- Matt Craig14
- Miguel de Val-Borro15
- Benjamin Alan Weaver16
- Nick Space Cowboy
- Tinuade Adeleke
- James Davies17
- James Dempsey
- Magnus Vilhelm Persson18
- syed-gilani
- Christian Mesh
- 1. University of Florida
- 2. Caltech/IPAC
- 3. Lowell Observatory
- 4. Winter Way
- 5. @cds-astro
- 6. University of Maryland
- 7. Space Telescope Science Institute
- 8. Lund Observatory
- 9. HeidelbergCement
- 10. Stuttgart University of Applied Sciences
- 11. Sage Bionetworks
- 12. Caltech-IPAC/NExScI
- 13. CNRS - Astronomical Observatory of Strasbourg
- 14. Minnesota State University Moorhead
- 15. NASA Goddard Space Flight Center
- 16. NSF's National Optical-Infrared Astronomy Research Laboratory
- 17. @mpi-astronomy
- 18. Värderingsdata
Description
<!-- Release notes generated using configuration in .github/release.yml at v0.4.11 -->
What's Changed
- fix-3269: add support for rows in heasarc.download_data by @zoghbi-a in https://github.com/astropy/astroquery/pull/3270
- DOC: mast Documentation Updates by @snbianco in https://github.com/astropy/astroquery/pull/3274
- un-indenting head-safe check to apply for cached files too by @eas342 in https://github.com/astropy/astroquery/pull/3232
- BUG: fix Heasarch.locate_data returning empty rows by @zoghbi-a in https://github.com/astropy/astroquery/pull/3275
- MAINT: raise more errors earlier by @bsipocz in https://github.com/astropy/astroquery/pull/3284
- Changed visual to have mpl kwargs for Alma by @SpacialTree in https://github.com/astropy/astroquery/pull/3285
- EUCLID: delete Xmatch documentation [ci skip] by @cosmoJFH in https://github.com/astropy/astroquery/pull/3287
- GAIA: update the authentication implementation to read the cookies sent by the new ESAC tap mechanism by @cosmoJFH in https://github.com/astropy/astroquery/pull/3289
- Log a warning if a cached file's length cannot be verified by @snbianco in https://github.com/astropy/astroquery/pull/3290
- Fix issue3296: prevent writing when running tests in CDMS by @keflavich in https://github.com/astropy/astroquery/pull/3297
- Euclid: upgrade the TAP method upload_table to upload tables in fits format by @cosmoJFH in https://github.com/astropy/astroquery/pull/3295
- Add example of how to get non-public (proprietary) data by @keflavich in https://github.com/astropy/astroquery/pull/3294
- CDMS: Fix off-by-one error, make tests smoother by @keflavich in https://github.com/astropy/astroquery/pull/3298
- MAINT: deprecate
band
fromGaia.load_data()
by @bsipocz in https://github.com/astropy/astroquery/pull/3278 - Use https URL for SVO by @lpsinger in https://github.com/astropy/astroquery/pull/3303
- MAINT: Replace deprecated isiterable with np.iterable by @lpsinger in https://github.com/astropy/astroquery/pull/3304
- Pass in resolver name to MAST query functions by @snbianco in https://github.com/astropy/astroquery/pull/3292
- MAINT: update skybot url, no upstream API change by @bsipocz in https://github.com/astropy/astroquery/pull/3306
- BUG: fixing parsing special object names for skybot by @bsipocz in https://github.com/astropy/astroquery/pull/3307
- MAINT: work around setuptools internals for 80.3 by @bsipocz in https://github.com/astropy/astroquery/pull/3311
- [SIMBAD] add async_job option in all queries by @ManonMarchand in https://github.com/astropy/astroquery/pull/3305
- DOC: Correct metadata keys by @Yeqzids in https://github.com/astropy/astroquery/pull/3312
- Enhancements for mast.Observations.get_cloud_uris() by @snbianco in https://github.com/astropy/astroquery/pull/3314
- Added
get_query_payload
kwarg to skyview by @nkphysics in https://github.com/astropy/astroquery/pull/3318 - docs: add section about 0.4.8 breaking changes by @ManonMarchand in https://github.com/astropy/astroquery/pull/3317
- MAINT: Resolve warnings of Logger library by @emmanuel-ferdman in https://github.com/astropy/astroquery/pull/3316
- MAINT: astropy 7.1.1 compatibility in tests by @bsipocz in https://github.com/astropy/astroquery/pull/3325
- MAINT: adding workaround for astropy type hints by @bsipocz in https://github.com/astropy/astroquery/pull/3327
- MAINT: bumping minimum required pytest version and fixes coverage job by @bsipocz in https://github.com/astropy/astroquery/pull/3337
- GAIA: new simplified cross match method by @cosmoJFH in https://github.com/astropy/astroquery/pull/3320
- Euclid: new method to retrieve scientific LE3 products by @cosmoJFH in https://github.com/astropy/astroquery/pull/3313
- Accept lists for MastMissions query criteria by @snbianco in https://github.com/astropy/astroquery/pull/3319
- DOC: adding SIA1 note to IRSA docs by @bsipocz in https://github.com/astropy/astroquery/pull/3338
- GAIA: new DR4 datalink retrieve type MEAN_SPECTRUM_RVS by @cosmoJFH in https://github.com/astropy/astroquery/pull/3342
- BUGFIX: http->https in skyview by @keflavich in https://github.com/astropy/astroquery/pull/3346
- ENH: do not include image metadata tables in catalog list by @bsipocz in https://github.com/astropy/astroquery/pull/3334
- Improve subsection nesting; add detail to image search by @gpdf in https://github.com/astropy/astroquery/pull/3351
- Clarifying documentation for
MastMissions
radius value by @snbianco in https://github.com/astropy/astroquery/pull/3364 - GAIA: new datalink retrieve types for DR4 by @cosmoJFH in https://github.com/astropy/astroquery/pull/3371
- Splatalogue: fix docstring to match valid intensity type by @keflavich in https://github.com/astropy/astroquery/pull/3368
- GAIA: Fix minor issue in PR #3371 by @cosmoJFH in https://github.com/astropy/astroquery/pull/3372
- URL Length check for locate_data by @d-giles in https://github.com/astropy/astroquery/pull/3356
- DOC: adding note about cached query by @bsipocz in https://github.com/astropy/astroquery/pull/3378
- GAIA: rename DR4 datalink retrieve types by @cosmoJFH in https://github.com/astropy/astroquery/pull/3382
- MAINT: adding workaround for pyvo Warning message changes by @bsipocz in https://github.com/astropy/astroquery/pull/3383
- EUCLID: new x-match method by @cosmoJFH in https://github.com/astropy/astroquery/pull/3386
- Remove options to cutout from TICA products by @snbianco in https://github.com/astropy/astroquery/pull/3391
- Support expressions when filtering products by numeric columns by @snbianco in https://github.com/astropy/astroquery/pull/3365
- Preliminary support for Roman in
MastMissions
class by @snbianco in https://github.com/astropy/astroquery/pull/3385 - Update heasarc.rst by @jleagle94 in https://github.com/astropy/astroquery/pull/3390
- Handle non-ICRS coordinates in query functions by @snbianco in https://github.com/astropy/astroquery/pull/3164
- ESA HST module PyVO migration by @JorgeHigueraFombuena in https://github.com/astropy/astroquery/pull/3367
- Filter products with negative operator by @snbianco in https://github.com/astropy/astroquery/pull/3393
- Check that a column does not exist before adding to result table by @snbianco in https://github.com/astropy/astroquery/pull/3400
- MAINT: only rerun failed tests even if everything passes by @bsipocz in https://github.com/astropy/astroquery/pull/3405
- MAINT: Update MAST registry link and example doc by @tsdower in https://github.com/astropy/astroquery/pull/3406
- GAIA: new DR4 retrieval_type MCMC_GSP_PHOT for datalink by @cosmoJFH in https://github.com/astropy/astroquery/pull/3409
- Preserve size of mask when all values are False in HeasarcClass.locate_data by @matteobachetti in https://github.com/astropy/astroquery/pull/3411
- Change the location of the FIRST cutout server by @rlwastro in https://github.com/astropy/astroquery/pull/3413
- MAINT: cleaning pytest cache on first run by @bsipocz in https://github.com/astropy/astroquery/pull/3417
- Euclid: New remote tests by @cosmoJFH in https://github.com/astropy/astroquery/pull/3407
- Resolve multiple object names at once (with batching) by @snbianco in https://github.com/astropy/astroquery/pull/3398
- MAINT: fixing VSA and WFAU links by @bsipocz in https://github.com/astropy/astroquery/pull/3418
- ENH: Irsa.list_catalog(filter) now matching in description by @bsipocz in https://github.com/astropy/astroquery/pull/3415
- MAINT: various pre-release maintenance items by @bsipocz in https://github.com/astropy/astroquery/pull/3420
New Contributors
- @eas342 made their first contribution in https://github.com/astropy/astroquery/pull/3232
- @SpacialTree made their first contribution in https://github.com/astropy/astroquery/pull/3285
- @Yeqzids made their first contribution in https://github.com/astropy/astroquery/pull/3312
- @emmanuel-ferdman made their first contribution in https://github.com/astropy/astroquery/pull/3316
- @gpdf made their first contribution in https://github.com/astropy/astroquery/pull/3351
- @d-giles made their first contribution in https://github.com/astropy/astroquery/pull/3356
- @jleagle94 made their first contribution in https://github.com/astropy/astroquery/pull/3390
- @JorgeHigueraFombuena made their first contribution in https://github.com/astropy/astroquery/pull/3367
- @tsdower made their first contribution in https://github.com/astropy/astroquery/pull/3406
- @matteobachetti made their first contribution in https://github.com/astropy/astroquery/pull/3411
Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.10...v0.4.11
Files
astropy/astroquery-v0.4.11.zip
Files
(13.0 MB)
Name | Size | Download all |
---|---|---|
md5:221b5357ed54f8c7d84dc3940b564db6
|
13.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/astropy/astroquery/tree/v0.4.11 (URL)
Software
- Repository URL
- https://github.com/astropy/astroquery