From 2c01cb00b3259a5761fcc62848bbe650c89fd386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Fri, 13 Sep 2024 10:36:04 +0200 Subject: [PATCH] 0.7.0 release --- CHANGELOG.md | 2 +- README.md | 4 ++++ mobgap/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78290972c..d421c020d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [0.7.0] - 2024-08-23 +## [0.7.0] - 2024-09-13 ### Scientific Changes diff --git a/README.md b/README.md index 0ee589fff..1664d87f3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ > > Learn more about this in our blog post about the [alpha release](https://mobgap.readthedocs.io/en/latest/blog/20240322_alpha_release.html). +> [!CAUTION] +> v0.7.0 has a critical performance update for the default `Impaired Walking` pipeline! +> We highly recommend updating! See more in the Changelog. +

diff --git a/mobgap/__init__.py b/mobgap/__init__.py index 18444f9e2..baa085c0b 100644 --- a/mobgap/__init__.py +++ b/mobgap/__init__.py @@ -4,4 +4,4 @@ PACKAGE_ROOT = Path(__file__).parent -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 877ac752f..38f24ba4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobgap" -version = "0.6.0" +version = "0.7.0" description = "A Python implementation of the Mobilise-D algorithm pipeline for gait analysis using IMU worn at the lower back." authors = [ "Arne Küderle ",