Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jan 30, 2023
1 parent 450d6ad commit 1cc0f52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated 60 files
+1 −1 .buildinfo
+53 −27 CHANGELOG.html
+91 −12 README.html
+ _downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
+5 −5 _downloads/08076a719d53c1b8f657ae32a3742efb/egait_segmentation_validation_2014.ipynb
+5 −23 _downloads/1df0fd8580706df66b149563a830c791/pyshoe_2019.ipynb
+6 −10 _downloads/649add75e6a28c57b298701a2735ff5d/pyshoe_2019.py
+ _downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
+3 −9 _downloads/758fa34b5a9c846ac7edee207fbad9c2/stair_ambulation_healthy_2021.py
+4 −4 _downloads/877a477f2a3ea79725676d18dc66e9b6/egait_parameter_validation_2013.ipynb
+4 −22 _downloads/99dfda4674b913337d64c09ff60879de/stair_ambulation_healthy_2021.ipynb
+3 −13 _downloads/ba9e20ae543e037487469936bd439965/sensor_position_comparison_2019.py
+5 −23 _downloads/e85f0a10cd6db63c09556dda79309b8d/sensor_position_comparison_2019.ipynb
+3 −5 _downloads/f5a493a127c5e720241fa83b2630c2ad/egait_parameter_validation_2013.py
+7 −9 _downloads/f83a15ad56bc60bea5fb92297a50da8f/egait_segmentation_validation_2014.py
+10 −0 _sources/CHANGELOG.md.txt
+74 −6 _sources/README.md.txt
+27 −29 _sources/auto_examples/egait_parameter_validation_2013.rst.txt
+134 −136 _sources/auto_examples/egait_segmentation_validation_2014.rst.txt
+43 −60 _sources/auto_examples/pyshoe_2019.rst.txt
+51 −74 _sources/auto_examples/sensor_position_comparison_2019.rst.txt
+6 −6 _sources/auto_examples/sg_execution_times.rst.txt
+36 −55 _sources/auto_examples/stair_ambulation_healthy_2021.rst.txt
+6 −0 _sources/modules/generated/gaitmap_datasets.DatasetsConfig.rst.txt
+8 −0 _sources/modules/generated/gaitmap_datasets.config.rst.txt
+8 −0 _sources/modules/generated/gaitmap_datasets.create_config_template.rst.txt
+8 −0 _sources/modules/generated/gaitmap_datasets.get_dataset_path.rst.txt
+8 −0 _sources/modules/generated/gaitmap_datasets.reset_config.rst.txt
+8 −0 _sources/modules/generated/gaitmap_datasets.set_config.rst.txt
+19 −0 _sources/modules/index.rst.txt
+1 −1 _static/documentation_options.js
+7 −9 auto_examples/egait_parameter_validation_2013.html
+125 −120 auto_examples/egait_segmentation_validation_2014.html
+3 −3 auto_examples/index.html
+9 −14 auto_examples/pyshoe_2019.html
+6 −16 auto_examples/sensor_position_comparison_2019.html
+16 −16 auto_examples/sg_execution_times.html
+6 −13 auto_examples/stair_ambulation_healthy_2021.html
+49 −2 genindex.html
+2 −2 guides/index.html
+2 −2 index.html
+664 −0 modules/generated/gaitmap_datasets.DatasetsConfig.html
+27 −17 modules/generated/gaitmap_datasets.EgaitParameterValidation2013.html
+27 −17 modules/generated/gaitmap_datasets.EgaitSegmentationValidation2014.html
+27 −17 modules/generated/gaitmap_datasets.PyShoe2019Hallway.html
+28 −18 modules/generated/gaitmap_datasets.PyShoe2019Stairs.html
+27 −17 modules/generated/gaitmap_datasets.PyShoe2019Vicon.html
+28 −18 modules/generated/gaitmap_datasets.SensorPositionComparison2019Mocap.html
+27 −17 modules/generated/gaitmap_datasets.SensorPositionComparison2019Segmentation.html
+28 −18 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021Full.html
+28 −18 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021PerTest.html
+492 −0 modules/generated/gaitmap_datasets.config.html
+493 −0 modules/generated/gaitmap_datasets.create_config_template.html
+492 −0 modules/generated/gaitmap_datasets.get_dataset_path.html
+483 −0 modules/generated/gaitmap_datasets.reset_config.html
+496 −0 modules/generated/gaitmap_datasets.set_config.html
+66 −8 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 @@ -37,4 +37,4 @@
"create_config_template",
"get_dataset_path",
]
__version__ = "0.7.0"
__version__ = "0.8.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.7.0"
version = "0.8.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 1cc0f52

Please sign in to comment.