Skip to content

Commit

Permalink
🚀 BUMP: Version minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun committed Jan 11, 2023
1 parent ae40de7 commit 9a862c4
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
# Changelog

## Upcoming
## 0.2.0 2023-01-10
Report number `#19` - `#41`

### Added
- Added workflow files to replicate different results with arbitrary algorithm order
- 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.

### TODO
### Literature
- Read [Bailes, Matthew 2022, The discovery and scientific potential of fast radio bursts](https://www.science.org/doi/10.1126/science.abj3043).This is just an overview of current FRB research with nothing particularly of note. The author works closely with Lorimer so they wrote in detail about how the Lorimer burst came about and how FRB research expanded after that.
- Read [Cui, Xiang-Han et. al. 2021, Fast radio bursts: do repeaters and non-repeaters originate in statistically similar ensembles?](https://doi.org/10.1093/mnras/staa3351)
- Read [Cui, Xiang-Han et. al. 2021, Statistical properties of fast radio bursts elucidate their origins: magnetars are favored over gamma-ray bursts](https://doi.org/10.1088/1674-4527/21/8/211)
- Read [Hashimoto, Tetsuya et. al. 2019, Luminosity–duration relation of fast radio bursts](https://doi.org/10.1093/mnras/stz1715)
- Read [Luo, Rui et. al. 2020, On the FRB luminosity function – – II. Event rate density](https://doi.org/10.1093/mnras/staa704)
- Read [Ivezić et. al. 2020, Statistics, data mining, and machine learning in astronomy: a practical Python guide for the analysis of survey data](https://press.princeton.edu/books/hardcover/9780691198309/statistics-data-mining-and-machine-learning-in-astronomy) Chapter 4.7
- Read [Eric Feigelson & G. Jogesh Babu 2012, Modern Statistics for Astronomy: With R Applications](https://astrostatistics.psu.edu/MSMA/) Chapter 3-3.4.5

## 0.1.3 2022-11-12
Report number `#7` - `#18`

### Added
- Fully implemented Chen et. al's (2021) UMAP and HDBSCAN algorithm.
Expand All @@ -20,6 +44,7 @@
- Read [Jake VanderPlas 2022, Python Data Science Handbook](https://www.oreilly.com/library/view/python-data-science/9781491912126/)

## 0.1.2 2022-10-25
Report number `#7` - `#18`

### Added
- Reproduction of Chen et. al.'s (2021) UMAP dimension reduction in [#3](https://github.com/Thaza-Kun/sarjana/issues/3). Have not yet implemented HDBSCAN.
Expand All @@ -30,6 +55,7 @@


## 0.1.1 2022-10-14
Report number `#1` - `#6`

### Added
- Used [Quarto](https://quarto.org) for authoring
Expand Down

0 comments on commit 9a862c4

Please sign in to comment.