|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
2 | 2 |
|
3 | | -All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +## v1.3.1 (2025-05-21) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Fix .releaserc command |
| 9 | + ([`772fbd3`](https://github.com/Achaad/asar-xarray/commit/772fbd39fb89c553752bacc16537cb78ba70d565)) |
| 10 | + |
| 11 | +- Fix .releaserc command |
| 12 | + ([`8a038b4`](https://github.com/Achaad/asar-xarray/commit/8a038b43fc040f59d13304c1de3d690b3afe9976)) |
| 13 | + |
| 14 | +- Fix .releaserc command |
| 15 | + ([`3c2e0ef`](https://github.com/Achaad/asar-xarray/commit/3c2e0ef036fc4aabaddb9a32cfc706bfde88134c)) |
| 16 | + |
| 17 | +- Fix .releaserc command |
| 18 | + ([`b44342d`](https://github.com/Achaad/asar-xarray/commit/b44342d3a66d092fa85c890760c3d8d5343fca4b)) |
| 19 | + |
| 20 | +- Fix incorrect checkout depth |
| 21 | + ([`9af03e5`](https://github.com/Achaad/asar-xarray/commit/9af03e5e2af4ee1c8ad57a89f283d7f7791e427a)) |
| 22 | + |
| 23 | +- Update semantic release rules |
| 24 | + ([`efda9f7`](https://github.com/Achaad/asar-xarray/commit/efda9f7a68db86d780b5de1aa923090eb7388c78)) |
| 25 | + |
| 26 | +- Update semantic release rules |
| 27 | + ([`91c3aea`](https://github.com/Achaad/asar-xarray/commit/91c3aea5798cb43dd01abff2dfc485693cfd975e)) |
| 28 | + |
| 29 | +### Continuous Integration |
| 30 | + |
| 31 | +- Pyproject.toml is updated based on new release |
| 32 | + ([#38](https://github.com/Achaad/asar-xarray/pull/38), |
| 33 | + [`8db35d8`](https://github.com/Achaad/asar-xarray/commit/8db35d88f22fbe25f3fed52092aeef011f20a83b)) |
| 34 | + |
| 35 | +Co-authored-by: Achaad <achaad@achaad.eu> |
| 36 | + |
| 37 | + |
| 38 | +## v1.3.0 (2025-05-14) |
| 39 | + |
| 40 | +### Build System |
| 41 | + |
| 42 | +- Added loguru dependency for logging ([#34](https://github.com/Achaad/asar-xarray/pull/34), |
| 43 | + [`3ab44bf`](https://github.com/Achaad/asar-xarray/commit/3ab44bfae3c3020a916f2bbe03a78d2b31b50b3c)) |
| 44 | + |
| 45 | +### Chores |
| 46 | + |
| 47 | +- **release**: Version 1.3.0 [skip ci] |
| 48 | + ([`76f0ed3`](https://github.com/Achaad/asar-xarray/commit/76f0ed35b21707c64f44624e1641a60da00d148e)) |
4 | 49 |
|
5 | 50 | # [1.3.0](https://github.com/Achaad/asar-xarray/compare/v1.2.0...v1.3.0) (2025-05-14) |
6 | 51 |
|
| 52 | +### Features |
| 53 | + |
| 54 | +* add metadata parsing |
| 55 | + ([02357b3](https://github.com/Achaad/asar-xarray/commit/02357b3e2dd396f0bd5a5f2b6f736d53eaec89f0)) |
| 56 | + |
| 57 | +### Continuous Integration |
| 58 | + |
| 59 | +- Configure type checking ([#33](https://github.com/Achaad/asar-xarray/pull/33), |
| 60 | + [`1d49d63`](https://github.com/Achaad/asar-xarray/commit/1d49d63af95c2801585b0e0bf728cf0230fa5cb8)) |
7 | 61 |
|
8 | 62 | ### Features |
9 | 63 |
|
10 | | -* add metadata parsing ([02357b3](https://github.com/Achaad/asar-xarray/commit/02357b3e2dd396f0bd5a5f2b6f736d53eaec89f0)) |
| 64 | +- Add metadata parsing |
| 65 | + ([`02357b3`](https://github.com/Achaad/asar-xarray/commit/02357b3e2dd396f0bd5a5f2b6f736d53eaec89f0)) |
| 66 | + |
| 67 | +### Testing |
| 68 | + |
| 69 | +- Move test resource to some additional repository |
| 70 | + ([#32](https://github.com/Achaad/asar-xarray/pull/32), |
| 71 | + [`beb8f21`](https://github.com/Achaad/asar-xarray/commit/beb8f21edd2daeedbee2278a7e83c6151349d89a)) |
| 72 | + |
| 73 | +* make tests use external resources * Avoid usage of git lfs * Resources can be hosted anywhere |
| 74 | + |
| 75 | + |
| 76 | +## v1.2.0 (2025-03-12) |
| 77 | + |
| 78 | +### Chores |
| 79 | + |
| 80 | +- **release**: Version 1.2.0 [skip ci] |
| 81 | + ([`5da1755`](https://github.com/Achaad/asar-xarray/commit/5da1755205f83607d1e5c81b5301978b9b5dfdc2)) |
11 | 82 |
|
12 | 83 | # [1.2.0](https://github.com/Achaad/asar-xarray/compare/v1.1.0...v1.2.0) (2025-03-12) |
13 | 84 |
|
| 85 | +### Features |
| 86 | + |
| 87 | +* add initial support for opening ASAR files |
| 88 | + ([#24](https://github.com/Achaad/asar-xarray/issues/24)) |
| 89 | + ([33a74c5](https://github.com/Achaad/asar-xarray/commit/33a74c55016226e5ab9b8d5711fe536e5f487d71)) |
| 90 | + |
| 91 | +### Continuous Integration |
| 92 | + |
| 93 | +- Add coverage report support ([#16](https://github.com/Achaad/asar-xarray/pull/16), |
| 94 | + [`5d505bb`](https://github.com/Achaad/asar-xarray/commit/5d505bb71274d89621a3d8f3748bf58531dc5341)) |
| 95 | + |
| 96 | +- Add sonarqube analysis ([#13](https://github.com/Achaad/asar-xarray/pull/13), |
| 97 | + [`779e225`](https://github.com/Achaad/asar-xarray/commit/779e225a028495f3dea3a1da2bf322f23449db03)) |
| 98 | + |
| 99 | +- Add sonarqube pull request analysis ([#15](https://github.com/Achaad/asar-xarray/pull/15), |
| 100 | + [`416523c`](https://github.com/Achaad/asar-xarray/commit/416523c5ecb8b20069fe1cdc7f1733416811a9d0)) |
| 101 | + |
| 102 | +- Disable release action for pull requests |
| 103 | + ([`b586a1e`](https://github.com/Achaad/asar-xarray/commit/b586a1ed2d8c18f41821589b3b436a835df9daa4)) |
| 104 | + |
| 105 | +### Documentation |
| 106 | + |
| 107 | +- Create general intro documentation ([#11](https://github.com/Achaad/asar-xarray/pull/11), |
| 108 | + [`3f47d2e`](https://github.com/Achaad/asar-xarray/commit/3f47d2e92435939a0afe6355ce739954024d7961)) |
| 109 | + |
| 110 | +* Update .gitignore with IntelliJ files |
| 111 | + |
| 112 | +* Create initial documentation |
14 | 113 |
|
15 | 114 | ### Features |
16 | 115 |
|
17 | | -* add initial support for opening ASAR files ([#24](https://github.com/Achaad/asar-xarray/issues/24)) ([33a74c5](https://github.com/Achaad/asar-xarray/commit/33a74c55016226e5ab9b8d5711fe536e5f487d71)) |
| 116 | +- Add initial support for opening ASAR files ([#24](https://github.com/Achaad/asar-xarray/pull/24), |
| 117 | + [`33a74c5`](https://github.com/Achaad/asar-xarray/commit/33a74c55016226e5ab9b8d5711fe536e5f487d71)) |
| 118 | + |
| 119 | +* feat: add initial support for opening ASAR files |
| 120 | + |
| 121 | +* Only pixel values are retrieved * No metadata parsing * NB! API is not final * Update CI to use |
| 122 | + conda environment * Update CI to support git lfs |
| 123 | + |
| 124 | + |
| 125 | +## v1.1.0 (2025-03-04) |
| 126 | + |
| 127 | +### Chores |
| 128 | + |
| 129 | +- **release**: Version 1.1.0 [skip ci] |
| 130 | + ([`01482be`](https://github.com/Achaad/asar-xarray/commit/01482be227dc22eb4bde0ef6f6df1bbcdbe6e6b6)) |
18 | 131 |
|
19 | 132 | # [1.1.0](https://github.com/Achaad/asar-xarray/compare/v1.0.1...v1.1.0) (2025-03-04) |
20 | 133 |
|
| 134 | +### Features |
| 135 | + |
| 136 | +* Create basic python module skeleton: ([#6](https://github.com/Achaad/asar-xarray/issues/6)) |
| 137 | + ([#9](https://github.com/Achaad/asar-xarray/issues/9)) |
| 138 | + ([601f969](https://github.com/Achaad/asar-xarray/commit/601f969b271f43bf14cf644422da25724e614051)), |
| 139 | + closes [#3](https://github.com/Achaad/asar-xarray/issues/3) |
21 | 140 |
|
22 | 141 | ### Features |
23 | 142 |
|
24 | | -* Create basic python module skeleton: ([#6](https://github.com/Achaad/asar-xarray/issues/6)) ([#9](https://github.com/Achaad/asar-xarray/issues/9)) ([601f969](https://github.com/Achaad/asar-xarray/commit/601f969b271f43bf14cf644422da25724e614051)), closes [#3](https://github.com/Achaad/asar-xarray/issues/3) |
| 143 | +- Create basic python module skeleton: (#6) ([#9](https://github.com/Achaad/asar-xarray/pull/9), |
| 144 | + [`601f969`](https://github.com/Achaad/asar-xarray/commit/601f969b271f43bf14cf644422da25724e614051)) |
| 145 | + |
| 146 | +#3 Create basic python module skeleton: (#6) |
| 147 | + |
| 148 | + |
| 149 | +## v1.0.1 (2025-03-04) |
| 150 | + |
| 151 | +### Bug Fixes |
| 152 | + |
| 153 | +- Additional permissions |
| 154 | + ([`fbabdef`](https://github.com/Achaad/asar-xarray/commit/fbabdef684feb1eca5709ddaf8768893e5bec3e5)) |
| 155 | + |
| 156 | +### Chores |
| 157 | + |
| 158 | +- **release**: Version 1.0.1 [skip ci] |
| 159 | + ([`9a83ae0`](https://github.com/Achaad/asar-xarray/commit/9a83ae0d66098843e617d0a959a4ff5e2969417f)) |
25 | 160 |
|
26 | 161 | ## [1.0.1](https://github.com/Achaad/asar-xarray/compare/v1.0.0...v1.0.1) (2025-03-04) |
27 | 162 |
|
| 163 | +### Bug Fixes |
| 164 | + |
| 165 | +* additional permissions |
| 166 | + ([fbabdef](https://github.com/Achaad/asar-xarray/commit/fbabdef684feb1eca5709ddaf8768893e5bec3e5)) |
| 167 | + |
| 168 | + |
| 169 | +## v1.0.0 (2025-03-04) |
28 | 170 |
|
29 | 171 | ### Bug Fixes |
30 | 172 |
|
31 | | -* additional permissions ([fbabdef](https://github.com/Achaad/asar-xarray/commit/fbabdef684feb1eca5709ddaf8768893e5bec3e5)) |
| 173 | +- Update action to allow write |
| 174 | + ([`3fc6069`](https://github.com/Achaad/asar-xarray/commit/3fc606962940389210b087329a47e75587017164)) |
32 | 175 |
|
33 | | -# 1.0.0 (2025-03-04) |
| 176 | +- Wrong token |
| 177 | + ([`8290658`](https://github.com/Achaad/asar-xarray/commit/8290658b4f48f48bb88b3a4d819947af251b45aa)) |
| 178 | + |
| 179 | +### Chores |
| 180 | + |
| 181 | +- **release**: Version 1.0.0 [skip ci] |
| 182 | + ([`1c3b970`](https://github.com/Achaad/asar-xarray/commit/1c3b9707918fcb6e2ad3601c6baf0b57bafcd6c3)) |
34 | 183 |
|
| 184 | +# 1.0.0 (2025-03-04) |
35 | 185 |
|
36 | 186 | ### Bug Fixes |
37 | 187 |
|
38 | | -* update action to allow write ([3fc6069](https://github.com/Achaad/asar-xarray/commit/3fc606962940389210b087329a47e75587017164)) |
39 | | -* wrong token ([8290658](https://github.com/Achaad/asar-xarray/commit/8290658b4f48f48bb88b3a4d819947af251b45aa)) |
| 188 | +* update action to allow write |
| 189 | + ([3fc6069](https://github.com/Achaad/asar-xarray/commit/3fc606962940389210b087329a47e75587017164)) |
| 190 | + * wrong token |
| 191 | + ([8290658](https://github.com/Achaad/asar-xarray/commit/8290658b4f48f48bb88b3a4d819947af251b45aa)) |
| 192 | + |
| 193 | +### Features |
40 | 194 |
|
| 195 | +* add automatic semantic versioning ([#8](https://github.com/Achaad/asar-xarray/issues/8)) |
| 196 | + ([8a203f6](https://github.com/Achaad/asar-xarray/commit/8a203f6e2ca27e30f5e67a8a67ea33c551373e60)) |
41 | 197 |
|
42 | 198 | ### Features |
43 | 199 |
|
44 | | -* add automatic semantic versioning ([#8](https://github.com/Achaad/asar-xarray/issues/8)) ([8a203f6](https://github.com/Achaad/asar-xarray/commit/8a203f6e2ca27e30f5e67a8a67ea33c551373e60)) |
| 200 | +- Add automatic semantic versioning ([#8](https://github.com/Achaad/asar-xarray/pull/8), |
| 201 | + [`8a203f6`](https://github.com/Achaad/asar-xarray/commit/8a203f6e2ca27e30f5e67a8a67ea33c551373e60)) |
| 202 | + |
| 203 | +* Configure .releaserc file for versioning * Configure new github action |
0 commit comments