Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Dec 9, 2022
1 parent e957f67 commit 3e57aa2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--next-version-placeholder-->

## v1.7.0 (2022-12-09)
### Feature
* 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))

### Documentation
* Add readthedocs badge ([`40bec9e`](https://github.com/omadson/fuzzy-c-means/commit/40bec9e8b24461ed1ab9bb602ccfbc446e19ba71))
* Add all packages ([`bd8cfe9`](https://github.com/omadson/fuzzy-c-means/commit/bd8cfe9bb87952003c64c59c961c9da27da84707))
* Create documentation ([`70395ea`](https://github.com/omadson/fuzzy-c-means/commit/70395eab3e8dcf6483b1241460d3cf2bee8a22df))
* Readthedocs setup ([`b6a65fe`](https://github.com/omadson/fuzzy-c-means/commit/b6a65fe5ec4a8012bfb73f56cefca979e613bbd3))
* Create documentation ([`95f11c1`](https://github.com/omadson/fuzzy-c-means/commit/95f11c19db0f20ebdf379b76b318cbcfc1deceb3))
* **main:** Adds docstrings. ([`aa19e55`](https://github.com/omadson/fuzzy-c-means/commit/aa19e5532e6012c4687e6d948d294500399c3a19))
* Adds interrogate pre-commit ([`5258adb`](https://github.com/omadson/fuzzy-c-means/commit/5258adb4c9bac17d3910a6fd6f002ae0ab44919f))

## v1.6.4 (2022-02-19)
### Fix
* Tests and packaging method ([`62f26c3`](https://github.com/omadson/fuzzy-c-means/commit/62f26c3e8267679a2a52fb14099be1ec50579917))
Expand Down
2 changes: 1 addition & 1 deletion fcmeans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""fuzzy-c-means - A simple implementation of Fuzzy C-means algorithm."""
from .main import FCM

__version__ = "1.6.4"
__version__ = "1.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fuzzy-c-means"
version = "1.6.4"
version = "1.7.0"
description = "A simple python implementation of Fuzzy C-means algorithm."
authors = ["Madson Dias <madsonddias@gmail.com>"]

Expand Down

0 comments on commit 3e57aa2

Please sign in to comment.