Skip to content

Commit cbeac5b

Browse files
author
semantic-release
committed
chore(release): update version to 0.4.0
1 parent 3aadc94 commit cbeac5b

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# CHANGELOG
22

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.
17+
18+
Fixes #123 ([`d4b7dcd`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/d4b7dcde2cb39e703056ef9c257a807095858f9b))
19+
20+
* 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+
332
## v0.3.0 (2024-09-14)
433

534
### Build
@@ -8,6 +37,8 @@
837

938
### Chore
1039

40+
* chore(release): update version to 0.3.0 ([`276517a`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/276517aa3ff869187dd26a94af107024f1e23da5))
41+
1142
* chore: Update pandas-stubs dependency to version 3.14.0 ([`4f71c30`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/4f71c302ab8bd3f63514acc54c7c4d7fd7395b1c))
1243

1344
* chore: Update pandas dependency to version 2.0.3 ([`cf2c81e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/cf2c81ebe5536eafedd05c58a0ef5f035e2b91d4))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rgc"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "This is a template repository for Python projects that use uv for their dependency management."
55
authors = [{ name = "Mir Sazzat Hossain", email = "mirsazzathossain@gmail.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)