Skip to content

Commit

Permalink
V 0.21.0 (#320)
Browse files Browse the repository at this point in the history
V 0.21.0
Co-authored-by: Christoph Rieke <[email protected]>
  • Loading branch information
andher1802 authored May 18, 2022
1 parent 82506a8 commit 0b9682d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pip show up42-py
```

## Versions
### [0.21.0](https://pypi.org/project/up42-py/) (2022-05-12)
- Adding `up42.get_balance` and `up42.get_credits_history` features for allowing account information retrieval.
- Adding `up42.get_block_coverage` features for retrieval of the catalog blocks' coverage as geojson.
- `project.get_jobs` now has sorting criteria, sorting order and limit parameters.
- Catalog search now enables search for Pleiades Neo etc. (uses host specific API endpoints)
- Fix: `project.get_jobs` now correctly queries the full number of jobs.

### [0.20.2](https://pypi.org/project/up42-py/) (2022-04-10)
- Update documentation
- Non functional changes to enable conda release
Expand Down
2 changes: 1 addition & 1 deletion docs/theme_override_home/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Announcement bar -->
{% block announce %}
<style>.md-announce a,.md-announce a:focus,.md-announce a:hover{color:currentColor}.md-announce strong{white-space:nowrap}.md-announce .twitter{margin-left:.2em;color:#00acee}</style>
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New in 0.20.0: Get consumed credits from run jobs and UP42 data collections! See the release notes!</strong>
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New in 0.21.0: New features for handling your account info (e.g. balance & credit_history)! See the release notes!</strong>
</a>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion up42/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.2
0.21.0

0 comments on commit 0b9682d

Please sign in to comment.