You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# CHANGELOG
2
2
3
+
## v0.4.0 (2024-09-14)
4
+
5
+
### Chore
6
+
7
+
* chore: Update build status badge URL in README.md and docs/index.md ([`ce88c2e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/ce88c2e169ec227296c23593a61fcb0862b1c8af))
8
+
9
+
### Feature
10
+
11
+
* feat: Add celestial_tag function for generating names from catalog entries
12
+
13
+
- Modify the celestial_tag function to accept a pandas Series entry instead of a DataFrame entry.
14
+
- Update the function to generate a name tag for a celestial object based on its coordinates.
15
+
- Refactor the function to handle different coordinate formats and handle missing coordinates.
16
+
- Add unit tests for the celestial_tag function to ensure its correctness.
* feat: Add celestial_tag function for generating names from catalog entries
21
+
22
+
- Implemented `celestial_tag` function to generate names for astronomical objects based on catalog data (Issue #4).
23
+
- Handles different catalog formats including RA/Dec coordinates and filenames.
24
+
- Added custom exception `_NoValidCelestialCoordinatesError` for handling missing or invalid coordinates. ([`3131518`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/313151816534ae77e4fb1dec159542e13787e24d))
25
+
26
+
### Unknown
27
+
28
+
* Merge pull request #12 from mirsazzathossain/dev
29
+
30
+
feat: Add celestial_tag function for generating names from catalog entries ([`3aadc94`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/3aadc94d5a330680d97ab0e9e62eabe30b44e05d))
31
+
3
32
## v0.3.0 (2024-09-14)
4
33
5
34
### Build
@@ -8,6 +37,8 @@
8
37
9
38
### Chore
10
39
40
+
* chore(release): update version to 0.3.0 ([`276517a`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/276517aa3ff869187dd26a94af107024f1e23da5))
41
+
11
42
* chore: Update pandas-stubs dependency to version 3.14.0 ([`4f71c30`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/4f71c302ab8bd3f63514acc54c7c4d7fd7395b1c))
12
43
13
44
* chore: Update pandas dependency to version 2.0.3 ([`cf2c81e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/cf2c81ebe5536eafedd05c58a0ef5f035e2b91d4))
0 commit comments