From 2ca843cdab30dc1663669f3bd0e6c31f3092e129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Mon, 21 Aug 2023 09:48:22 +0200 Subject: [PATCH] Bump version to 0.3.7 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acf0ad..df86bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## tyler 0.3.7 (unreleased) +## tyler 0.3.7 (2023-08-21) ### Fixed - Geometric error calculation for the parents of the deepest leaves, where the leaf has an edge length of the grid cellsize. @@ -13,6 +13,7 @@ - Write quadtree content bounding box to .tsv with `--grid-export`. - Log all arguments in debug. - Split an explicit tileset to external tilesets if the tree is deep. +- GitHub Action for publishing to DockerHub to `3dgi/tyler` ([#40](https://github.com/3DGI/tyler/pull/40)) ### Changed - Debug data, incl. `--grid-export`, is written to the `debug` directory within the `--output` directory. @@ -45,7 +46,6 @@ ### Added - Option to only generate and write the 3D Tiles tileset, without running the glTF export. Enable with `--3dtiles-tileset-only`. - Timeout `--timeout` in seconds for the converter subprocesses. If speficied, tyler will kill the subprocess after the provided seconds, otherwise it will wait for the process to finish. -- GitHub Action for publishing to DockerHub to `3dgi/tyler` (#40) ### Fixed - geoflow version reporting