Skip to content

Releases: cfe-lab/gotoh

0.4.0.pre2

05 Dec 23:19
163b157
Compare
Choose a tag to compare
0.4.0.pre2 Pre-release
Pre-release

The CD pipeline has been updated to push the package to RubyGems.

This is a test pre-release meant to trigger the CD pipeline. We may need several/many of these to iron out the CD configuration.

0.4.0.pre

22 Nov 23:00
d435a50
Compare
Choose a tag to compare
0.4.0.pre Pre-release
Pre-release

The Ruby bindings are now Gem-ified.

In addition, the Ruby bindings now have unit tests, a dev container has been set up, and CI/CD workflows have been added.

FastAPI implementation

02 Feb 22:08
e636a64
Compare
Choose a tag to compare
  • Added a webserver with FastAPI to handle calls to the alignment library.
  • The installation is now contained in a Docker image (Alpine Linux 3.15).
  • Fixed a memory leak when the reference sequence is empty.