Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Dec 21, 2022
1 parent ef67c3f commit e856ebf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated from db8d6d to 19ee0f
2 changes: 1 addition & 1 deletion gaitmap_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"PyShoe2019Hallway",
"PyShoe2019Stairs",
]
__version__ = "0.5.0"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit e856ebf

Please sign in to comment.