Skip to content

Commit

Permalink
add links to renamed skmatter repo
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Feb 28, 2023
1 parent 95fb201 commit dd9a36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
A collection of scikit-learn compatible utilities that implement methods
developed in the COSMO laboratory


## Deprecation Warning
__IMPORTANT:__ This package has been renamed to scikit-matter (skmatter). This package will no longer be maintained and updated.
__IMPORTANT:__ This package has been renamed to scikit-matter ([skmatter](https://github.com/lab-cosmo/scikit-matter)). This package will no longer be maintained and updated.

Please install the new package, skmatter, using:

Expand Down
2 changes: 1 addition & 1 deletion skcosmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
LOGGER = logging.getLogger(__name__)

LOGGER.warn(
"DeprecationWarning: This package has been renamed to scikit-matter (skmatter). This package will no longer be maintained and updated. Please install the new package using `pip install skmatter`"
"DeprecationWarning: This package has been renamed to scikit-matter (skmatter https://github.com/lab-cosmo/scikit-matter). This package will no longer be maintained and updated. Please install the new package using `pip install skmatter`"
)

0 comments on commit dd9a36a

Please sign in to comment.