Skip to content

Commit b972e09

Browse files
authored
Merge pull request #150 from CCPBioSim/147-update-readmemd-v1
Update `CodeEntropy` Documentation to reflect changes made in `v1.0.0`
2 parents 548fc61 + bb58ee9 commit b972e09

File tree

4 files changed

+32
-16
lines changed

4 files changed

+32
-16
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
### Summary
1+
## Summary
22
<!-- Provide a brief description of the PR's purpose here. -->
33

4-
### Changes
4+
## Changes
55
<!-- List all the changes introduced in this PR. -->
6-
Change 1 <!-- Rename Change 1 to reflect change title -->:
6+
### Change 1 <!-- Rename Change 1 to reflect change title -->:
77
- <!-- Bullet point the changes in update 1. -->
88
-
99

10-
Change 2 <!-- Rename Change 2 to reflect change title -->:
10+
### Change 2 <!-- Rename Change 2 to reflect change title -->:
1111
- <!-- Bullet point the changes in update 2. -->
1212
-
1313

14-
Change 3 <!-- Rename Change 3 to reflect change title -->:
14+
### Change 3 <!-- Rename Change 3 to reflect change title -->:
1515
- <!-- Bullet point the changes in update 3. -->
1616
-
1717

18-
### Impact
18+
## Impact
1919
- <!-- Bullet point the expected impact this PR will have on the codebase. -->
2020
-

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,10 @@ Example/data/*.csv
117117
# trajectory file too big
118118
Example/data/1AKI_prod.trr
119119
Example/data/1AKI_prod.tpr
120+
121+
# output directories, log file and outputs
122+
job*
123+
*.json
124+
*.err
125+
*.com
126+
*.txt

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[//]: # (Badges)
22
[![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)
34
![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white)
45
![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white)
5-
![PyPI - Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue)
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)
69
[![Coverage Status](https://coveralls.io/repos/github/CCPBioSim/CodeEntropy/badge.svg?branch=main)](https://coveralls.io/github/CCPBioSim/CodeEntropy?branch=main)
7-
[![Docs - Status](https://app.readthedocs.org/projects/codeentropy/badge/?version=latest)](https://codeentropy.readthedocs.io/en/latest/?badge=latest)
810

911
CodeEntropy
1012
==============================
1113
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.
1214

1315
<p align="center">
14-
<img src="https://github.com/CCPBioSim/branding/blob/fbf562b1f5a9bf34440d0a537548591bad0bd206/logos/biosim-codeentropy_logo_grey.png" alt="CodeEntropy logo" width="300"/>
16+
<img src="docs/images/biosim-codeentropy_logo_grey.svg" alt="CodeEntropy logo" width="300"/>
1517
</p>
1618

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

pyproject.toml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,32 @@ build-backend = "flit_core.buildapi"
77
# See https://www.python.org/dev/peps/pep-0621/
88
name = "CodeEntropy"
99
dynamic = ["version"]
10-
description = "CodeEntropy tool with POSEIDON code integrated to form a complete and generally applicable set of tools for computing entropy of macromolecular systems from the forces sampled in a MD simulation."
10+
description = "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."
1111
authors = [
1212
{name = "Arghya 'Argo' Chakravorty", email = "arghyac@umich.edu"},
13-
{name = "Jas Kalayan", email = "jas.kalayan@stfc.ac.uk"},
1413
{name = "Donald Chung-HK", email = "donald.chung@stfc.ac.uk"},
1514
{name = "Sarah Fegan", email = "sarah.fegan@stfc.ac.uk"},
16-
{name = "Ioana Papa", email = "iapapa1@SHEFFIELD.AC.UK"},
17-
{name = "Harry Swift", email = "harry.swift@stfc.ac.uk"}
15+
{name = "James Gebbie-Rayet", email = "james.gebbie@stfc.ac.uk"},
16+
{name = "Sarah Harris", email="sarah.harris@sheffield.ac.uk"},
17+
{name = "Richard Henchman", email="rhen7213@uni.sydney.edu.au"},
18+
{name = "Jonathan Higham", email="j.higham4@lancaster.ac.uk"},
19+
{name = "Jas Kalayan", email = "jas.kalayan@stfc.ac.uk"},
20+
{name = "Ioana Papa", email = "iapapa1@sheffield.ac.uk"},
1821
]
1922
maintainers = [
20-
{name = "Sarah Fegan", email = "sarah.fegan@stfc.ac.uk"},
2123
{name = "Harry Swift", email = "harry.swift@stfc.ac.uk"}
2224
]
2325
readme = "README.md"
2426
license = { file = "LICENSE" }
2527
classifiers = [
2628
"Programming Language :: Python",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
2732
"Intended Audience :: Science/Research",
2833
"License :: OSI Approved :: MIT License",
2934
"Natural Language :: English",
30-
"Development Status :: 4 - Beta"
35+
"Development Status :: 5 - Production/Stable"
3136
]
3237
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3338
requires-python = ">=3.11"
@@ -45,7 +50,9 @@ dependencies = [
4550
]
4651

4752
[project.urls]
48-
Source = "https://github.com/CCPBioSim/CodeEntropy"
53+
Homepage = "https://ccpbiosim.github.io/CodeEntropy/"
54+
Repository = "https://github.com/CCPBioSim/CodeEntropy"
55+
Documentation = "https://codeentropy.readthedocs.io"
4956

5057
[project.optional-dependencies]
5158
testing = [

0 commit comments

Comments
 (0)