Fuzzy C Means Versions Save

A simple python implementation of Fuzzy C-means algorithm.

v1.7.2

2 months ago

v1.7.2 (2024-03-18)

Fix

  • fix: fix release and publish scripts. (7718856)

v1.7.1

2 months ago

v1.7.1 (2024-03-18)

Build

  • build: change publish pipeline. (2ec4255)

  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3

Bumps jinja2 from 3.1.2 to 3.1.3.


updated-dependencies:

  • dependency-name: jinja2 dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> (bff083f)

  • build(deps): bump markdown-it-py from 2.1.0 to 2.2.0

Bumps markdown-it-py from 2.1.0 to 2.2.0.


updated-dependencies:

  • dependency-name: markdown-it-py dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> (a5af1d9)

Chore

  • chore: change semantic release options. (ee5ffef)

  • chore: remove notebook outputs (b9bd71c)

  • chore: add new env var. (8a2cd12)

Fix

  • fix: correction of the cosine distance calculation method (#78). (c0fd2f8)

Refactor

  • refactor: update pydantic and typer version. (5d6384e)

Unknown

  • Merge pull request #92 from omadson/docs/remove-notebook-outputs

docs: remove notebook outputs (0c4b407)

  • Merge pull request #91 from omadson/chore/change-publish-pipeline

chore: add new env var. (4cde06d)

  • Merge pull request #87 from omadson/feature/upgrade-pydantic-to-v2

feature/upgrade pydantic to v2 (c4be239)

  • Merge pull request #83 from omadson/dependabot/pip/jinja2-3.1.3

build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (721f8ef)

  • Merge pull request #73 from omadson/dependabot/pip/markdown-it-py-2.2.0

build(deps): bump markdown-it-py from 2.1.0 to 2.2.0 (2ad8c6a)

v1.7.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/omadson/fuzzy-c-means/compare/v1.6.4...v1.7.0

v1.6.3

2 years ago
  • Hotfix to solve problems with CLI (#39)

v1.6.2

2 years ago
  • Adds pydantic to validate input parameters
  • Remove package extra installs
  • Fix issues on Windows machines (#21)
  • Removing warning suppression (#32)

v1.4.0

3 years ago

Add the fcm command line interface. To more info, read CLI.md.

v1.3.1

3 years ago

Add the correct dependencies.

v1.3.0

3 years ago

Add Windows support.

v1.2.4

3 years ago

Change to python >=3.6

v1.2.3

3 years ago