Skip to content

Releases: databio/gtars

gtars v0.8.0

19 Mar 02:05
5cf65f2

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Feb 12:24

Choose a tag to compare

Release version 0.7.0

v0.6.0

26 Jan 15:48
a0443bb

Choose a tag to compare

Changed:

  • Added FAI (FASTA index) computation and metadata storage for efficient sequence access
  • Implemented remote-access RefgetStore with lazy-loading and caching capabilities
  • Refactored SequenceRecord from struct to enum (Stub vs Full) to support lazy loading
  • Enhanced store API with new constructors (on_disk(), in_memory(), load_remote()) and export methods

py-0.6.0

26 Jan 15:50
a0443bb

Choose a tag to compare

Merge pull request #226 from databio/dev

Release 0.6.0

v0.5.3

21 Jan 17:29
96f4038

Choose a tag to compare

Changes:

  • Removed reqwest from dependencies in gtars-core
  • Merged gdrs package into gtars
  • Added bedclassifer to genomicdist module

v0.5.2

04 Nov 15:02
fb14f52

Choose a tag to compare

Merge pull request #191 from databio/dev

Chores, docs, and refactors

wasm-0.5.2

04 Nov 15:02
fb14f52

Choose a tag to compare

Merge pull request #191 from databio/dev

Chores, docs, and refactors

py-0.5.2

04 Nov 15:02
fb14f52

Choose a tag to compare

Merge pull request #191 from databio/dev

Chores, docs, and refactors

v0.5.1

08 Oct 18:10
c0e75df

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

wasm-0.5.1

08 Oct 18:09
c0e75df

Choose a tag to compare

Whats new

  • initial release of web assembly bindings for gtars crate
  • currently supports overlaprs and tokenizers