From e856ebf32a398a45cb1fa0e339c28772d0ff7e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Wed, 21 Dec 2022 11:14:40 +0100 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 9 +++++++++ docs/_build/html | 2 +- gaitmap_datasets/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3688de8..f5f6046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] - 2022-21-12 + +### Added +- The PyShoe Dataset (https://github.com/utiasSTARS/pyshoe) + +### Changed +- The sensor position dataset now reports the mocap distance in m instead of mm to be consistent with the use of SI + units. + ## [0.5.0] - 2022-13-12 Changed package name mad-datasets to gaitmap-datasets! diff --git a/docs/_build/html b/docs/_build/html index db8d6dd..19ee0f4 160000 --- a/docs/_build/html +++ b/docs/_build/html @@ -1 +1 @@ -Subproject commit db8d6dd772dc5f9844f2e714dff667186ecb93a5 +Subproject commit 19ee0f4b94f6a640a28ef237c7c62e5cd39ba44d diff --git a/gaitmap_datasets/__init__.py b/gaitmap_datasets/__init__.py index a2e7b5c..a4cdfbc 100644 --- a/gaitmap_datasets/__init__.py +++ b/gaitmap_datasets/__init__.py @@ -23,4 +23,4 @@ "PyShoe2019Hallway", "PyShoe2019Stairs", ] -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index b65a27e..d29e904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaitmap-datasets" -version = "0.5.0" +version = "0.6.0" description = "Helper to access to open-source gait datasets used by MaD-Lab" authors = [ "Arne Küderle ",