Skip to content

Commit 7e38a20

Browse files
committed
Merge remote-tracking branch 'origin/main' into 251-docs-improve-readability-of-github-issues
2 parents 8a592a4 + 832d0f7 commit 7e38a20

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

.github/workflows/project-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
38+
parallel: true
3839

3940
docs:
4041
runs-on: ubuntu-latest
@@ -68,4 +69,4 @@ jobs:
6869
- name: Run pre-commit
6970
run: |
7071
pre-commit install
71-
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
72+
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
[//]: # (Badges)
2-
[![CodeEntropy CI](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml)
3-
[![Docs - Status](https://app.readthedocs.org/projects/codeentropy/badge/?version=latest)](https://codeentropy.readthedocs.io/en/latest/?badge=latest)
4-
![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white)
5-
![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/CodeEntropy)
7-
![PyPI - Total Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue)
8-
![PyPI - Monthly Downloads](https://img.shields.io/pypi/dm/CodeEntropy?logo=pypi&logoColor=white&color=blue)
9-
[![Coverage Status](https://coveralls.io/repos/github/CCPBioSim/CodeEntropy/badge.svg?branch=main)](https://coveralls.io/github/CCPBioSim/CodeEntropy?branch=main)
10-
111
CodeEntropy
122
==============================
3+
4+
| Category | Badges |
5+
|----------------|--------|
6+
| **Build** | [![CodeEntropy CI](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml) |
7+
| **Documentation** | [![Docs - Status](https://app.readthedocs.org/projects/codeentropy/badge/?version=latest)](https://codeentropy.readthedocs.io/en/latest/?badge=latest) |
8+
| **PyPI** | ![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white) ![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/CodeEntropy) ![PyPI - Total Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue) ![PyPI - Monthly Downloads](https://img.shields.io/pypi/dm/CodeEntropy?logo=pypi&logoColor=white&color=blue)|
9+
| **Quality** | [![Coverage Status](https://coveralls.io/repos/github/CCPBioSim/CodeEntropy/badge.svg?branch=main)](https://coveralls.io/github/CCPBioSim/CodeEntropy?branch=main) |
10+
1311
CodeEntropy is a Python package for computing the configurational entropy of macromolecular systems using forces sampled from molecular dynamics (MD) simulations. It implements the multiscale cell correlation method to provide accurate and efficient entropy estimates, supporting a wide range of applications in molecular simulation and statistical mechanics.
1412

1513
<p align="center">
@@ -18,11 +16,6 @@ CodeEntropy is a Python package for computing the configurational entropy of mac
1816

1917
See [CodeEntropy’s documentation](https://codeentropy.readthedocs.io/en/latest/) for more information.
2018

21-
## Copyright
22-
23-
Copyright (c) 2025 CCPBioSim
24-
25-
2619
## Acknowledgements
2720

2821
Project based on

0 commit comments

Comments
 (0)