Skip to content

Releases: delveopers/Biosaic

version 0.1.5

16 Jul 20:07
a30e88b

Choose a tag to compare

updates:

  • RNA tokenizer added
  • test cases & documentation updated

What's Changed

  • RNA tokenizer written by @shivendrra in #5
  • (v0.1.5) RNA tokenizer fixed, test cases & documentation updated by @shivendrra in #6

Full Changelog: 0.1.4...0.1.5

version 0.1.4

25 Jun 18:11
6d45513

Choose a tag to compare

updates:

  • special_token support for Tokenizer class
  • fixed the vocab loading issue with continuous.
  • new DNA visualizers in biosaic.visual

What's Changed

  • special_token support along with DNA sequence visualizer using CMap & CGR by @shivendrra in #4

Full Changelog: 0.1.3...0.1.4

version 0.1.3

19 Jun 19:17
14f692f

Choose a tag to compare

updates:

  • added new function to Tokenizer
  • fixed several bugs
  • trained & fixed the overfitting issue in DNA_VQ_VAE model
  • new functions reverse_complement(), one_hot() etc implemented

What's Changed

Full Changelog: 0.1.2...0.1.3

version 0.1.2

09 Jun 14:52
5327b28

Choose a tag to compare

updates:

  • fixed several vocab related bugs in _protein.py & _dna.py
  • added VQ-VAE & EvoFormer models for training
  • updated documentation

What's Changed

  • fixed minor bugs, added ('VQ-VAE') & ('EvoFormer') models for training by @shivendrra in #2

Full Changelog: 0.1.1...0.1.2

version 0.1.1

15 May 13:17
9f1c4ee

Choose a tag to compare

Updates:

  • added the base DNA & Protein tokenizer classes
  • implemented the main wrapper over the base classes
  • updated the documentation
  • new vocabs added
  • package deployed

What's Changed

  • fully implemented the whole codebase, added test cases & documentation by @shivendrra in #1

New Contributors

Full Changelog: https://github.com/delveopers/biosaic/commits/0.1.1