From 0d8078bae3ed67eb0237f9afe57f59a442ea0f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Fri, 21 Apr 2023 15:32:40 +0200 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 9 +++++++++ docs/_build/html | 2 +- gaitmap_datasets/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd78e46..619028c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/_build/html b/docs/_build/html index f3c7b96..8b54554 160000 --- a/docs/_build/html +++ b/docs/_build/html @@ -1 +1 @@ -Subproject commit f3c7b96fdc18dbd71ec3183c3942702a92784a97 +Subproject commit 8b54554544278f1c4bd51e481c1d4ca080697fe7 diff --git a/gaitmap_datasets/__init__.py b/gaitmap_datasets/__init__.py index bbe3359..9baa040 100644 --- a/gaitmap_datasets/__init__.py +++ b/gaitmap_datasets/__init__.py @@ -38,4 +38,4 @@ "create_config_template", "get_dataset_path", ] -__version__ = "0.10.0" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index 8a3c9b8..c920652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",