Skip to content

Commit 3e57aa2

Browse files
semantic-releasegithub-actions
authored andcommitted
1.7.0
Automatically generated by python-semantic-release
1 parent e957f67 commit 3e57aa2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.7.0 (2022-12-09)
6+
### Feature
7+
* Add support for custom distance metrics ([#61](https://github.com/omadson/fuzzy-c-means/issues/61)) ([`1b0a340`](https://github.com/omadson/fuzzy-c-means/commit/1b0a340b37c77d9d8be9c9a3df31720cdc755f64))
8+
9+
### Documentation
10+
* Add readthedocs badge ([`40bec9e`](https://github.com/omadson/fuzzy-c-means/commit/40bec9e8b24461ed1ab9bb602ccfbc446e19ba71))
11+
* Add all packages ([`bd8cfe9`](https://github.com/omadson/fuzzy-c-means/commit/bd8cfe9bb87952003c64c59c961c9da27da84707))
12+
* Create documentation ([`70395ea`](https://github.com/omadson/fuzzy-c-means/commit/70395eab3e8dcf6483b1241460d3cf2bee8a22df))
13+
* Readthedocs setup ([`b6a65fe`](https://github.com/omadson/fuzzy-c-means/commit/b6a65fe5ec4a8012bfb73f56cefca979e613bbd3))
14+
* Create documentation ([`95f11c1`](https://github.com/omadson/fuzzy-c-means/commit/95f11c19db0f20ebdf379b76b318cbcfc1deceb3))
15+
* **main:** Adds docstrings. ([`aa19e55`](https://github.com/omadson/fuzzy-c-means/commit/aa19e5532e6012c4687e6d948d294500399c3a19))
16+
* Adds interrogate pre-commit ([`5258adb`](https://github.com/omadson/fuzzy-c-means/commit/5258adb4c9bac17d3910a6fd6f002ae0ab44919f))
17+
518
## v1.6.4 (2022-02-19)
619
### Fix
720
* Tests and packaging method ([`62f26c3`](https://github.com/omadson/fuzzy-c-means/commit/62f26c3e8267679a2a52fb14099be1ec50579917))

fcmeans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"""fuzzy-c-means - A simple implementation of Fuzzy C-means algorithm."""
33
from .main import FCM
44

5-
__version__ = "1.6.4"
5+
__version__ = "1.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fuzzy-c-means"
3-
version = "1.6.4"
3+
version = "1.7.0"
44
description = "A simple python implementation of Fuzzy C-means algorithm."
55
authors = ["Madson Dias <madsonddias@gmail.com>"]
66

0 commit comments

Comments
 (0)