Skip to content

Commit 5ba0d26

Browse files
committed
update citation doi and version tag to 2.1.15
1 parent 62634f7 commit 5ba0d26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
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).
2626

2727
## How to cite APEX
28-
[![](https://img.shields.io/badge/DOI-10.48550/arXiv.2404.17330-red.svg)](https://doi.org/10.48550/arXiv.2404.17330)
28+
[![](https://img.shields.io/badge/DOI-10.1038/s41524_025_01580_y-red.svg)](https://doi.org/10.1038/s41524-025-01580-y)
2929

3030
If you use APEX in your research, please cite the following paper for general purpose:
3131

32-
> Z. Li, T. Wen, Y. Zhang, X. Liu, C. Zhang, A. S. L. S. Pattamatta, X. Gong, B. Ye, H.Wang, L. Zhang, D. J. Srolovitz, An extendable cloud-native alloy property explorer (2024). arXiv:2404.17330.
32+
> Li, Z., Wen, T., Zhang, Y. et al. APEX: an automated cloud-native material property explorer. npj Comput Mater 11, 88 (2025). https://doi.org/10.1038/s41524-025-01580-y
3333
3434
## Table of Contents
3535

apex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
__version__ = '1.2.14'
2+
__version__ = '1.2.15'
33
LOCAL_PATH = os.getcwd()
44

55

setup.py

Lines changed: 1 addition & 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.14",
8+
version="1.2.15",
99
author="Zhuoyuan Li, Tongqi Wen",
1010
author_email="[email protected]",
1111
description="Alloy Properties EXplorer using simulations",

0 commit comments

Comments
 (0)