Skip to content

Releases: arvkevi/kneed

detect flat maximum

27 Nov 18:57
cf430a2
Compare
Choose a tag to compare

#53 fixes a bug where maxima in the difference curve were not detected if they were flat.

Online detection

01 Oct 23:56
cb35c9b
Compare
Choose a tag to compare
  • Adds support for online and offline knee point detection.
  • General refactoring and improvements to the algorithm.
  • Fixes a persistent typo in a variable name.
  • Remove artificial minima and maxima.
  • Appropriately reference the difference curve (I was incorrectly using the "distance" curve).

CONTRIBUTING

15 Sep 18:31
34b826a
Compare
Choose a tag to compare

This is a minor release with the following changes:

  • Include CONTRIBUTING.md with instructions for collaborators.
  • Update image links in README.md so they render in PyPI.
  • Require numpy>=1.14.2, thanks, @Blackrobe 😄

improve versioning

06 Jul 13:48
Compare
Choose a tag to compare

uses exec in setup.py

Major Refactor

06 Jul 10:55
Compare
Choose a tag to compare

The source code was overhauled significantly in this release. However, there should not be any breaking changes.

  1. Improved code readability by refactoring and renaming variables.
  2. The method find_knee now returns the first identified knee point.
  3. The KneeLocator object now stores all knee/elbow points.
  4. Added three new tests.
  5. Updated README

fix bad v0.3.0 release

16 Apr 02:13
Compare
Choose a tag to compare
v0.3.1

version bump

Polynomial fit

16 Apr 01:44
Compare
Choose a tag to compare

This release adds the ability to specify interp_method='polynomial' to alternatively fit a "smoothed line".
Thanks to @Peterdha!

first conda-forge release

20 Jan 17:12
Compare
Choose a tag to compare
v0.2.4

install via conda

another release for conda-forge

15 Jan 03:05
Compare
Choose a tag to compare
v0.2.3

distribute tests/

try to install via conda-forge

15 Jan 01:35
Compare
Choose a tag to compare

almost installable through conda-forge.