Releases: nasa/harmony-browse-image-generator
Version 2.7.0
Version 2.6.2
Version 2.6.1
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
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
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
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
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
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
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
Changed
- Fix images that cross the antimeridian. Target extents are corrected when the bounding box crosses the dateline. [#48]