Releases: henrysky/MyGaiaDB
Releases · henrysky/MyGaiaDB
v0.5.1
v0.5.0
Added
- N/A
Changed
- Switch to use src-layout
- Switch to use
pyproject.toml
instead ofsetup.py
Fixed
- Fix
radec_to_ecl()
not wrapping ecliptic longitude correctly - Remove deprecated API from
pkg_resources
and delim_whitespace kwarg inpd.read_table
Full Changelog: v0.4.3...v0.5.0
v0.4.3
v0.4.2
[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
v0.4
v0.3
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