Skip to content

Commit 6b2d049

Browse files
authored
Merge pull request #168 from arvkevi/release/0.8.6
Update version
2 parents d4e5157 + cc514b4 commit 6b2d049

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Kevin"
66
orcid: "https://orcid.org/0000-0001-8751-8918"
77
title: "kneed"
8-
version: 0.8.5
8+
version: 0.8.6
99
doi: 10.5281/zenodo.6496267
10-
date-released: 2023-07-08
10+
date-released: 2026-03-20
1111
url: "https://github.com/arvkevi/kneed"

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.8.6 (2026-03-20)
4+
5+
- Fixed knee detection to pause after local minima per the Kneedle algorithm specification
6+
- Migrated documentation from Sphinx to MkDocs Material with dark mode and improved search
7+
- Added new documentation: getting started guide, curve types reference, multi-knee detection, `find_shape()` guide, troubleshooting, and real-world examples (K-means, PCA)
8+
- Converted docstrings from Sphinx to NumPy style and fixed type errors (`online` was documented as `str` instead of `bool`, `S` as `integer` instead of `float`)
9+
- Updated Python support: dropped 3.5-3.7, added 3.12 to CI matrix
10+
- Updated project classifier from "Alpha" to "Production/Stable"
11+
- Added changelog to documentation
12+
313
## 0.8.5 (2023-07-08)
414

515
- Removed all warnings when no knees are found — `knee` simply returns `None`

kneed/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.5"
1+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)