Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 1.76 KB

File metadata and controls

79 lines (56 loc) · 1.76 KB

[0.6] - 20xx-xx-xx

Added

  • Wheels for Python 3.13

Changed

  • Python 3.10 or above only to align with Numpy

Fixed

  • N/A

[0.5] - 2024-08-06

Added

  • N/A

Changed

  • Switch to use src-layout
  • Switch to use pyproject.toml instead of setup.py
  • [0.5.1] Reorganize the underlying code for query callback class
  • [0.5.2] Simplify yield_xp_coeffs() code logics
  • [0.5.2] Improve tests coverage on dataset compilation

Fixed

  • Fix radec_to_ecl() not wrapping ecliptic longitude correctly
  • Remove deprecated API from pkg_resources and delim_whitespace kwarg in pd.read_table

[0.4] - 2023-10-01

Added

  • [0.4.1] Python 3.12 wheels

Changed

  • Fix compile_xp_continuous_h5() won't run on new computer since it assumed non-standard file structure
  • Reduce memory usage for compile_xp_continuous_h5()
  • compile_xp_continuous_allinone_h5() can now save correlation matrix too
  • [0.4.2] Improved performance for yield_xp_coeffs(), especially for short list of source id

Fixed

  • [0.4.1] Fix yield_xp_coeffs() fails for some gaia source id due to dtype issue
  • [0.4.3] Fix ctypes import issue

[0.3] - 2023-08-05

Added

  • Support for CATWISE database
  • Option to save original query as comments in csv file
  • IPython autocomplete in remove_user_table()
  • Option to get additional columns in yield_xp_coeffs()
  • Contribution guideline on Github

Changed

  • Improved performance for yield_xp_coeffs()

Fixed

  • N/A

[0.2] - 2023-04-01

Added

  • SQL C extension for all maths and limited subset of geometrical functions mimicing ADQL
  • Compiled wheels on PyPI

Changed

  • N/A

Fixed

  • N/A

[0.1] - 2023-03-14

Added

  • Initial Release of MyGaiaDB

Changed

  • N/A

Fixed

  • N/A