Skip to content

Commit

Permalink
v2023.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Dec 19, 2023
1 parent b29a0a6 commit 36e289c
Show file tree
Hide file tree
Showing 5 changed files with 1,512 additions and 1,453 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -68,6 +68,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
pip install git+https://gitlab.com/ase/ase
python -m pip install numpy cython packaging
python -m pip install -e '.[dev,optional]'
- name: pytest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -99,8 +99,7 @@ jobs:
run: |
python -m pip install numpy cython packaging
# install ase from main branch until FrechetCellFilter is released
# TODO remove pip install git+https://gitlab.com/ase/ase
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
pip install git+https://gitlab.com/ase/ase
python -m pip install -e '.[dev,optional]'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ The minimum Python version is 3.9. Some extra functionality (e.g., generation of

## Change Log

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>.
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.

## Using pymatgen

Expand Down

0 comments on commit 36e289c

Please sign in to comment.