Skip to content

Releases: gaia-dpci/GaiaXPy

GaiaXPy v2.1.4

15 Dec 17:56
b005524

Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

GaiaXPy test-v2.1.4

15 Dec 17:53
b005524

Choose a tag to compare

GaiaXPy test-v2.1.4 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.3...test-2.1.4

GaiaXPy v2.1.3

10 Dec 13:04
fe8c20f

Choose a tag to compare

What's Changed

  • Added bases truncation for synthetic photometry generator: #110
  • Improved package installer, Python requirements updated to Python >= 3.10: #130
  • Fixed slow import when Archive is unavailable: #140
  • Plots use LaTeX labels: #80

Full Changelog: 2.1.2...2.1.3

GaiaXPy v2.1.2

12 Jun 12:56
6fa4820

Choose a tag to compare

What's Changed

  • Fix issue with loading a nested directory with additional systems: #100
  • Fix issue with substrings in additional system names: #102
  • Remove unnecessary restriction in error correction: #103
  • Add internal query marker: #106

GaiaXPy v2.1.1

03 May 10:33
db4bc77

Choose a tag to compare

What's Changed

  • Fix incompatibility with Archive output affecting ADQL queries: #91
  • Deprecate Python 3.7 in favour of 3.12: #81
  • Change in output for sources with a missing band (converter): #78
  • Change in output for sources with a missing band (generator): #79
  • Bug fix (specific to additional_systems and Gaia_DR3_Vega): #83
  • Remove conditions on additional filters file names: #72

GaiaXPy v2.1.0

11 Aug 19:22
7b06400

Choose a tag to compare

What's Changed

  • Fix/51 52 output format by @druzm in #54
  • Improved progress tracker by @druzm in #57
  • Speed improvements by @druzm in #60
  • Python 3.6 no longer supported.

More details can be found in the Release Notes section in the documentation page.

GaiaXPy 2.0.1

24 Jan 18:09

Choose a tag to compare

Fixed issue in function for computing the inverse of the covariance matrix (get_inverse_covariance_matrix).
Fixed issue in function to get chi-squared from an input inverse square root of covariance matrix (get_chi2).
Added function to compute the inverse square root of the covariance matrix (get_inverse_square_root_covariance_matrix).

GaiaXPy 2.0.0

11 Jan 10:38
3450fd9

Choose a tag to compare

Add functionality to load additional SVO system files.

GaiaXPy 1.2.4

09 Jan 13:15
ba9994d

Choose a tag to compare

Fixed problem in the application of the flux offset for the standardised system PanSTARRS1 (PhotometricSystem.PanSTARRS1_Std). The flux offset is part of the standardisation process described in Section 2.2.1 and equation 13 in Gaia Collaboration, Montegriffo, et al., 2022. In previous versions no flux offset was applied to the flux. Flux error and magnitude were derived consistently.

Replaced SDSS filters (available as PhotometricSystem.SDSS) with those defined in Doi et al. 2010, AJ, 141, 47. Note that the standardised version (PhotometricSystem.SDSS_Std) was already based on Doi et al. 2010, AJ, 141, 47 and is therefore unchanged with respect to previous versions of GaiaXPy.

GaiaXPy 1.2.3

28 Nov 20:32

Choose a tag to compare

Remove constraint on matplotlib version.
Add "packaging" package to requirements to work with different fastavro versions.