We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e38aa commit 2ecce36Copy full SHA for 2ecce36
.codespell/ignore_words.txt
@@ -4,5 +4,11 @@
4
;; abbreviation for "materials" often used in a journal title
5
mater
6
7
+;; alternative use of socioeconomic
8
+socio-economic
9
+
10
;; Frobenius norm used in np.linalg.norm
11
fro
12
13
+;; library used for Python package release, no longer used
14
+rever
.gitignore
@@ -91,3 +91,7 @@ target/
91
92
# Ipython Notebook
93
.ipynb_checkpoints
94
95
+# version information
96
+setup.cfg
97
+/src/diffpy/*/version.cfg
0 commit comments