Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jul 13, 2023
1 parent ef8c906 commit 3523187
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [0.13.0] - 2023-07-13

### Fixed
- The egait segmentation validation dataset contained strides that had negative duration.
Expand All @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


### Changed
- Config files are frozen now
- Config files are[CHANGELOG.md](CHANGELOG.md) frozen now

## [0.10.0] - 2023-03-10

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated 36 files
+1 −1 .buildinfo
+92 −70 CHANGELOG.html
+2 −2 README.html
+7 −1 _sources/CHANGELOG.md.txt
+1 −1 _static/documentation_options.js
+53 −53 auto_examples/egait_adidas_2014.html
+62 −62 auto_examples/egait_parameter_validation_2013.html
+40 −40 auto_examples/egait_segmentation_validation_2014.html
+2 −2 auto_examples/index.html
+2 −2 auto_examples/kluge_2017.html
+57 −56 auto_examples/pyshoe_2019.html
+94 −94 auto_examples/sensor_position_comparison_2019.html
+2 −2 auto_examples/sg_execution_times.html
+86 −86 auto_examples/stair_ambulation_healthy_2021.html
+2 −2 genindex.html
+2 −2 guides/index.html
+2 −2 index.html
+4 −4 modules/generated/gaitmap_datasets.DatasetsConfig.html
+23 −23 modules/generated/gaitmap_datasets.EgaitParameterValidation2013.html
+23 −23 modules/generated/gaitmap_datasets.EgaitSegmentationValidation2014.html
+23 −23 modules/generated/gaitmap_datasets.PyShoe2019Hallway.html
+23 −23 modules/generated/gaitmap_datasets.PyShoe2019Stairs.html
+22 −22 modules/generated/gaitmap_datasets.PyShoe2019Vicon.html
+26 −26 modules/generated/gaitmap_datasets.SensorPositionComparison2019Mocap.html
+23 −23 modules/generated/gaitmap_datasets.SensorPositionComparison2019Segmentation.html
+27 −27 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021Full.html
+26 −26 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021PerTest.html
+3 −3 modules/generated/gaitmap_datasets.config.html
+3 −3 modules/generated/gaitmap_datasets.create_config_template.html
+3 −3 modules/generated/gaitmap_datasets.get_dataset_path.html
+3 −3 modules/generated/gaitmap_datasets.reset_config.html
+3 −3 modules/generated/gaitmap_datasets.set_config.html
+3 −3 modules/generated/gaitmap_datasets.utils.convert_segmented_stride_list.html
+2 −2 modules/index.html
+2 −2 search.html
+1 −1 searchindex.js
2 changes: 1 addition & 1 deletion gaitmap_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"create_config_template",
"get_dataset_path",
]
__version__ = "0.12.0"
__version__ = "0.13.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.12.0"
version = "0.13.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 3523187

Please sign in to comment.