Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Mar 10, 2023
1 parent 2a39d31 commit e3a1084
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ 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.10.0] -
## [0.10.0] - 2023-03-10

### Fixed
- Fixed an issue that the index of `EgaitParameterValidation2013` was not deterministically sorted.

### Changed

- Removed pydantic as dependency and switched to custom logic to set configs.
The use-facing API remains the same.

## [0.9.0] - 2023-02-02

## Added
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated 44 files
+1 −1 .buildinfo
+81 −48 CHANGELOG.html
+2 −2 README.html
+ _downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
+1 −1 _downloads/1109f7bf295fec32f2fdfd5f1a48ac23/egait_adidas_2014.py
+ _downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
+373 −373 _downloads/ca42ec32ec92c53e9cb60ed0e1c391b0/egait_adidas_2014.ipynb
+ _images/sphx_glr_egait_adidas_2014_001.png
+ _images/sphx_glr_egait_adidas_2014_002.png
+10 −0 _sources/CHANGELOG.md.txt
+2 −2 _sources/auto_examples/egait_adidas_2014.rst.txt
+2 −2 _sources/auto_examples/sg_execution_times.rst.txt
+1 −1 _static/documentation_options.js
+55 −55 auto_examples/egait_adidas_2014.html
+62 −62 auto_examples/egait_parameter_validation_2013.html
+30 −30 auto_examples/egait_segmentation_validation_2014.html
+2 −2 auto_examples/index.html
+56 −56 auto_examples/pyshoe_2019.html
+94 −94 auto_examples/sensor_position_comparison_2019.html
+5 −5 auto_examples/sg_execution_times.html
+86 −86 auto_examples/stair_ambulation_healthy_2021.html
+11 −30 genindex.html
+2 −2 guides/index.html
+2 −2 index.html
+22 −167 modules/generated/gaitmap_datasets.DatasetsConfig.html
+17 −17 modules/generated/gaitmap_datasets.EgaitParameterValidation2013.html
+17 −17 modules/generated/gaitmap_datasets.EgaitSegmentationValidation2014.html
+17 −17 modules/generated/gaitmap_datasets.PyShoe2019Hallway.html
+17 −17 modules/generated/gaitmap_datasets.PyShoe2019Stairs.html
+17 −17 modules/generated/gaitmap_datasets.PyShoe2019Vicon.html
+30 −18 modules/generated/gaitmap_datasets.SensorPositionComparison2019Mocap.html
+29 −17 modules/generated/gaitmap_datasets.SensorPositionComparison2019Segmentation.html
+30 −18 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021Full.html
+30 −18 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
+19 −3 modules/generated/gaitmap_datasets.utils.convert_segmented_stride_list.html
+3 −3 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.9.0"
__version__ = "0.10.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.9.0"
version = "0.10.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 e3a1084

Please sign in to comment.