You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: change references of snmf to stretched-nmf (#185)
* chore: use new name in scikit-package space
* refactor: rename references throughout program snmf -> stretched-nmf
* refactor: rename project references
* chore: add news item for package-name-update
* chore: CI toml issue
---------
Co-authored-by: John Halloran <jhalloran@oxy.edu>
A python package implementing the stretched NMF algorithm.
40
40
@@ -43,12 +43,12 @@ on the independent variable axis. For example, for powder diffraction data taken
43
43
chemical phases where the measurements were done at different temperatures and the materials were undergoing thermal
44
44
expansion.
45
45
46
-
For more information about the diffpy.snmf library, please consult our `online documentation <https://diffpy.github.io/diffpy.snmf>`_.
46
+
For more information about the diffpy.stretched-nmf library, please consult our `online documentation <https://diffpy.github.io/diffpy.stretched-nmf>`_.
47
47
48
48
Citation
49
49
--------
50
50
51
-
If you use diffpy.snmf in a scientific publication, we would like you to cite this package as
51
+
If you use diffpy.stretched-nmf in a scientific publication, we would like you to cite this package as
52
52
53
53
Ran Gu, Yevgeny Rakita, Ling Lan, Zach Thatcher, Gabrielle E. Kamm, Daniel O’Nolan, Brennan Mcbride, Allison Wustrow, James R. Neilson, Karena W. Chapman, Qiang Du, and Simon J. L. Billinge,
54
54
`Stretched Non-negative Matrix Factorization
@@ -67,49 +67,49 @@ To add "conda-forge" to the conda channels, run the following in a terminal. ::
67
67
conda config --add channels conda-forge
68
68
69
69
We want to install our packages in a suitable conda environment.
70
-
The following creates and activates a new environment named ``diffpy.snmf_env`` ::
70
+
The following creates and activates a new environment named ``diffpy.stretched-nmf_env`` ::
To view the basic usage and available commands, type ::
99
99
100
-
diffpy.snmf -h
100
+
diffpy.stretched-nmf -h
101
101
102
102
Getting Started
103
103
---------------
104
104
105
-
You may consult our `online documentation <https://diffpy.github.io/diffpy.snmf>`_ for tutorials and API references.
105
+
You may consult our `online documentation <https://diffpy.github.io/diffpy.stretched-nmf>`_ for tutorials and API references.
106
106
107
107
Support and Contribute
108
108
----------------------
109
109
110
-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.snmf/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.snmf/pulls>`_.
110
+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.stretched-nmf/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.stretched-nmf/pulls>`_.
111
111
112
-
Feel free to fork the project and contribute. To install diffpy.snmf
112
+
Feel free to fork the project and contribute. To install diffpy.stretched-nmf
113
113
in a development mode, with its sources being directly used by Python
114
114
rather than copied to a package directory, use the following in the root
115
115
directory ::
@@ -130,14 +130,14 @@ trying to commit again.
130
130
131
131
Improvements and fixes are always appreciated.
132
132
133
-
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.snmf/blob/main/CODE-OF-CONDUCT.rst>`_.
133
+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.stretched-nmf/blob/main/CODE-OF-CONDUCT.rst>`_.
134
134
135
135
Contact
136
136
-------
137
137
138
-
For more information on diffpy.snmf please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon Billinge at sb2896@columbia.edu.
138
+
For more information on diffpy.stretched-nmf please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon Billinge at sb2896@columbia.edu.
139
139
140
140
Acknowledgements
141
141
----------------
142
142
143
-
``diffpy.snmf`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
143
+
``diffpy.stretched-nmf`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
0 commit comments