Skip to content

Releases: gaia-dpci/GaiaXPy

GaiaXPy v2.1.2

12 Jun 12:56
6fa4820
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add functionality to load additional SVO system files.

GaiaXPy 1.2.4

09 Jan 13:15
ba9994d
Compare
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
Compare
Choose a tag to compare

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

GaiaXPy 1.2.2

22 Nov 15:25
567f0f3
Compare
Choose a tag to compare

Extend fastavro version to >= 1.4.7.
Fix truncation issue in calibrator tool. The parameter "rp_n_relevant_bases" was being used for both, bp and rp.

GaiaXPy 1.2.1

24 Oct 11:37
af02278
Compare
Choose a tag to compare

Add LSST filter.

GaiaXPy 1.2.0

22 Aug 14:04
1b7aec3
Compare
Choose a tag to compare

Add Cholesky functionality: get_inverse_covariance_matrix, get_chi2.
Improve testing.
Replace custom progress tracker by tqdm.
Improve performance of calibrator, converter, and generator.