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
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ 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
-
## [unreleased] - 2024-12-10
7
+
## [v2.1.0] - 2024-12-13
8
8
9
9
### Changed
10
10
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)
11
12
* Changed pre-commit configuration to remove `black-jupyter` dependency [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
12
13
* Updates service image's python to 3.12 [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
13
14
* Simplifies test scripts to run with pytest and pytest plugins [#38](https://github.com/nasa/harmony-browse-image-generator/pull/38)
@@ -90,14 +91,15 @@ outlined by the NASA open-source guidelines.
90
91
For more information on internal releases prior to NASA open-source approval,
0 commit comments