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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,34 @@
1
1
# CHANGELOG
2
2
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
+
3
26
## v0.6.0 (2024-09-14)
4
27
28
+
### Chore
29
+
30
+
* chore(release): update version to 0.6.0 ([`ab48994`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/ab48994ff3e6bb80383922290504b348f878e689))
31
+
5
32
### Feature
6
33
7
34
* feat: Add Masking Functionality for Single and Batch Image Processing
0 commit comments