Releases: benjiemc/PythonPDB
v0.1.3
v0.1.2
v0.1.2 (2024-03-19)
Documentation
-
docs: Move script (
39a8bf8
) -
docs: Prepend README to documentation home page (
e6d4fd0
) -
docs: Remove trailing colon in heading titles (
902c6b9
) -
docs: Add example to documentation (
386ab1c
) -
docs: Add title to example notebook (
16861c6
) -
docs: Fix links (
09b58f8
) -
docs: Add information to README (
9826eed
)
Fix
- fix: Add pandonc to documentation CD pipeline (
7de110e
)
Unknown
- Merge pull request #31 from benjiemc/hot-fix
fix: Add pandonc to documentation CD pipeline (e54eafe
)
- Merge pull request #30 from benjiemc/improve-documentation
Improve documentation (7d73dae
)
v0.1.1
v0.1.1 (2024-03-12)
Fix
- fix: Fix bug with HETATMs at the end of file
PDB files sometimes have the HETATMs separate to the rest of the chain
residues (see 1ac6 as an example). This was leading to unexpected
behaviour where two chains with the same name where being added to the
model as oppose to one chain with all residues. (19bfd4c
)
Unknown
- Merge pull request #29 from benjiemc/hot-fix-chain-handling
fix: Fix bug with HETATMs at the end of file (74bde2a
)
v0.1.0
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.2 (2023-12-15)
Fix
Unknown
- Merge pull request #23 from benjiemc/publishing
fix: Fix release workflow (28041d4
)
- Merge pull request #22 from benjiemc/publishing
feat: Add build command (d32b743
)
- Merge pull request #21 from benjiemc/license
Add LICENSE file (b535a47
)
- Add LICENSE file
- Merge pull request #20 from benjiemc/versioning
Update variables for semantic versioning (f52f7d1
)
- Update variables for semantic versioning (
3f45225
)
v0.0.1
v0.0.1 (2023-10-26)
Fix
- fix: change branch master -> main (
a4791dc
)
Unknown
- Merge pull request #19 from benjiemc/versioning
fix: change branch master -> main (3c40e70
)
- Merge pull request #18 from benjiemc/versioning
-
Add semantic versioning to project (
f644088
) -
Merge pull request #17 from benjiemc/update-alignment-code
Update alignment code (cfe30df
)
- Refactor aligners
- rename
align
toalign_structures
- separate code into functions
- standardize API used in tests (
b220134
)
Add function to convert PDB file into a dataframe (ce2dae4
)
- Add function to convert PDB file into a dataframe
This adds functionality so that a pdb file doesn't need to be converted
to structure object and then a dataframe.
Minor clean up (ab4b72a
)
-
Use standard amino acid list (
b87b81b
) -
Add workflow for pull requests
Handling of exceptions (3e57580
)
-
merge with remote (
76afd64
) -
fixed bugs in structure.splitstate method (
0cb4302
) -
Merge branch 'benjiemc:main' into main (
cdf1da5
) -
Remove 'None' states
The split states algorithm added atoms without alt codes in a residue
that already had other atoms with alt codes to a new state since called
'None'. Now, these are copied to all states. (6a5c59d
)
-
Merge branch 'benjiemc:main' into main (
69a666b
) -
bug fixed (
d40bbd6
) -
Update documentation (
99ab368
) -
Fix failing test and fix flake8 issues (
96844d9
) -
Merge pull request #8 from fspoendlin/main
modified Structure.split_states() function to group alternate residues (61b3f03
)
-
modified Structure.split_states() function to group alternate residues (
0b308bc
) -
Merge pull request #6 from benjiemc/aligner
Aligner (6fc2a77
)
-
Update align function to take coordinates (
434a47b
) -
Added sequence alignment function (
90ca7ff
) -
Aligner for structures (
873c5b6
) -
Add rmsd function (
478a2f2
) -
Add get_coordinates method to entities (
217ba7e
) -
Clean up types and docs (
6aca9c4
) -
Create parent class that entities can inherent from
Adds a parent class Entity
that pulls out the logic from shared
properties of Atoms, Residues, Chains, Models, and Structures.
- Add parsing layer
The purpose of this layer is to remove the logic of structure building
from the different formats. Now there is code that converts the
different possible formats into a standard format, and code that builds
the structure from this standard format. The API remains unchanged after
this.
- Fix typo in type in documentation
- Add functionality to entities
- Add dehydrate functionality
Also implements remove_atom/remove_residue functionality to entity
clases. (434fca1
)
-
Clarify docstring (
92ae5a9
) -
Add
silent
option to parser to suppress warnings (320c5ed
) -
Add warning to identify multiple conformations when alt codes are present (
b682fc0
) -
Fix weird comment message (
4cdd09e
) -
Remove typing import (
694aab1
) -
Remove unecessary None check (
d94af24
) -
Make entities equality more holistic
- Fix typo for atom positions
- Remove dependency on parent equality
- Add children to equality check
- Add equality to Structure and Models (
7f288a2
)
-
Add split_states functionality to structure (
eafa9d4
) -
Fix issue with matching seq_ids on different chains
This commit fixes cases where atoms aren't added to the correct residue
if the same seq_id is seen back to back from one chain to another. (fdbe672
)
-
Add model/endmdl to str representation of structure (
483b299
) -
Add copy functionality to all entities (
6662ac9
) -
String -> str (
b8d7417
) -
Fix mistake in alt_loc documentation (
1a39a2f
) -
Add .DS_Store to .gitignore (
47adc57
) -
Restructure formatting things as a subpackage (
48275f6
) -
Improve formats documentation (
1296e91
) -
Add support for HETATM records (
dd4e5ad
) -
Remove 'alternates' in Residue (
c51418f
) -
Add link to documentation in README.md (
667712b
) -
Add documentation workflow (
36d223e
) -
Add python 3.11 to test suite (
9f9e95f
) -
Add test workflow (
115c811
) -
Move files from other project (
c3e9dac
) -
Initial commit ([
e2204a4
](https://github.com/b...