diff --git a/README.md b/README.md index f56e298f..97d2e465 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Sesame -[![version](https://img.shields.io/github/v/release/intellistream/Sesame?color=green)](https://github.com/intellistream/Sesame/releases) -[![version](https://img.shields.io/badge/cpp-c%2B%2B20-red)](https://github.com/intellistream/Sesame) +[![version](https://img.shields.io/github/v/release/DataSysResearch/Sesame?color=green)](https://github.com/DataSysResearch/Sesame/releases) +[![version](https://img.shields.io/badge/cpp-c%2B%2B20-red)](https://github.com/DataSysResearch/Sesame) [![pyversion](https://img.shields.io/pypi/pyversions/pysame.svg?color=)](https://pypi.org/project/pysame/) -[![os](https://img.shields.io/badge/os-linux-yellow)](https://github.com/intellistream/Sesame) -[![PyPI - License](https://img.shields.io/pypi/l/pysame.svg?color=orange)](https://github.com/intellistream/Sesame/blob/main/LICENSE) +[![os](https://img.shields.io/badge/os-linux-yellow)](https://github.com/DataSysResearch/Sesame) +[![PyPI - License](https://img.shields.io/pypi/l/pysame.svg?color=orange)](https://github.com/DataSysResearch/Sesame/blob/main/LICENSE) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8210331.svg)](https://zenodo.org/records/8210331) ## About @@ -58,7 +58,7 @@ print(bne.partial_fit(X).predict(X)) ### Checkout Source Code ```bash -git clone https://github.com/intellistream/Sesame --recursive --depth=1 +git clone https://github.com/DataSysResearch/Sesame --recursive --depth=1 cd Sesame ``` @@ -146,9 +146,8 @@ Datasets can download from zenodo: https://zenodo.org/records/8210331 bibtex_show = {true}, selected = {true}, pdf = {papers/Sesame.pdf}, - code = {https://github.com/intellistream/Sesame}, + code = {https://github.com/DataSysResearch/Sesame}, doi = {10.1145/3589307}, url = {https://doi.org/10.1145/3589307} } ``` - diff --git a/pyproject.toml b/pyproject.toml index 7ae3535e..bba79797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,5 +21,5 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/intellistream/Sesame" -Issues = "https://github.com/intellistream/Sesame/issues" +Homepage = "https://github.com/DataSysResearch/Sesame" +Issues = "https://github.com/DataSysResearch/Sesame/issues" diff --git a/setup.py b/setup.py index d25c52f3..6dd080f6 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def build_extension(self, ext: CMakeExtension) -> None: name="pysame", version=__version__, author="Shuhao Zhang", - url="https://github.com/intellistream/Sesame", + url="https://github.com/DataSysResearch/Sesame", description="Stream clustering algorithms on modern hardware", long_description="This project aims at building a scalable stream mining library on modern hardware. The repo contains currently several representative real-world stream clustering algorithms and several synthetic algorithms.", ext_modules=[CMakeExtension("pysame")],