Skip to content

Releases: henrysky/MyGaiaDB

v0.5.1

17 Aug 18:05
84f15de
Compare
Choose a tag to compare

Added

  • N/A

Changed

  • Reorganize the underlying code for query callback class

Fixed

  • N/A

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Aug 19:32
a054d13
Compare
Choose a tag to compare

Added

  • N/A

Changed

  • Switch to use src-layout
  • Switch to use pyproject.toml instead of setup.py

Fixed

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

Full Changelog: v0.4.3...v0.5.0

v0.4.3

20 Jun 00:56
298b506
Compare
Choose a tag to compare

[0.4.3] - 2024-06-19

Changed

  • Fix ctypes import issue

Full Changelog: v0.4.1...v0.4.2

v0.4.2

19 Apr 02:53
c379683
Compare
Choose a tag to compare

[0.4.2] - 2024-04-18

Changed

  • Improved performance for yield_xp_coeffs(), especially for short list of source id

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Oct 04:04
3a22751
Compare
Choose a tag to compare

[0.4.1] - 2023-10-08

Added

  • [0.4.1] Python 3.12 wheels

Fixed

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

v0.4

01 Oct 19:15
dbe269f
Compare
Choose a tag to compare

Added

  • N/A

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

Fixed

  • N/A

v0.3

05 Aug 20:26
3faa0c6
Compare
Choose a tag to compare

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

v0.2

01 Apr 20:37
a92c987
Compare
Choose a tag to compare

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

v0.1

14 Mar 04:24
eed0148
Compare
Choose a tag to compare

Initial release.

Mainly to test pipeline to publish to PyPI.

Added

  • Initial Release of MyGaiaDB

Changed

  • N/A

Fixed

  • N/A