Skip to content

Releases: yutanagano/sceptr

v1.1.0

07 Oct 18:44
Compare
Choose a tag to compare

New Features

  • Implement method for accessing residue-level representations by @yutanagano in #30

Other Changes

New Contributors

  • @andim made their first contribution in #32

Full Changelog: v1.0.1...v1.1.0

v1.1.0-beta.1

21 Aug 05:11
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.1...v1.1.0-beta.1

v1.0.1

11 Jun 12:18
c6c4972
Compare
Choose a tag to compare

Minor patch to add links to the preprint on arxiv.org to the README and documentation.

v1.0.0

10 Jun 20:57
382b2e5
Compare
Choose a tag to compare

First production release! 🥳 Thank you to everyone who has helped with the project.

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0

v1.0.0-beta.1

05 Jun 16:58
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.4...v1.0.0-beta.1

v1.0.0-alpha.4

22 May 10:14
51a81c2
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

v1.0.0-alpha.3

28 Mar 18:16
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • ⚠️ BREAKING CHANGE: the xlarge variant is no longer tracked and published as it was unnecessarily large, unwieldy, and was no better than its smaller counterparts making it not a very interesting variant
  • New variants added (classic variants, they use learnable initial token embeddings and a traditional sinusoidal positional information embedding method)

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

27 Mar 12:15
95fc83d
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Add new variants by @yutanagano in #2
  • Track libtcrlm dependency version with explicit git commit hash to mitigate pip version conflict resolution issues

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2

v1.0.0-alpha.1

22 Mar 23:14
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Library code is now outsourced to a separate private repository libtcrlm. This means installing the newest version of sceptr requires access to this second private repo. If you would like access, please notify @yutanagano.
  • New variants
    • single chain models
    • larger paired-chain variant
    • extra large CDR3-only, MLM-only variant
    • BLOSUM embedding variant (the initial embedding to the transformer uses BLOSUM amino acid encodings)

Full Changelog: https://github.com/yutanagano/sceptr/commits/v1.0.0-alpha.1