diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 7396be3..b63e309 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at info@4r7.ir. All +reported by contacting the project team at info@samila.site. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/CHANGELOG.md b/CHANGELOG.md index be8c0e1..a916340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Anaconda workflow ### Changed - `README.md` updated +- `CODE_OF_CONDUCT.md` updated - `demo.ipynb` updated - `cmap` parameter added to `plot` method - Random mode modified - Test system modified - `generate` method optimized +- `samila_help` function updated ## [0.8] - 2022-06-01 ### Added - `INVALID_COLOR_TYPE_ERROR` error diff --git a/README.md b/README.md index 09b9c89..1602861 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Samila can be used online in interactive Jupyter Notebooks via the Binder or Col ## Issues & bug reports -Just fill an issue and describe it. We'll check it ASAP! +Just fill an issue and describe it. We'll check it ASAP! or send an email to [info@samila.site](mailto:info@samila.site "info@samila.site"). - Please complete the issue template diff --git a/samila/functions.py b/samila/functions.py index ad6aaea..f1a138a 100644 --- a/samila/functions.py +++ b/samila/functions.py @@ -638,6 +638,7 @@ def samila_help(): :return: None """ print(OVERVIEW) + print("Website : https://www.samila.site") print("Repo : https://github.com/sepandhaghighi/samila") diff --git a/setup.py b/setup.py index 50076d4..7b60e1f 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,8 @@ setup( long_description=read_description(), long_description_content_type='text/markdown', author='Samila Development Team', - author_email='info@4r7.ir', - url='https://github.com/sepandhaghighi/samila', + author_email='info@samila.site', + url='https://www.samila.site', download_url='https://github.com/sepandhaghighi/samila/tarball/v0.8', keywords="generative-art art nft file nft-storage", project_urls={ diff --git a/test/function_test.py b/test/function_test.py index 1cfa537..52d3377 100644 --- a/test/function_test.py +++ b/test/function_test.py @@ -88,5 +88,6 @@ create arts based on many thousand points. The position of every single point is calculated by a formula, which has random parameters. Because of the random numbers, every image looks different. +Website : https://www.samila.site Repo : https://github.com/sepandhaghighi/samila """