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 😄
0.4.1
uses exec in setup.py
0.4.0
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
0.3.1
0.3.0
This release adds the ability to specify `interp_method='polynomial'` to alternatively fit a "smoothed line". Thanks to Peterdha!