Skip to content

Commit 36e289c

Browse files
committed
v2023.12.18
1 parent b29a0a6 commit 36e289c

File tree

5 files changed

+1512
-1453
lines changed

5 files changed

+1512
-1453
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
- name: Install dependencies
6969
run: |
7070
python -m pip install --upgrade pip wheel
71+
72+
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
73+
pip install git+https://gitlab.com/ase/ase
74+
7175
python -m pip install numpy cython packaging
7276
python -m pip install -e '.[dev,optional]'
7377
- name: pytest

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
run: |
100100
python -m pip install numpy cython packaging
101101
102-
# install ase from main branch until FrechetCellFilter is released
103-
# TODO remove pip install git+https://gitlab.com/ase/ase
102+
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
104103
pip install git+https://gitlab.com/ase/ase
105104
106105
python -m pip install -e '.[dev,optional]'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The minimum Python version is 3.9. Some extra functionality (e.g., generation of
6767

6868
## Change Log
6969

70-
Please check [GitHub releases](https://github.com/materialsproject/pymatgen/releases) and [commit history](https://github.com/materialsproject/pymatgen/commits/master) for the latest changes. A legacy changelog is still up at <https://pymatgen.org/change_log>.
70+
See [GitHub releases](https://github.com/materialsproject/pymatgen/releases), [`docs/CHANGES.md`](docs/CHANGES.md) or [commit history](https://github.com/materialsproject/pymatgen/commits/master) in increasing order of details.
7171

7272
## Using pymatgen
7373

0 commit comments

Comments
 (0)