File tree 10 files changed +23
-8
lines changed 10 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 60
60
with :
61
61
file : ./coverage.xml
62
62
flags : unittests
63
+ verbose : true
63
64
64
65
- name : Build Docs and Changelog (Only on Linux for saving time)
65
66
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ Do not edit this file manually! It is updated from manually written text fragmen
4
4
in the [ changes] ( https://github.com/heremaps/xyz-spaces-python/tree/master/changes )
5
5
directory of this repository!
6
6
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
+
7
27
## xyzspaces 0.4.0 (2020-09-18)
8
28
9
29
- Features
Original file line number Diff line number Diff line change 1
1
# XYZ Spaces for Python
2
2
3
3
[ ![ 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 )
5
5
[ ![ PyPI - Status] ( https://img.shields.io/pypi/status/xyzspaces )] ( https://pypi.org/project/xyzspaces/ )
6
6
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/v/xyzspaces.svg?logo=pypi )] ( https://pypi.org/project/xyzspaces/ )
7
7
[ ![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/xyzspaces )] ( https://pypi.org/project/xyzspaces/ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
18
18
"""Project version information."""
19
19
20
- __version__ = "0.4 .0"
20
+ __version__ = "0.5 .0"
You can’t perform that action at this time.
0 commit comments