|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v0.3.0 (2024-09-14) |
| 4 | + |
| 5 | +### Build |
| 6 | + |
| 7 | +* build: vpdate python version ([`228576b`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/228576b19d9ec3b61cbcebe4c365656329dd362b)) |
| 8 | + |
| 9 | +### Chore |
| 10 | + |
| 11 | +* chore: Update pandas-stubs dependency to version 3.14.0 ([`4f71c30`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/4f71c302ab8bd3f63514acc54c7c4d7fd7395b1c)) |
| 12 | + |
| 13 | +* chore: Update pandas dependency to version 2.0.3 ([`cf2c81e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/cf2c81ebe5536eafedd05c58a0ef5f035e2b91d4)) |
| 14 | + |
| 15 | +* chore: Update pandas dependency to pandas-stubs 2.0.2.230605 ([`8534477`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/85344774b9f2ce7e7a36bb63525d0cfa78f82074)) |
| 16 | + |
| 17 | +* chore: remove mypy configuration file and update pyproject.toml ([`a11bfaf`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/a11bfaf680f751431069251c109f856ebcabe778)) |
| 18 | + |
| 19 | +### Ci |
| 20 | + |
| 21 | +* ci: Update python-version options in ci.yml ([`838f27c`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/838f27cf85b9aef31afbf3f485e9cc5289b0d994)) |
| 22 | + |
| 23 | +* ci: update default Python version to 3.11 in setup-python-env action.yml ([`4ee87b6`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/4ee87b65b5e8d650ea2d4b745c2602549e5c9578)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +* docs: refactor module import in docs ([`42f3b65`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/42f3b65463a09147157363a626c25d0ca6466197)) |
| 28 | + |
| 29 | +* docs: update CHANGELOG.md ([`217fb5a`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/217fb5acf400880bf1a15a9d2ca7cb336fcd0ef5)) |
| 30 | + |
| 31 | +### Feature |
| 32 | + |
| 33 | +* feat: Add celestial_capture function for downloading images from SkyView |
| 34 | + |
| 35 | +- Implemented `celestial_capture` function to retrieve and save celestial images from the NASA SkyView Virtual Observatory using given sky coordinates. |
| 36 | +- Supports various image surveys and includes error handling for invalid coordinates. |
| 37 | +- Saves FITS images with cleaned header comments and ensures directory creation. |
| 38 | + |
| 39 | +Closes #2 ([`39bccaa`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/39bccaaacb183aef9b4e049d5dc6c601cd816057)) |
| 40 | + |
| 41 | +### Refactor |
| 42 | + |
| 43 | +* refactor: update data.py to use type hinting for catalog_quest return value ([`77ea8c4`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/77ea8c46cfb8a88a5608b937faba42b4c9f111cf)) |
| 44 | + |
| 45 | +### Test |
| 46 | + |
| 47 | +* test: Add unit test for celestial_capture function ([`c04cf53`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/c04cf5357e5e06dddb822b00597fa1165f84f9df)) |
| 48 | + |
| 49 | +* test: Add mypy configuration file ([`c76f67f`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/c76f67f8769f7945f5bdea780957086312fb7fe7)) |
| 50 | + |
| 51 | +### Unknown |
| 52 | + |
| 53 | +* Merge pull request #10 from mirsazzathossain/dev |
| 54 | + |
| 55 | +feat: Add celestial_capture function for downloading images from SkyView ([`1496ccf`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/1496ccf3060dd0a4ddf8229a186db222b5d16117)) |
| 56 | + |
3 | 57 | ## v0.2.0 (2024-09-14) |
4 | 58 |
|
| 59 | +### Chore |
| 60 | + |
| 61 | +* chore(release): update version to 0.2.0 ([`1573da9`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/1573da9e5b08326c5c62feb29403aa20382ac700)) |
| 62 | + |
5 | 63 | ### Documentation |
6 | 64 |
|
7 | | -- docs: update license in CHANGELOG.md ([`ebb7f39`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/ebb7f3950cd8cf340e8d78e3e6ee0d2135f10023)) |
| 65 | +* docs: update license in CHANGELOG.md ([`ebb7f39`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/ebb7f3950cd8cf340e8d78e3e6ee0d2135f10023)) |
8 | 66 |
|
9 | 67 | ### Feature |
10 | 68 |
|
11 | | -- feat: implement catalog fetching from Vizier |
| 69 | +* feat: implement catalog fetching from Vizier |
12 | 70 |
|
13 | | -* Add `fetch_catalog` function to retrieve catalogs from Vizier service. |
14 | | -* Implement `_UnsupportedServiceError` exception class for unsupported services. |
15 | | -* Add tests for successful retrieval from Vizier and error handling for unsupported services. |
| 71 | +- Add `fetch_catalog` function to retrieve catalogs from Vizier service. |
| 72 | +- Implement `_UnsupportedServiceError` exception class for unsupported services. |
| 73 | +- Add tests for successful retrieval from Vizier and error handling for unsupported services. |
16 | 74 |
|
17 | 75 | Closes #1 ([`19dbdad`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/19dbdada32defef0893a79be43408140dbe59438)) |
18 | 76 |
|
19 | 77 | ### Refactor |
20 | 78 |
|
21 | | -- refactor: refactor `fetch_catalog` function to `catalog_quest` ([`b752bc2`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/b752bc2c453154381cbc2bbbccec1c1b853cbeac)) |
| 79 | +* refactor: refactor `fetch_catalog` function to `catalog_quest` ([`b752bc2`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/b752bc2c453154381cbc2bbbccec1c1b853cbeac)) |
22 | 80 |
|
23 | 81 | ### Unknown |
24 | 82 |
|
25 | | -- Merge pull request #8 from mirsazzathossain/dev |
| 83 | +* Merge pull request #8 from mirsazzathossain/dev |
26 | 84 |
|
27 | 85 | feat: implement catalog fetching from Vizier #1 ([`1b0f41e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/1b0f41ef0f2129d65c31710b7386fc9fb66d4b0a)) |
28 | 86 |
|
29 | 87 | ## v0.1.0 (2024-09-14) |
30 | 88 |
|
31 | 89 | ### Chore |
32 | 90 |
|
33 | | -- chore(release): update version to 0.1.0 ([`2fd7066`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/2fd7066b52c3d3d8248be042d420663c1024095b)) |
| 91 | +* chore(release): update version to 0.1.0 ([`2fd7066`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/2fd7066b52c3d3d8248be042d420663c1024095b)) |
34 | 92 |
|
35 | 93 | ### Documentation |
36 | 94 |
|
37 | | -- docs: update license ([`6f67257`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/6f67257a4527d5882f5c1acf3482358e1a535021)) |
| 95 | +* docs: update license ([`6f67257`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/6f67257a4527d5882f5c1acf3482358e1a535021)) |
38 | 96 |
|
39 | 97 | ### Feature |
40 | 98 |
|
41 | | -- feat: Add bug report and feature request issue templates ([`81dfb9b`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/81dfb9bbd2568a8ac9ff7235d7163cf17fe32993)) |
| 99 | +* feat: Add bug report and feature request issue templates ([`81dfb9b`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/81dfb9bbd2568a8ac9ff7235d7163cf17fe32993)) |
42 | 100 |
|
43 | 101 | ### Refactor |
44 | 102 |
|
45 | | -- refactor: remove unused foo.py and test_foo.py files ([`0267301`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/026730149289a50c4e06115cd498dae059456b78)) |
| 103 | +* refactor: remove unused foo.py and test_foo.py files ([`0267301`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/026730149289a50c4e06115cd498dae059456b78)) |
46 | 104 |
|
47 | | -- refactor: update build status badge URL in README.md ([`d3cfb5d`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/d3cfb5df6fa9fe75dcbff53e5dca9b7f6b659079)) |
| 105 | +* refactor: update build status badge URL in README.md ([`d3cfb5d`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/d3cfb5df6fa9fe75dcbff53e5dca9b7f6b659079)) |
48 | 106 |
|
49 | | -- refactor: refactor build process in cd.yml workflow ([`7525ac5`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/7525ac595dff64d35a9cdb9d9b48e98ccf57981e)) |
| 107 | +* refactor: refactor build process in cd.yml workflow ([`7525ac5`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/7525ac595dff64d35a9cdb9d9b48e98ccf57981e)) |
50 | 108 |
|
51 | 109 | ## v0.0.0 (2024-09-14) |
52 | 110 |
|
53 | 111 | ### Chore |
54 | 112 |
|
55 | | -- chore(release): update version to 0.0.0 ([`3859775`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/38597753b89c0b6b78c7b456deb0cc7728039c3e)) |
| 113 | +* chore(release): update version to 0.0.0 ([`3859775`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/38597753b89c0b6b78c7b456deb0cc7728039c3e)) |
56 | 114 |
|
57 | | -- chore: update pre-commit instructions in CONTRIBUTING.md |
| 115 | +* chore: update pre-commit instructions in CONTRIBUTING.md |
58 | 116 |
|
59 | | -* Added instructions to run pre-commit checks manually |
60 | | -* Updated mkdocs.yml to fix indentation |
61 | | -* Removed unnecessary lines from LICENSE file |
62 | | -* Updated devcontainer.json to remove empty features object |
63 | | -* Added classifiers in pyproject.toml |
64 | | -* Added dev dependencies in pyproject.toml |
65 | | -* Updated semantic-release configuration in pyproject.toml ([`c739435`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/c7394356962540a91355550c5262552f4c2f1a77)) |
| 117 | +- Added instructions to run pre-commit checks manually |
| 118 | +- Updated mkdocs.yml to fix indentation |
| 119 | +- Removed unnecessary lines from LICENSE file |
| 120 | +- Updated devcontainer.json to remove empty features object |
| 121 | +- Added classifiers in pyproject.toml |
| 122 | +- Added dev dependencies in pyproject.toml |
| 123 | +- Updated semantic-release configuration in pyproject.toml ([`c739435`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/c7394356962540a91355550c5262552f4c2f1a77)) |
66 | 124 |
|
67 | 125 | ### Unknown |
68 | 126 |
|
69 | | -- Init commit ([`9f8a983`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/9f8a983680c581346f6c4822f8ee4b2123e86519)) |
| 127 | +* Init commit ([`9f8a983`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/9f8a983680c581346f6c4822f8ee4b2123e86519)) |
0 commit comments