Skip to content

Commit dd9a36a

Browse files
committed
add links to renamed skmatter repo
1 parent 95fb201 commit dd9a36a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
A collection of scikit-learn compatible utilities that implement methods
77
developed in the COSMO laboratory
88

9+
910
## Deprecation Warning
10-
__IMPORTANT:__ This package has been renamed to scikit-matter (skmatter). This package will no longer be maintained and updated.
11+
__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.
1112

1213
Please install the new package, skmatter, using:
1314

skcosmo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
LOGGER = logging.getLogger(__name__)
66

77
LOGGER.warn(
8-
"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`"
8+
"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`"
99
)

0 commit comments

Comments
 (0)