Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9920253
data_container at UA level is now formed of a residue group and custo…
ioanaapapa Mar 12, 2026
4e230ec
update from main
ioanaapapa Mar 17, 2026
f1de766
added new functions to find custom backbone
ioanaapapa Mar 25, 2026
aa9a523
match backbone of last residue to that of previous residue
ioanaapapa Mar 31, 2026
138e770
fix getting name of second to last terminal atom
ioanaapapa Mar 31, 2026
9e1a3b0
fix getting name of second to last terminal atom
ioanaapapa Mar 31, 2026
3fba88e
fix getting backbone for last residue
ioanaapapa Mar 31, 2026
e3f4eaf
backbone is now returned as MDAnalysis atom group; backbone COM is us…
ioanaapapa Apr 1, 2026
c2c1e2a
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Apr 15, 2026
a366d9a
draft new function to compute residue axes independent of residue nei…
ioanaapapa Apr 17, 2026
bd9d6f6
residue rotation axes are determined from center of rotation + two ed…
ioanaapapa Apr 17, 2026
ca38da3
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Apr 20, 2026
11b726c
tidied up
ioanaapapa Apr 22, 2026
d989636
tidied up
ioanaapapa Apr 22, 2026
b5340fc
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Apr 22, 2026
9d7948b
corrections to get_residue_custom_axes
ioanaapapa Apr 22, 2026
64a5187
removed debugging print statements
ioanaapapa Apr 22, 2026
95f937b
fix for molecules with only one residue
ioanaapapa Apr 24, 2026
98a3987
deleted commented out old code
ioanaapapa Apr 24, 2026
2b2b3a9
changed UA axes tests to include new parameter relevant for new UA axes
ioanaapapa Apr 24, 2026
aebbd48
fix for building ua bead when customised_axes False and UA trans axes…
ioanaapapa Apr 24, 2026
3052c66
removed duplicate return statement
ioanaapapa Apr 27, 2026
4fe8f26
changed tests to include res_position
ioanaapapa Apr 28, 2026
a939741
added comments to described new axis method
ioanaapapa Apr 28, 2026
03351d9
O
ioanaapapa Apr 28, 2026
9f15b7e
fix for 1 heavy atom case
ioanaapapa Apr 30, 2026
5da1d6a
changed tests to match code changes
ioanaapapa Apr 30, 2026
94cf45c
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Apr 30, 2026
af80571
fixed translation centre for single heavy atom case
ioanaapapa May 1, 2026
9d1e3b7
changed test_get_UA_axes_raises_when_bonded_axes_fail
ioanaapapa May 11, 2026
6a5e44a
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Jun 1, 2026
9694ad1
correction for single heavy atom case
ioanaapapa Jun 8, 2026
f5d5431
changed residue level test for vanilla axes
ioanaapapa Jun 9, 2026
9a8aae0
updated tests and removed redundant 1 heavy atom code
ioanaapapa Jun 10, 2026
6b4a2d8
updated unit tests
ioanaapapa Jun 10, 2026
7c782cd
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Jun 10, 2026
620c22d
modified dna regression tests to match results with new custom axes
ioanaapapa Jun 10, 2026
246c72b
changed dna selection subset regression test
ioanaapapa Jun 10, 2026
6be94e6
changed residue axes to match NCC for proteins
ioanaapapa Jun 11, 2026
1f47e6b
axes change to make more similar to NCC
ioanaapapa Jun 12, 2026
25d0150
corrected center of mass
ioanaapapa Jun 12, 2026
e9d3cfc
centre of rotation correction
ioanaapapa Jun 12, 2026
828bde0
centre of rotation correction
ioanaapapa Jun 12, 2026
b46263a
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Jun 12, 2026
d8fe042
fix atom is not subscriptable error
ioanaapapa Jun 22, 2026
ec0c030
updates baselines
ioanaapapa Jun 22, 2026
950e411
updated baselines
ioanaapapa Jun 22, 2026
d8be74d
will add unit tests for new lines of code
ioanaapapa Jun 22, 2026
d7dac35
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Jun 22, 2026
166937f
updated tests
ioanaapapa Jun 22, 2026
c7eac7d
updated unit tests
ioanaapapa Jun 22, 2026
9c1ec28
update covariance unit tests
ioanaapapa Jun 22, 2026
5987746
fix test for building ua vectors with vanilla axes
ioanaapapa Jun 22, 2026
1e6cd56
updated documentation
ioanaapapa Jun 29, 2026
0c69554
Merge branch 'main' into 26-residue-bonded-axes
ioanaapapa Jul 1, 2026
3c4896e
Revert "updated documentation"
ioanaapapa Jul 2, 2026
7b91b08
Merge branch '26-residue-bonded-axes' of https://github.com/CCPBioSim…
ioanaapapa Jul 2, 2026
d2aaf9b
Revert "Merge branch '26-residue-bonded-axes' of https://github.com/C…
ioanaapapa Jul 2, 2026
7f85a4f
added new unit tests
ioanaapapa Jul 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/workflows/coveralls-main.yaml

This file was deleted.

23 changes: 13 additions & 10 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ name: Pull Request CI

on:
pull_request:
push:
branches: [main]

permissions:
contents: read
checks: write
pull-requests: write

concurrency:
group: pr-ci-${{ github.ref }}
group: pr-${{ github.ref }}
cancel-in-progress: true

jobs:
unit:
name: Unit
if: github.event_name == 'pull_request'
runs-on: ${{ matrix.os }}
timeout-minutes: 25
strategy:
Expand All @@ -35,11 +40,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -e .[testing]

- name: Pytest unit • ${{ matrix.os }}, ${{ matrix.python-version }}
- name: Pytest (unit) • ${{ matrix.os }}, ${{ matrix.python-version }}
run: python -m pytest tests/unit

discover-systems:
name: Discover regression systems
if: github.event_name == 'pull_request'
runs-on: ubuntu-24.04
outputs:
systems: ${{ steps.set-systems.outputs.systems }}
Expand All @@ -62,10 +68,11 @@ jobs:
id: set-systems
run: |
SYSTEMS=$(python -m tests.regression.list_systems)
echo "systems=$SYSTEMS" >> "$GITHUB_OUTPUT"
echo "systems=$SYSTEMS" >> $GITHUB_OUTPUT

regression-quick:
name: Regression fast • ${{ matrix.system }}
name: Regression (fast) • ${{ matrix.system }}
if: github.event_name == 'pull_request'
needs: discover-systems
runs-on: ubuntu-24.04
timeout-minutes: 35
Expand Down Expand Up @@ -110,6 +117,7 @@ jobs:

docs:
name: Docs
if: github.event_name == 'pull_request'
needs: unit
runs-on: ubuntu-24.04
timeout-minutes: 25
Expand Down Expand Up @@ -142,6 +150,7 @@ jobs:

pre-commit:
name: Pre-commit
if: github.event_name == 'pull_request'
needs: unit
runs-on: ubuntu-24.04
timeout-minutes: 15
Expand Down Expand Up @@ -175,12 +184,6 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 30

permissions:
contents: read
checks: write
statuses: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ keywords:
- biomolecular simulations
- protein flexibility
license: MIT
version: 2.3.0
date-released: '2026-06-26'
version: 2.2.4
date-released: '2026-05-15'
2 changes: 1 addition & 1 deletion CodeEntropy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
and statistical mechanics.
"""

__version__ = "2.3.0"
__version__ = "2.2.4"
2 changes: 1 addition & 1 deletion CodeEntropy/entropy/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from CodeEntropy.core.logging import LoggingConfig
from CodeEntropy.entropy.graph import EntropyGraph
from CodeEntropy.entropy.water import WaterEntropy
from CodeEntropy.levels.graph.level_dag import LevelDAG
from CodeEntropy.levels.hierarchy import HierarchyBuilder
from CodeEntropy.levels.level_dag import LevelDAG
from CodeEntropy.trajectory.frames import FrameSelection
from CodeEntropy.trajectory.source import FrameSource

Expand Down
Loading
Loading