Skip to content

Commit c8ac95b

Browse files
author
semantic-release
committed
chore(release): update version to 0.7.0
1 parent b022bea commit c8ac95b

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.7.0 (2024-09-15)
4+
5+
### Feature
6+
7+
* feat(utils): add bulk image download from catalog
8+
9+
- Implemented `celestial_capture_bulk` function to automate the retrieval of images for all objects in a given catalog using coordinates.
10+
- Integrated NASA SkyView Virtual Observatory for querying and downloading FITS images.
11+
- Added support for handling different types of catalogs with class labels.
12+
- Implemented error handling for invalid coordinates and failed downloads.
13+
- Configurable survey and image directory path.
14+
- Added unit tests for the bulk download functionality using mock objects. ([`e4522c3`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/e4522c3f0bb6ea6df88666d5b235ff1efff475c1))
15+
16+
### Refactor
17+
18+
* refactor: Update test_celestial_capture_bulk.py for improved readability and maintainability ([`cb436ba`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/cb436bad892301008f7072ef7e39b06db75535ab))
19+
20+
### Unknown
21+
22+
* Merge pull request #16 from mirsazzathossain/dev
23+
24+
feat(utils): add bulk image download from catalog ([`b022bea`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/b022bea4716546bc20b59617d0a1b90d3f19f053))
25+
326
## v0.6.0 (2024-09-14)
427

28+
### Chore
29+
30+
* chore(release): update version to 0.6.0 ([`ab48994`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/ab48994ff3e6bb80383922290504b348f878e689))
31+
532
### Feature
633

734
* feat: Add Masking Functionality for Single and Batch Image Processing

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.6.0"
3+
version = "0.7.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)