Skip to content

Releases: omadson/fuzzy-c-means

v1.7.2

18 Mar 22:04
Compare
Choose a tag to compare

v1.7.2 (2024-03-18)

Fix

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

v1.7.1

18 Mar 21:43
Compare
Choose a tag to compare

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] <support@github.com> (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] <support@github.com> (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

18 Mar 18:35
Compare
Choose a tag to compare

What's Changed

  • docs: create documentation by @omadson in #49
  • build(deps): bump jupyter-server from 1.13.5 to 1.15.4 by @dependabot in #51
  • build(deps): bump jupyter-server from 1.13.5 to 1.15.4 in /docs by @dependabot in #50
  • build(deps): bump notebook from 6.4.8 to 6.4.10 by @dependabot in #53
  • build(deps): bump notebook from 6.4.8 to 6.4.10 in /docs by @dependabot in #52
  • build(deps): bump notebook from 6.4.10 to 6.4.12 in /docs by @dependabot in #56
  • build(deps): bump notebook from 6.4.10 to 6.4.12 by @dependabot in #55
  • build(deps): bump nbconvert from 6.4.2 to 6.5.1 by @dependabot in #57
  • build(deps): bump jupyter-server from 1.15.4 to 1.17.0 by @dependabot in #59
  • build(deps): bump jupyter-server from 1.15.4 to 1.17.0 in /docs by @dependabot in #58
  • Update package to include any size cluster by @danich1 in #64
  • feat: add support for custom distance metrics (#61) by @omadson in #68

New Contributors

Full Changelog: v1.6.4...v1.7.0