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
+19-5
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,31 @@ HyBIG follows semantic versioning. All notable changes to this project will be
4
4
documented in this file. The format is based on [Keep a
5
5
Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [v2.2.0] - 2024-12-19
8
+
9
+
### Changed
10
+
11
+
* NODATA and TRANSPARENT values are merged. [[#41](https://github.com/nasa/harmony-browse-image-generator/pull/41)]
12
+
- User visible change: paletted PNG outupt images will have up to 254 color
13
+
values and a 255th value that is transparent.
14
+
- Internal code changes: removes `TRANSPARENT_IDX` (254) and uses
15
+
`NODATA_IDX` (255) in its stead. A color of (0,0,0,0) was previosly set to
16
+
both the indexes (254 and 255) in the ouput PNGs and now only 255 will have
17
+
this value. This change ensures the roundtrip from single band to RGBA to
18
+
paletted PNG is consistent.
19
+
7
20
## [v2.1.0] - 2024-12-13
8
21
9
22
### Changed
10
23
11
-
* Input GeoTIFF RGB[A] images are **no longer palettized** when converted to a PNG. The new resulting output browse images are now 3 or 4 band PNG retaining the color information of the input image.[#39](https://github.com/nasa/harmony-browse-image-generator/pull/39)
12
-
* Changed pre-commit configuration to remove `black-jupyter` dependency [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
13
-
* Updates service image's python to 3.12 [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
14
-
* Simplifies test scripts to run with pytest and pytest plugins [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
24
+
* Input GeoTIFF RGB[A] images are **no longer palettized** when converted to a PNG. The new resulting output browse images are now 3 or 4 band PNG retaining the color information of the input image.[[#39](https://github.com/nasa/harmony-browse-image-generator/pull/39)]
25
+
* Changed pre-commit configuration to remove `black-jupyter` dependency [[#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)]
26
+
* Updates service image's python to 3.12 [[#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)]
27
+
* Simplifies test scripts to run with pytest and pytest plugins [[#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)]
15
28
16
29
### Removed
17
30
18
-
* Removes `test_code_format.py` in favor of `ruff` pre-commit configuration [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
31
+
* Removes `test_code_format.py` in favor of `ruff` pre-commit configuration [[#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)]
19
32
20
33
21
34
## [v2.0.2] - 2024-10-15
@@ -92,6 +105,7 @@ For more information on internal releases prior to NASA open-source approval,
0 commit comments