Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.8]

### Changed
* Updated cost for 20x4 Burst InSAR jobs with 13-15 pairs from 5 to 10 credits.

## [0.12.7]
* Reduced credit allotment to 8,000 per month from 10,000 per month on the `using/credits` page.

Expand Down
3 changes: 2 additions & 1 deletion docs/using/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ month if you spent your entire monthly HyP3 Basic credit allotment on jobs of th
| [**Burst InSAR**](../guides/burst_insar_product_guide.md) | | | |
| {{ table_indent() }} 80-m pixel spacing (20x4 looks) | | | |
| {{ table_indent(count=2) }} 1–4 pairs | 1 | {{ hyp3_plus_cost(1) }} | {{ max_jobs_per_month(1) }} |
| {{ table_indent(count=2) }} 5–15 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} |
| {{ table_indent(count=2) }} 5–12 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} |
| {{ table_indent(count=2) }} 13–15 pairs | 10 | {{ hyp3_plus_cost(10) }} | {{ max_jobs_per_month(10) }} |
| {{ table_indent() }} 40-m pixel spacing (10x2 looks) | | | |
| {{ table_indent(count=2) }} 1–3 pairs | 1 | {{ hyp3_plus_cost(1) }} | {{ max_jobs_per_month(1) }} |
| {{ table_indent(count=2) }} 4–9 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} |
Expand Down
Loading