Skip to content

Releases: m3g/PDBTools.jl

v2.2.6

18 Feb 20:05
Compare
Choose a tag to compare

PDBTools v2.2.6

Diff since v2.2.5

  • Try downloading from either download or view PDB repositories, if one of them fails.

v2.2.5

18 Feb 19:33
Compare
Choose a tag to compare

PDBTools v2.2.5

Diff since v2.2.4

  • fix dispatch of distance function, avoiding segmentation fault for custom coordinate types.

Merged pull requests:

  • simplify distance dispatch to avoid segfaults (#50) (@lmiq)

v2.2.4

17 Feb 19:59
Compare
Choose a tag to compare

PDBTools v2.2.4

Diff since v2.2.3

  • import center_of_mass from MolSimToolkitShared to avoid conflicts with other packages.

v2.2.3

14 Feb 19:09
Compare
Choose a tag to compare

PDBTools v2.2.3

Diff since v2.2.2

  • Fix some bugs associated to downloading mmCIF files.

Merged pull requests:

  • try to find and fix random mmCIF reading issues (#47) (@lmiq)

v2.2.2

14 Feb 15:55
Compare
Choose a tag to compare

PDBTools v2.2.2

Diff since v2.2.1

Bug fix

  • Download PDB files always using uppercase codes, because it seems that using lower case codes sometimes results in broken files (with mmCIF).

v2.2.1

12 Feb 14:50
Compare
Choose a tag to compare

PDBTools v2.2.1

Diff since v2.2.0

  • Fix printing of mmcif files (prints a # at the end of the atom list, and prints redundant fields that are typical). VMD properly reads the files now.

Merged pull requests:

  • write redundant fields in mmcif and end with # (#46) (@lmiq)

v2.2.0

11 Feb 18:18
Compare
Choose a tag to compare

PDBTools v2.2.0

Diff since v2.1.5

New feature:

  • A sel" " macro call now accepts interpolated values, i. e. sel"name CA and index $i".

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#42) (@dependabot[bot])
  • use TestItemRunner 1.1 and do not use TestItems on tests (#43) (@lmiq)
  • support interpolation in sel"" macro call (#44) (@lmiq)
  • set version to 2.2.0 (#45) (@lmiq)

v2.1.5

31 Jan 22:59
6246d84
Compare
Choose a tag to compare

PDBTools v2.1.5

Diff since v2.1.4

Merged pull requests:

  • only tests allocations in production runs (#39) (@lmiq)
  • set version to 2.1.5 (#40) (@lmiq)

v1.8.8

31 Jan 23:23
Compare
Choose a tag to compare

PDBTools v1.8.8

Diff since v1.8.7

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v2.1.4

30 Jan 19:02
Compare
Choose a tag to compare

PDBTools v2.1.4

Diff since v2.1.3

  • fix bug in writing residue names with 4 letters.

Merged pull requests: