File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,3 +113,4 @@ random_*/
113113* .png
114114! docs /** /* .png
115115test_mace_overnight.py
116+ Tutorials /
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ AmorphGen/
749749├── .github/workflows/
750750│ └── test.yml ← CI (pytest on 3.10/3.11/3.12)
751751├── amorphgen/
752- │ ├── __init__.py ← v1.0.0
752+ │ ├── __init__.py ← v1.0.0rc2
753753│ ├── cli.py ← CLI entry point (amorphgen command)
754754│ ├── configs/
755755│ │ ├── default_config.py ← all default parameters
Original file line number Diff line number Diff line change 2424from .utils .convert import convert
2525from .utils .common import extract_snapshots
2626
27- __version__ = "1.0.0 "
27+ __version__ = "1.0.0rc2 "
2828__author__ = "Chaiyawat Kaewmeechai"
2929
3030__all__ = [
Original file line number Diff line number Diff line change 55project = "AmorphGen"
66copyright = "2026, Chaiyawat Kaewmeechai"
77author = "Chaiyawat Kaewmeechai"
8- version = "1.0.0 "
9- release = "1.0.0 "
8+ version = "1.0.0rc2 "
9+ release = "1.0.0rc2 "
1010
1111# -- General configuration ---------------------------------------------------
1212extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " amorphgen"
7- version = " 1.0.0rc1 "
7+ version = " 1.0.0rc2 "
88description = " Amorphous structure generation via melt-quench MD and random placement"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments