Skip to content

Commit 97bd70c

Browse files
committed
Preparing for new minor version 1.1 with better memory efficiency and better usage of uint32
1 parent c418b6e commit 97bd70c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ You can install Radius Clustering using pip:
2626
pip install radius-clustering
2727
```
2828

29-
> Note: This package is not yet available on PyPI. You may need to install it from the source. See [the documentation](https://lias-laboratory.github.io/radius_clustering/installation.html) for more details.
30-
3129
## Usage
3230

3331
Here's a basic example of how to use Radius Clustering:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "radius-clustering"
7-
version = "1.0.1"
7+
version = "1.1.0"
88
description = "A Clustering under radius constraints algorithm using minimum dominating sets"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)