Skip to content

Commit 9454bf1

Browse files
author
Christoph Rieke
authored
V 0 14 0 (#177)
* add changelog * bump version 0.14.0 * wording * announcement bar
1 parent 559c395 commit 9454bf1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ pip show up42-py
1515
```
1616

1717
## Versions
18-
### [0.14.0](https://pypi.org/project/up42-py/) (2020-11-18)
19-
- Add `workflow.estimate_job` for getting estimation the cost of running a workflow.
20-
- Add boolean `get_estimation` parameter to `workflow.test_job` for getting cost's estimation when running test job. By default is set to false.
18+
### [0.14.0](https://pypi.org/project/up42-py/) (2020-12-07)
19+
- Add `workflow.estimate_job()` function for estimation of credit costs & job duration before running a job.
20+
- Add `bands=[3,2,1]` parameter in `.plot_results()` and `.map_results()` for band & band order selection.
21+
- `.plot_results()` now accepts kwargs of [rasterio.plot.show](https://rasterio.readthedocs.io/en/latest/api/rasterio.plot.html#rasterio.plot.show) and matplotlib.
22+
- Add `up42.initialize_jobcollection()`
23+
- Add `get_estimation=False` parameter to `workflow.test_job`.
24+
- Add ship-identification example.
25+
- Overhaul "Getting started" examples.
2126

2227
### [0.13.1](https://pypi.org/project/up42-py/) (2020-11-18)
2328
- Handle request rate limits via retry mechanism.

docs/theme_override_home/main.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<!-- Announcement bar -->
2121
{% block announce %}
2222
<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>
23-
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New version 0.13.1:</strong> Improved access of plotting and basic functionality! See the 📅
24-
<strong>release notes</strong>!
23+
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New in 0.14.0: Price estimation 🎉! See the release notes and update!</strong>
2524
</a>
2625
{% endblock %}
2726

up42/_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.14.0

0 commit comments

Comments
 (0)