Skip to content

Releases: benjiemc/PythonPDB

v0.1.3

19 Mar 11:25
Compare
Choose a tag to compare

v0.1.3 (2024-03-19)

Fix

  • fix: Add specific version to action (05b44e9)

Unknown

  • Merge pull request #32 from benjiemc/hot-fix

fix: Add specific version to action (50dc19f)

v0.1.2

19 Mar 11:21
Compare
Choose a tag to compare

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

12 Mar 15:55
Compare
Choose a tag to compare

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

01 Mar 10:54
Compare
Choose a tag to compare

v0.1.0 (2024-03-01)

Feature

  • feat: add molecular weights information (8da1ddd)

Unknown

  • Merge pull request #28 from benjiemc/molecular-weights

feat: add molecular weights information (53ea0de)

  • Minor fixes (73baf0d)

  • Merge pull request #27 from benjiemc/blogpig-example

Add pandas example (e2be8f3)

v0.0.6

15 Dec 12:37
Compare
Choose a tag to compare

v0.0.6 (2023-12-15)

Fix

  • fix: add upload to gh artifacts (9d4a237)

Unknown

v0.0.5

15 Dec 12:29
Compare
Choose a tag to compare

v0.0.5 (2023-12-15)

Fix

  • fix: missing src/ path (da83ce8)

  • fix: semantic versioning variables (d25c02a)

v0.0.4

15 Dec 12:17
Compare
Choose a tag to compare

v0.0.4 (2023-12-15)

Fix

  • fix: add check to workflow step (9453a62)

Unknown

  • Merge pull request #26 from benjiemc/publishing

fix: add check to workflow step (2d03409)

  • Merge pull request #25 from benjiemc/publishing

fix: Move build command (a7be9d3)

v0.0.3

15 Dec 12:08
Compare
Choose a tag to compare

v0.0.3 (2023-12-15)

Fix

  • fix: pypi release script (80f1093)

Unknown

  • Merge pull request #24 from benjiemc/publishing

fix: pypi release script (d7ac466)

v0.0.2

15 Dec 11:04
Compare
Choose a tag to compare

v0.0.2 (2023-12-15)

Fix

  • fix: Fix release workflow (f6a4227)

  • fix: Add build command (908bda2)

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

Closes #14 (268f29b)

  • Merge pull request #20 from benjiemc/versioning

Update variables for semantic versioning (f52f7d1)

  • Update variables for semantic versioning (3f45225)

v0.0.1

26 Oct 20:39
Compare
Choose a tag to compare

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

Closes #12 (6361d46)

  • Add semantic versioning to project (f644088)

  • Merge pull request #17 from benjiemc/update-alignment-code

Update alignment code (cfe30df)

  • Refactor aligners
  • rename align to align_structures
  • separate code into functions
  • standardize API used in tests (b220134)
  • Add align function for dataframes (b3fd3ce)

  • Merge pull request #16 from benjiemc/pandas-function

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.

Closes #15 (748ee88)

  • Single source package version (b79658e)

  • Merge pull request #11 from benjiemc/minor-clean-up

Minor clean up (ab4b72a)

  • Use standard amino acid list (b87b81b)

  • Add workflow for pull requests

Closes #10 (caf2db2)

  • Fix flake8 issues (d2f4510)

  • Merge pull request #9 from fspoendlin/main

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.

Closes #2 (3312451)

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

Closes #1 (d9fcf8f)

  • Fix typo in type in documentation

Closes #4 (def5510)

  • Add functionality to entities

Closes #3 (7bd9658)

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

Read more