Skip to content

v0.2.0

Compare
Choose a tag to compare
@Thaza-Kun Thaza-Kun released this 11 Jan 05:53
· 95 commits to master since this release

What's Changed

Added

  • Added algorithm scoring and logging for debugging and reproducibility.
  • Added journal club presentation file
  • Added workflow files to replicate different results with arbitrary algorithm order.
    • UMAP--HDBSCAN
    • HDBSCAN on important features
  • Documented code functions.
  • Extracted the list of repeater candidate from 3 sources (Chen 2021, Luo Jia-Wei 2022, and Zhu-Ge 2022)
  • Implemented function to calculate:
    • energy
    • brightness temperature
    • luminosity distance
    • radio luminosity
  • Tried to replicate Cui, Xiang-Han et al (2020) but failed.

Bugs

  • Fixed major bug in UMAP--HDBSCAN workflow where HDBSCAN is not clustering properly.