Skip to content

Releases: MurrellGroup/InvariantPointAttention.jl

v0.1.3

31 Jan 10:53
1283c65
Compare
Choose a tag to compare

InvariantPointAttention v0.1.3

Diff since v0.1.2

v0.1.2

25 Jan 12:08
Compare
Choose a tag to compare

InvariantPointAttention v0.1.2

Diff since v0.1.1

v0.1.1

21 Dec 18:41
627d74a
Compare
Choose a tag to compare

InvariantPointAttention v0.1.1

Diff since v0.1.0

  • Bump Flux compatibility to 0.14, 0.15, 0.16

v0.1.0

14 Jun 10:55
47ffa01
Compare
Choose a tag to compare

InvariantPointAttention v0.1.0

  • Export IPCrossA and IPCrossAStructureModuleLayer layers.
  • Export IPA and IPAStructureModuleLayer layers, a special case of cross-attention, where the frames of the keys are the same as for the queries.
  • Export BackboneUpdate layer.
  • Export right_to_left_mask and left_to_right_mask functions.
  • Export virtual_residues function.
  • Export softmax1 function.

Merged pull requests:

Closed issues:

  • Squared norm (#4)
  • Pairwise difference (#5)
  • Scaling constant (#6)
  • Attentions over the left argument? (#7)
  • Quaternion to rotation matrix function (#17)