Skip to content

Commit f516896

Browse files
authored
Merge pull request #1 from deepmodeling/devel-1.2.0
Devel 1.2.0- renew 2024 8.27
2 parents c581e5a + 8128758 commit f516896

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
* Modify the single-step run command from `test` to `do` for improved clarity and consistencey
1919

2020
## APEX Bohrium App
21-
[![](https://img.shields.io/badge/APP-BohriumApp-orange.svg)](https://app.bohrium.dp.tech/apex/)
21+
[![](https://img.shields.io/badge/APP-BohriumApp-orange.svg)](https://bohrium.dp.tech/apps/apex)
2222

23-
APEX also provides a web-based [Bohrium App](https://app.bohrium.dp.tech/apex/) for rapid and easy alloy property calculations without intensive JSON configuration (Note: one will need a Bohrium account to access this service).
23+
APEX also provides a web-based [Bohrium App](https://bohrium.dp.tech/apps/apex) for rapid and easy alloy property calculations without intensive JSON configuration (Note: one will need a Bohrium account to access this service).
2424

2525
## How to cite APEX
2626
[![](https://img.shields.io/badge/DOI-10.48550/arXiv.2404.17330-red.svg)](https://doi.org/10.48550/arXiv.2404.17330)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="apex-flow",
8-
version="1.2.0",
8+
version="1.2.6",
99
author="Zhuoyuan Li, Tongqi Wen",
1010
author_email="zhuoyli@outlook.com",
1111
description="Alloy Properties EXplorer using simulations",
@@ -14,6 +14,7 @@
1414
url="https://github.com/deepmodeling/APEX.git",
1515
packages=setuptools.find_packages(),
1616
install_requires=[
17+
"numpy<2.0.0",
1718
"pydflow>=1.7.83",
1819
"pymatgen>=2023.8.10",
1920
'pymatgen-analysis-defects>=2023.8.22',

tests/test_interstitial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_make_confs_bcc(self):
7171
)
7272
task_list = self.interstitial.make_confs(self.target_path, self.equi_path)
7373
dfm_dirs = glob.glob(os.path.join(self.target_path, "task.00000[1-9]"))
74-
self.assertEqual(len(dfm_dirs), 6)
74+
self.assertEqual(len(dfm_dirs), 5)
7575

7676
incar0 = Incar.from_file(os.path.join("vasp_input", "INCAR.rlx"))
7777
incar0["ISIF"] = 3

0 commit comments

Comments
 (0)