Skip to content

Commit f3875e9

Browse files
author
Christoph Rieke
authored
Bump version 0.12.0 & add changelog entries (#153)
* bump version to 0.11.1 * add changelog entries 0.11.1 * update annoucement info bar * correct link * use version 0.12.0, not a minor version
1 parent 6d2ede9 commit f3875e9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ pip show up42-py
1515
```
1616

1717
## Versions
18+
19+
### [0.12.0](https://pypi.org/project/up42-py/) (2020-10-14)
20+
21+
- Simplify object representation to just relevant information, also simplifies logger messages.
22+
- Add `.info` property to all objects to get the detialed object information, deprecation process for `get_info`.
23+
- Add `status` property to job, jobtask and jobcollection objects. Deprecation process for `get_status`.
24+
- Add selection of job mode for `.get_jobs`.
25+
- Add description of initialization of each object to code reference.
26+
- Move sdk documentation to custom subdomain "sdk.up42.com".
27+
- Unpin geopandas version.
28+
- Simplify mock tests & test fixtures
29+
- Fix: Use correct cutoff time 23:59:59 in default datetimes.
30+
- Fix: Download jobtasks to respective jobtask subfolders instead of the job folder.
31+
32+
1833
### [0.11.0](https://pypi.org/project/up42-py/) (2020-08-13)
1934
- Fix: Remove buffer 0 for fixing invalid geometry.
2035
- Add `map_quicklooks` method for visualising quicklooks interactively.

docs/theme_override_home/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% endblock %}
2828
{% block announce %}
2929
<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>
30-
<a href="https://up42.github.io/up42-py/CHANGELOG/"><strong>New version 0.11:</strong> Adds map quicklooks feature & more, see the 📅
30+
<a href="https://sdk.up42.com/CHANGELOG/"><strong>New version 0.12.0:</strong> Improves object representation, adds info & status properties and more! See the 📅
3131
<strong>release notes</strong>!
3232
</a>
3333
{% endblock %}

up42/_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)