Skip to content

Releases: nasa/harmony-browse-image-generator

Version 2.7.0

06 May 21:01
1ed62d6

Choose a tag to compare

Changed

  • Update Pillow to version 12.2.0

Commits

GITC-9016: Updated tiled output logic to only output an image if a window has data (#65)
GITC-8962: Memory and performance optimization when reading data (#64)

Version 2.6.2

14 Apr 21:37
6899720

Choose a tag to compare

Changed

  • Update Pillow to version 12.2.0

Commits

Merge pull request #63 from nasa/GITC-8958

Version 2.6.1

14 Jan 20:04
03a9f13

Choose a tag to compare

Changed

  • Bugfix for v2.6.0 to fix regression test failure.

Commits

Merge pull request #61 from nasa/GITC-8361-bugfix
GITC-8361 (bugfix): Fixed a bug in 2.6.0 related to nodata values

Version 2.6.0

14 Jan 17:41
fd90b02

Choose a tag to compare

Changed

  • Refactored code be more memory efficient, reducing peak memory usage when processing large granules by about 90% at no performance hit.
  • Minor changes related to resolving tech debt and code quality improvements throughout.

Commits

Merge pull request #59 from nasa/GITC-8361
GITC-8361: code cleanup and logic improvements, updated unit tests
GITC-8361: First cut at memory optimization

Version 2.5.1

07 Jan 20:01
98f69c7

Choose a tag to compare

Changed

  • GitHub release notes for HyBIG will now include the commit history for that
    release.

  • Service libraries updated to address vulnerabilities.

Commits

Merge pull request #58 from flamingbear/mhs/DAS-2466/mitigate-urllib3-vulnerabilities
DAS-2466: Create a release.
DAS-2466: Commit the co-located snyk files.
DAS-2466: Remove 3.13 since things are pinned tightly.
Merge remote-tracking branch 'origin/pre-commit-ci-update-config' into mhs/DAS-2466/mitigate-urllib3-vulnerabilities
DAS-2466: fix python version in readme.
DAS-2466: Address vulnerabilities in urllib3

Version 2.5.0

03 Dec 22:51
82e966b

Choose a tag to compare

Changed

  • GitHub release notes for HyBIG will now include the commit history for that
    release.

Commits

Merge pull request #56 from nasa/GITC-8325
Updated changelog
Fixed clipping behavior for underflow and overflow values

Version 2.4.2

28 Oct 18:11
281201e

Choose a tag to compare

Changed

  • GitHub release notes for HyBIG will now include the commit history for that
    release.

Commits

Merge pull request #55 from nasa/GITC-8020
Fixed weird bug causing unit test failure, updated Changelog and docker service version
Dynamically determine nodata index based on multiple heuristics
TRT-315: Add commit history to release notes. (#54)

Version 2.4.1

23 Jun 23:17
701fdb9

Choose a tag to compare

Changed

  • Fix bug with JPEG driver on single-banded input granules. Since we are now palettizing where possible since 2.4.0, this creates an issue when trying to output in JPEG since color palettes (and transparency) are not supported. [#52]

Version 2.4.0

30 Apr 20:58
edbbd25

Choose a tag to compare

Changed

  • Fix rasterization issues with palettized granules. Source images now retain their palette in a scaled form, rather than reinterpreting the palette. [#50]
  • Minor bugfixes and type formatting improvements.

Version 2.3.0

25 Apr 14:25
a68a7b6

Choose a tag to compare

Changed

  • Fix images that cross the antimeridian. Target extents are corrected when the bounding box crosses the dateline. [#48]