Releases: gaia-dpci/GaiaXPy
GaiaXPy v2.1.2
GaiaXPy v2.1.1
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
GaiaXPy 2.0.1
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
Add functionality to load additional SVO system files.
GaiaXPy 1.2.4
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
Remove constraint on matplotlib version.
Add "packaging" package to requirements to work with different fastavro versions.
GaiaXPy 1.2.2
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
Add LSST filter.
GaiaXPy 1.2.0
Add Cholesky functionality: get_inverse_covariance_matrix, get_chi2.
Improve testing.
Replace custom progress tracker by tqdm.
Improve performance of calibrator, converter, and generator.