Skip to content

Commit

Permalink
V0 19 0 (#287)
Browse files Browse the repository at this point in the history
* add changelog

* bump version 0.19.0

* update docs banner
  • Loading branch information
Christoph Rieke authored Jan 28, 2022
1 parent 1ce3747 commit 705c95d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ pip show up42-py
```

## Versions
### [0.19.0](https://pypi.org/project/up42-py/) (2022-01-28)
- Add support for UP42 data collections via `up42.get_collections`.
- Switch `catalog.construct_parameters` to use `collection` instead of `sensor` for
the dataset selection.
- Refactor retry mechanism. Resolves issue of unintended token renewals & further limits
retries.


### [0.18.1](https://pypi.org/project/up42-py/) (2021-12-20)
- Allow installation with Python 3.9

## Versions
### [0.18.0](https://pypi.org/project/up42-py/) (2021-11-10)
- Add sorting criteria, sorting order and results limit parameters to `storage.get_orders`
and `storage.get_assets`. Now also uses results pagination which avoids timeout issues
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.18.1: Speed improvements & sorting of assets/orders! See the release notes and update!</strong>
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New in 0.19.0: UP42 data collections! 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.18.1
0.19.0

0 comments on commit 705c95d

Please sign in to comment.