Skip to content

Commit 53f697f

Browse files
author
Kharude, Sachin
committed
version bumped to 0.5.0
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent cc9aa71 commit 53f697f

File tree

10 files changed

+23
-8
lines changed

10 files changed

+23
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
with:
6161
file: ./coverage.xml
6262
flags: unittests
63+
verbose: true
6364

6465
- name: Build Docs and Changelog (Only on Linux for saving time)
6566
if: matrix.os == 'ubuntu-latest'

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Do not edit this file manually! It is updated from manually written text fragmen
44
in the [changes](https://github.com/heremaps/xyz-spaces-python/tree/master/changes)
55
directory of this repository!
66

7+
## xyzspaces 0.5.0 (2021-02-01)
8+
9+
- Features
10+
- Added functionality to `clone` Space
11+
([#93](https://github.com/heremaps/xyz-spaces-python/pull/93))
12+
- Handle HTTP 429 responses with `backoff` package.
13+
([#95](https://github.com/heremaps/xyz-spaces-python/pull/95))
14+
- support the new `force2D` parameter for all the APIs used to read features.
15+
([#96](https://github.com/heremaps/xyz-spaces-python/pull/96))
16+
- Add support for new mode and vizSampling params in HubApi.get_space_tile.
17+
([#101](https://github.com/heremaps/xyz-spaces-python/pull/101))
18+
- Documentation
19+
- Start collecting/documenting architecture decision records (ADRs).
20+
([#90](https://github.com/heremaps/xyz-spaces-python/pull/90))
21+
- Add support for executable code in Sphinx documentation.
22+
([#99](https://github.com/heremaps/xyz-spaces-python/pull/99))
23+
- Misc
24+
- Migrated CI from Travis to GitHub Actions.
25+
([#111](https://github.com/heremaps/xyz-spaces-python/pull/111))
26+
727
## xyzspaces 0.4.0 (2020-09-18)
828

929
- Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# XYZ Spaces for Python
22

33
[![Documentation Status](https://img.shields.io/readthedocs/xyz-spaces-python?logo=read-the-docs)](https://xyz-spaces-python.readthedocs.io/en/latest/?badge=latest)
4-
[![Build Status](https://travis-ci.com/heremaps/xyz-spaces-python.svg?branch=master)](https://travis-ci.com/github/heremaps/xyz-spaces-python)
4+
![Tests](https://github.com/heremaps/xyz-spaces-python/workflows/Tests/badge.svg)
55
[![PyPI - Status](https://img.shields.io/pypi/status/xyzspaces)](https://pypi.org/project/xyzspaces/)
66
[![PyPI - Python Version](https://img.shields.io/pypi/v/xyzspaces.svg?logo=pypi)](https://pypi.org/project/xyzspaces/)
77
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/xyzspaces)](https://pypi.org/project/xyzspaces/)

changes/docs/pr.90.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/docs/pr.99.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/features/pr.101.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/features/pr.93.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/features/pr.95.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/features/pr.96.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xyzspaces/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
"""Project version information."""
1919

20-
__version__ = "0.4.0"
20+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)