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.10.19]

### Changed
* The cost of autoRIFT jobs has been reduced back to 25 credits, from 50 credits, on the [credits](docs/using/credits.md) page.

## [0.10.18]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/using/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allotment on jobs of that particular type.
| {{ table_indent(count=2) }} 14 pairs | 105 | {{ max_jobs_per_month(105) }} |
| {{ table_indent(count=2) }} 15 pairs | 110 | {{ max_jobs_per_month(110) }} |
| [**AutoRIFT**](https://its-live.jpl.nasa.gov/){target=_blank} | | |
| {{ table_indent() }} Standard product (120-m pixel spacing) | 50 | {{ max_jobs_per_month(50) }} |
| {{ table_indent() }} Standard product (120-m pixel spacing) | 25 | {{ max_jobs_per_month(25) }} |

The credit cost of a given job is roughly proportional to the computational resources required to process the job,
allowing us to distribute our resources more equitably.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ plugins:
- mkdocstrings:
handlers:
python:
inherited_members: true
rendering:
options:
inherited_members: true
show_root_toc_entry: false
- redirects:
redirect_maps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdocs-material==9.4.2
mkdocs-asf-theme==0.4.0
mkdocs-redirects
mkdocs-section-index
mkdocstrings==0.27.0 # FIXME: https://github.com/ASFHyP3/hyp3-docs/issues/498
mkdocstrings==0.28.3
mkdocstrings-python
mkdocs-macros-plugin
requests
Loading