Skip to content

Releases: astropy/astroquery

v0.4.9

24 Jan 22:14
v0.4.9
Compare
Choose a tag to compare

v0.4.8

16 Jan 08:37
v0.4.8
Compare
Choose a tag to compare

What's Changed

  • GAIA: The function upload_table in the TapPlus class must not allow table names that contain a dot by @cosmoJFH in #2971
  • CI: docsbuild fix by @bsipocz in #2981
  • Update documention for the field upload_resource in the functions launch_job and launch_job_async [ci skip] by @cosmoJFH in #2975
  • GAIA: Astroquery documentation: general update [ci skip] by @cosmoJFH in #2969
  • MPC: Add star catalog column by @tristandijkstra in #2957
  • GAIA: include table size in the class TapTableMeta by @cosmoJFH in #2970
  • API: adding EmptyResponseError to public API by @bsipocz in #2982
  • [vizier] raise a meaningful error message when no catalog is found in get_catalog_metadata by @ManonMarchand in #2980
  • JPL Horizons: Test refraction with and extra_precision by @mkelley in #2986
  • API: Fix splatalogue module with upstream changes by @keflavich in #2960
  • Update gaia.rst with corrected hyperlinks by @hectorcanovas in #2987
  • GAIA fix the method read_http_response to retrieve json files recently included in #2970 by @cosmoJFH in #2990
  • MAINT: dropping supports for old versions by @bsipocz in #2966
  • GAIA: Due to the new tap 9.8.0, functions return uncompressed FITS/ECSV files by @cosmoJFH in #2983
  • Gaia: Define new constant USE_NAMES_OVER_IDS that gives preference to name over ID attributes of columns as the names of columns in the astropy.table.Table instance. by @cosmoJFH in #2967
  • EHSTPCR-1144: Implemented the function get_datalabs_path along with the by @esdc-esac-esa-int in #2998
  • Update tap.rst by @richardgmcmahon in #2985
  • Remove Non-functional Overlay Args from Skyview by @duytnguyendtn in #2979
  • BUG: changing int comparison to fix incompatibility with astropy 6.1 by @bsipocz in #3008
  • EHSTPCR-1181: fix for get_datalabs_path by @jespinosaar in #3010
  • MAINT: dropping pyvo <1.5 by @bsipocz in #3002
  • Gaia: delete any reference to data_structure "Combined" in the function load_data and in the documentation [ci skip] by @cosmoJFH in #3012
  • Enhanced results feature in ALMA by @andamian in #2855
  • Download file with a directory specified by local_path parameter by @snbianco in #3016
  • Update VSA url by @robertdstein in #3033
  • Proper handling of spectral resolution by @andamian in #3035
  • Reduce execution time of MAST remote test suite by @snbianco in #3036
  • Modulate verbosity on download_products() function by @snbianco in #3031
  • BUG: better handling the optional dependency required for functionality by @bsipocz in #3039
  • MAINT: irsa remote test fixes by @bsipocz in #3040
  • MAINT: updating package metadatas by @bsipocz in #3038
  • MAINT: remove deprecated usage of BeautifulSoup by @bsipocz in #3041
  • CI: separate out online tests to their own workflow by @bsipocz in #3042
  • MAINT: skip bigdata tests in CI by @bsipocz in #3045
  • MAINT: fix OGLE url by @bsipocz in #3048
  • TST: fix ipac related doctest failures by @bsipocz in #3047
  • MAINT: fixing various minor issues picked up in the remote tests by @bsipocz in #3051
  • Maintenance for the VizieR module by @ManonMarchand in #3028
  • Simbad: refactor to use TAP by @ManonMarchand in #2954
  • [SIMBAD] Add filter names as possible votable fields by @ManonMarchand in #3052
  • Update MPC query to parse 3 digit precision motion columns by @jurezakrajsek in #3026
  • Update download URLs for SDSS DR18 by @weaverba137 in #3017
  • MAINT: fix gama url by @bsipocz in #3056
  • MAINT: remote fixes June 2024 by @bsipocz in #3058
  • MAINT: remove unused system tool gunzip by @bsipocz in #3057
  • Update MastMissions Documentation and Tests by @snbianco in #3055
  • DEP: pinning pillow version for oldest deps CI job by @bsipocz in #3063
  • Include warning in get_datalabs_path method for ehst when the data volume is not mounted in DataLabs by @davidglt in #3059
  • Bugfix for pagesize and page parameters in catalogs.query_criteria() by @snbianco in #3065
  • Remove photutils from Astroquery astrometry.net by @mfixstsci in #3067
  • Streamlined method to get list of cloud URIs by @snbianco in #3064
  • [SIMBAD] Add emtpy response warning by @ManonMarchand in #3068
  • get_obs_products method supports product_type parameter as string or list by @davidglt in #2995
  • Bugfix in get_cloud_uri_list, added test case by @snbianco in #3069
  • Method to get all products by program id (proposal id) by @davidglt in #3073
  • INFO message when removing duplicate products should give the correct number of products based on filters by @snbianco in #3074
  • Astrometry.net: reduce number of calls when polling for job status by @dstndstn in #3079
  • Escape MAST Download URIs by @snbianco in #3080
  • Reduced download volume for ESASky JWST tests by @imbasimba in #3081
  • COMP: fix tarfile deprecation for esasky, follow-up to PR2838 by @bsipocz in #3082
  • Check for TESS/TICA FFIs when getting products for observations by @snbianco in #3083
  • Check that parameters are valid when running criteria queries by @snbianco in #3084
  • DEP: refactored out runtime dependency on setuptools by @neutrinoceros in #3071
  • MAINT: adding Python 3.13 to CI by @bsipocz in #3088
  • Support case-insensitive query criteria by @snbianco in #3087
  • MAINT: fix for sudden upstream change by @bsipocz in #3091
  • Deprecate raw response from non-async method by @mkelley in #3089
  • Get list of unique products by @snbianco in #3096
  • Fix so that test products are downloaded to temp directory by @snbianco in #3101
  • BUG: pin sphinx-automodapi version by @bsipocz in #3103
  • MNT: Use hash for Action workflow versions and update if needed by @pllim in #3108
  • Fix the failing tests getting spectra from ESA Sky by @emellega in #3107
  • GAIA: include new datalink retrieve types in the method load data by @cosmoJFH in #3110
  • DOC: cleanup readme from extra install info and unused links by @bsipocz in #3104
  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group by @dependabot in #3112
  • ESASky handle eROSITA downloads by @emellega in #3111
  • [XMatch] fix: upload of two local tables is now possible by @ManonMarchand in #3116
  • MAINT: cleanup intersphinx mapping by @bsipocz in #3117
  • Esasky use ucd instead of json by @emellega in #3106
  • Fixed galactic coord problem by @andamian in #3105
  • Gaia: change the signature of the method load_data by @cosmoJFH in #3014
  • Move cloud functions into Observations, fix for docs and test by @snbianco in #3113
  • Reduce running time for MAST doctests by @snbianco in #3122
  • Added support for...
Read more

v0.4.7

09 Mar 06:43
v0.4.7
Compare
Choose a tag to compare

What's Changed

Read more

v0.4.6

17 May 08:52
v0.4.6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

25 Dec 06:37
v0.4.5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.3.9 release

06 Dec 17:41
Compare
Choose a tag to compare
v0.3.9 release

v0.3.8 release

27 Apr 23:00
Compare
Choose a tag to compare
release v0.3.8

v0.3.7 release

25 Jan 21:07
Compare
Choose a tag to compare
changelog and setup -> 0.3.7

v0.3.6 with fixed license

13 Jul 17:05
Compare
Choose a tag to compare
v0.3.6.post2

create v0.3.6.post2

v0.3.6 release

10 Jul 19:41
Compare
Choose a tag to compare

Version v0.3.6 release (with a correction)