Skip to content

Releases: hildebrandtlab/BiochemicalAlgorithms.jl

v0.5.0

22 Jan 17:03
479c70c
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.5.0

Diff since v0.4.0
Diff since v0.4.9

Breaking changes:

Merged pull requests:

Closed issues:

  • FileFormats: HIN parser does not recognize bond orders (#154)
  • FF: allow modification of AmberFF options (#148)
  • FF: warnings from nonbonded components are not included in warning count after setup (#169)

v0.4.9

22 Jan 12:47
4f7ad72
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.9

Diff since v0.4.8

Merged pull requests:

Closed issues:

  • FF: unassigned LJ interactions are not being reset on update!(ff) (#170)

v0.4.8

20 Jan 17:25
4b61e3a
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.8

Diff since v0.4.7

Merged pull requests:

  • FF: use the ForceField float type for parameter file reading (#165) (@tkemmer)
  • FF: read 1-4 ES scaling factor from parameter file (#167) (@tkemmer)
  • Backports v0.4.8 (#166) (@tkemmer)

Closed issues:

  • FF: Amber ignores force field-specific 1-4 scaling from params file (#163)
  • FF: AmberFF() always reads parameter file assuming Float32 as float type (#164)

v0.4.7

13 Jan 15:19
8e48f37
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.7

Diff since v0.4.6

Merged pull requests:

Closed issues:

  • Atom: get_full_name throws error if no parent molecule is found (#156)
  • write_mmcif fails due to missing import (#159)

v0.4.6

20 Dec 12:07
d3d796f
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.6

Diff since v0.4.5

Merged pull requests:

Closed issues:

  • FF: type name and charge assignments fail if atom name is given as SubString (#147)
  • Substructures: SMARTS matching is broken (#149)
  • Substructures: constructor fails for non-Float32 atom containers (#150)

v0.4.5

16 Dec 16:08
2574104
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Fix indexing of atoms in MolecularGraph wrapper w/ non-unique atom numbering (#143) (@tkemmer)
  • Backports v0.4 (#144) (@tkemmer)

Closed issues:

  • Non-unique atom indexing in molgraph wrapper (#142)

v0.4.4

09 Dec 17:12
7d7a39d
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.4

Diff since v0.4.3

Merged pull requests:

Closed issues:

  • compute_forces! with constrained atoms fails (#138)

v0.4.3

30 Nov 19:05
978a118
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.3

Diff since v0.4.2

Merged pull requests:

Closed issues:

  • FF: update! does not actually update cached atom positions (#134)

v0.4.2

22 Nov 09:35
53f76af
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.2

Diff since v0.4.1

Merged pull requests:

  • FF: fix no-op push! for untracked LJ interactions (#132) (@tkemmer)

Closed issues:

  • FF: unassigned Lennard-Jones interactions are not tracked (#131)

v0.4.1

06 Nov 17:27
ddbe2d1
Compare
Choose a tag to compare

BiochemicalAlgorithms v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Remove GraphDataFrameBridge, fix compatibility w/ Julia 1.12-DEV (#130) (@tkemmer)