Skip to content

Commit f5591e9

Browse files
authored
Merge pull request #238 from Exabyte-io/feature/SOF-7685
feature/SOF 7685
2 parents c277757 + 0af326a commit f5591e9

File tree

67 files changed

+4339
-6510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4339
-6510
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^((examples|other)\/.*\/.*\.(py|poscar|csv))
22
repos:
33
- repo: https://github.com/Exabyte-io/pre-commit-hooks
4-
rev: 2023.6.28
4+
rev: 2023.9.13
55
hooks:
66
- id: ruff
77
- id: black
@@ -13,3 +13,9 @@ repos:
1313
- id: check-yaml
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
16+
# to strip notebook outputs
17+
- repo: https://github.com/kynan/nbstripout
18+
rev: 0.7.1
19+
hooks:
20+
- id: nbstripout
21+
files: ^other\/materials_designer\/.*\.ipynb$

README.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "0",
6+
"metadata": {},
57
"source": [
68
"# Mat3ra API Examples\n",
79
"\n",
@@ -115,11 +117,7 @@
115117
"2. Jupyter.org, official website: [link](https://jupyter.org/)\n",
116118
"3. Git Large File Storage, official website: [link](https://git-lfs.github.com/)\n",
117119
"4. GitHub Standard Fork & Pull Request Workflow, online explanation: [link](https://gist.github.com/Chaser324/ce0505fbed06b947d962)\n"
118-
],
119-
"metadata": {
120-
"collapsed": false
121-
},
122-
"id": "ca988675356058"
120+
]
123121
}
124122
],
125123
"metadata": {

config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ default:
3131
- uncertainties==3.1.6
3232
- jinja2
3333
- pymatgen-analysis-defects<=2024.4.23
34-
- mat3ra-made==2025.8.1.post1
34+
- mat3ra-made==2025.8.9.post0
35+
# packages below are used when made is installed from GH wheel
3536
# - mat3ra-code
3637
# - mat3ra-esse
3738
notebooks:

other/experiments/create_interface_with_relaxation_alignn.ipynb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@
142142
"cell_type": "code",
143143
"execution_count": null,
144144
"metadata": {
145-
"tags": [],
146-
"trusted": true
145+
"tags": []
147146
},
148147
"outputs": [],
149148
"source": [
@@ -605,9 +604,7 @@
605604
},
606605
{
607606
"cell_type": "markdown",
608-
"metadata": {
609-
"collapsed": false
610-
},
607+
"metadata": {},
611608
"source": [
612609
"## References\n",
613610
"\n",
@@ -633,13 +630,6 @@
633630
"nbconvert_exporter": "python",
634631
"pygments_lexer": "ipython3",
635632
"version": "3.11.7"
636-
},
637-
"widgets": {
638-
"application/vnd.jupyter.widget-state+json": {
639-
"state": {},
640-
"version_major": 2,
641-
"version_minor": 0
642-
}
643633
}
644634
},
645635
"nbformat": 4,

other/experiments/create_interface_with_relaxation_ase_emt.ipynb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
"cell_type": "code",
142142
"execution_count": null,
143143
"metadata": {
144-
"tags": [],
145-
"trusted": true
144+
"tags": []
146145
},
147146
"outputs": [],
148147
"source": [
@@ -607,11 +606,9 @@
607606
},
608607
{
609608
"cell_type": "code",
609+
"metadata": {},
610610
"outputs": [],
611-
"source": [],
612-
"metadata": {
613-
"collapsed": false
614-
}
611+
"source": []
615612
}
616613
],
617614
"metadata": {
@@ -631,13 +628,6 @@
631628
"nbconvert_exporter": "python",
632629
"pygments_lexer": "ipython3",
633630
"version": "3.10.12"
634-
},
635-
"widgets": {
636-
"application/vnd.jupyter.widget-state+json": {
637-
"state": {},
638-
"version_major": 2,
639-
"version_minor": 0
640-
}
641631
}
642632
},
643633
"nbformat": 4,

0 commit comments

Comments
 (0)