Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3 v5.0.1
Fixed
- Upgrade the
openapi-core
,openapi-spec-validator
, andjsonschema
packages to their latest versions. This is now possible thanks to the pre-release of openapi-core v0.19.0a1, which fixes python-openapi/openapi-core#662. Resolves #1193.
HyP3 v5.0.0
Removed
legacy
option for thedem_name
parameter ofRTC_GAMMA
jobs. All RTC processing will now use the Copernicus DEM.
Fixed
- The description of the INSAR_ISCE_BURST job's
apply_water_mask
to state that water masking now happens BEFORE unwrapping.
HyP3 v4.5.1
Fixed
output_resolution
in theINSAR_ISCE_TEST
job spec is now correctly specified as an int instead of number, which can be a float or an int.
HyP3 v4.5.0
Changed
- Update
INSAR_ISCE
andINSAR_ISCE_TEST
job spec for GUNW version 3+ standard and custom productsframe_id
is now a required parameter and has no defaultcompute_solid_earth_tide
andestimate_ionosphere_delay
now default totrue
INSAR_ISCE_TEST
exposes customgoldstein_filter_power
,output_resolution
,dense_offsets
, andunfiltered_coherence
parameters
HyP3 v4.4.1
Changed
- Updated
WATER_MAP
job spec to point at the HydroSAR images
instead of the ASF Tools images as the HydroSAR code
is being migrated to the HydroSAR project repository.
Fixed
- Reverted the new AWS Batch job retry strategy introduced in HyP3 v4.1.2. Fixes #1944
Removed
- Removed the unused
RIVER_WIDTH
job spec. - Removed the
WATER_MAP
job spec from UAT as it's not expected to be available in HyP3 production anytime soon.
HyP3 v4.4.0
Added
- INSAR_ISCE_BURST job to EDC production deployment.
HyP3 v4.3.2
Fixed
- Added a Lambda function that sets
Private DNS names enabled
to false for VPC endpoint.
HyP3 v4.3.1
Added
- The
ESA_USERNAME
andESA_PASSWORD
secrets have been added to all of the job specs that require them.
HyP3 v4.3.0
Changed
- The
iterative_min_size
andminimization_metric
parameters have been moved from theWATER_MAP_TEST
job spec to theWATER_MAP
job spec. The defaultminimization_metric
value has been changed fromfmi
tots
. - The
known_water_threshold
parameter for theWATER_MAP
job type is now nullable, with a default value ofnull
instead of30.0
percent. A water threshold is computed when the value isnull
. - Use Amazon Linux 2023 AMI in non-Earthdata Cloud environments
- Reduced the memory reservation of some job types due to slightly less memory being available for AWS Batch jobs on the AL2023 AMI
- All deployments now use the
SPOT_PRICE_CAPACITY_OPTIMIZED
allocation strategy for AWS Batch. This includes JPL
deployments, reverting the temporary change to On Demand instances in HyP3 v3.10.8
Removed
- The
WATER_MAP_TEST
job spec
HyP3 v4.2.1
Changed
- The
ami_id
for EDC platforms now uses the original AMI.