Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui5801 committed Nov 21, 2024
1 parent 1fb480f commit 9d0625d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<p align="center">
<img src="https://ice.frostsky.com/2024/11/22/eabf1a3e6df982243482db582277b7c2.png" alt="usmerge logo" width="200"/>
</p>

# Unsupervised Merge

[![PyPI version](https://badge.fury.io/py/usmerge.svg)](https://badge.fury.io/py/usmerge)
[![Python versions](https://img.shields.io/pypi/pyversions/usmerge.svg)](https://pypi.org/project/usmerge/)
[![License](https://img.shields.io/github/license/wanghui5801/usmerge.svg)](https://github.com/wanghui5801/usmerge/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/badge/usmerge)](https://pepy.tech/project/usmerge)
[![GitHub last commit](https://img.shields.io/github/last-commit/wanghui5801/usmerge.svg)](https://github.com/wanghui5801/usmerge/commits/main)


A simple Python package for one-dimensional data clustering, implementing various clustering algorithms including traditional and novel approaches.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="usmerge",
version="0.1.2",
version="0.2.0",
description="A simple package to merge one-dimension data by unsupervised method",
author="HuiWang",
author_email="huiw1128@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion usmerge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
hierarchical_density_merge
)

__version__ = "0.1.2"
__version__ = "0.2.0"
__author__ = "HuiWang"
__email__ = "huiw1128@gmail.com"

0 comments on commit 9d0625d

Please sign in to comment.