Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Apr 21, 2023
1 parent 2eb39b7 commit 0d8078b
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.11.0] - 2023-04-21

### Fixed
- Fixed further potential cases where the index of datasets was not deterministically sorted.


### Changed
- Config files are frozen now

## [0.10.0] - 2023-03-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated 38 files
+1 −1 .buildinfo
+84 −52 CHANGELOG.html
+2 −2 README.html
+ _downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
+373 −373 _downloads/ca42ec32ec92c53e9cb60ed0e1c391b0/egait_adidas_2014.ipynb
+10 −1 _sources/CHANGELOG.md.txt
+1 −1 _static/documentation_options.js
+2 −2 auto_examples/egait_adidas_2014.html
+3 −3 auto_examples/egait_parameter_validation_2013.html
+2 −2 auto_examples/egait_segmentation_validation_2014.html
+2 −2 auto_examples/index.html
+3 −3 auto_examples/pyshoe_2019.html
+2 −2 auto_examples/sensor_position_comparison_2019.html
+2 −2 auto_examples/sg_execution_times.html
+2 −2 auto_examples/stair_ambulation_healthy_2021.html
+3 −3 genindex.html
+2 −2 guides/index.html
+2 −2 index.html
+8 −8 modules/generated/gaitmap_datasets.DatasetsConfig.html
+22 −22 modules/generated/gaitmap_datasets.EgaitParameterValidation2013.html
+21 −21 modules/generated/gaitmap_datasets.EgaitSegmentationValidation2014.html
+22 −22 modules/generated/gaitmap_datasets.PyShoe2019Hallway.html
+22 −22 modules/generated/gaitmap_datasets.PyShoe2019Stairs.html
+21 −21 modules/generated/gaitmap_datasets.PyShoe2019Vicon.html
+25 −25 modules/generated/gaitmap_datasets.SensorPositionComparison2019Mocap.html
+22 −22 modules/generated/gaitmap_datasets.SensorPositionComparison2019Segmentation.html
+26 −26 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021Full.html
+25 −25 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 −19 modules/generated/gaitmap_datasets.utils.convert_segmented_stride_list.html
+2 −2 modules/index.html
+ objects.inv
+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 @@ -38,4 +38,4 @@
"create_config_template",
"get_dataset_path",
]
__version__ = "0.10.0"
__version__ = "0.11.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.10.0"
version = "0.11.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 0d8078b

Please sign in to comment.