Skip to content

Commit 4630dc8

Browse files
author
Kharude, Sachin
committed
bump up version to 0.4.0
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 7c9b59c commit 4630dc8

18 files changed

+38
-17
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ 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.4.0 (2020-09-18)
8+
9+
- Features
10+
- Added feature to upload data from `kml` file to the space.
11+
([#49](https://github.com/heremaps/xyz-spaces-python/pull/49))
12+
- Added `limit` param to method `iter_feature` to control numer of features to
13+
iterate in single call.
14+
([#52](https://github.com/heremaps/xyz-spaces-python/pull/52))
15+
- Fixed encoding and projections issue for `shapefile` upload.
16+
([#54](https://github.com/heremaps/xyz-spaces-python/pull/54))
17+
- Enabled property search while searching features in bounding box.
18+
([#56](https://github.com/heremaps/xyz-spaces-python/pull/56))
19+
- Added feature to upload data from `geobuff` file to the space.
20+
([#57](https://github.com/heremaps/xyz-spaces-python/pull/57))
21+
- Remove duplicate features for `spatial_search_geometry` with division
22+
([#58](https://github.com/heremaps/xyz-spaces-python/pull/58))
23+
- Enabled property search while searching features in tile.
24+
([#61](https://github.com/heremaps/xyz-spaces-python/pull/61))
25+
- Remove duplicate features while add to space using `add_features` and also
26+
added a `mutation` parameter to mutate input features or not.
27+
([#64](https://github.com/heremaps/xyz-spaces-python/pull/64))
28+
- `description` is optional when creating the space.
29+
([#68](https://github.com/heremaps/xyz-spaces-python/pull/68))
30+
- Added feature to upload data from `Geopandas Dataframe` file to the space.
31+
([#71](https://github.com/heremaps/xyz-spaces-python/pull/71))
32+
- Enabled reading space data as Geopandas Dataframe.
33+
([#72](https://github.com/heremaps/xyz-spaces-python/pull/72))
34+
- Improved performance of CSV upload.
35+
([#77](https://github.com/heremaps/xyz-spaces-python/pull/77))
36+
- Improvement in the performance of `add_features_geojson`
37+
([#79](https://github.com/heremaps/xyz-spaces-python/pull/79))
38+
- Changes to convert shape file with projection of different type to EPSG:4326
39+
([#83](https://github.com/heremaps/xyz-spaces-python/pull/83))
40+
- Documentation
41+
- New notebook illustrating spatial search on MS US building footprints dataset.
42+
([#62](https://github.com/heremaps/xyz-spaces-python/pull/62))
43+
744
## xyzspaces 0.3.2 (2020-08-19)
845

946
- Features

changes/docs/pr.62.md

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

changes/features/pr.49.md

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

changes/features/pr.52.md

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

changes/features/pr.54.md

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

changes/features/pr.56.md

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

changes/features/pr.57.md

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

changes/features/pr.58.md

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

changes/features/pr.61.md

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

changes/features/pr.64.md

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

changes/features/pr.68.md

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

changes/features/pr.71.md

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

changes/features/pr.72.md

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

changes/features/pr.77.md

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

changes/features/pr.79.md

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

changes/features/pr.83.md

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

changes/misc/pr.65.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.3.2"
20+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)