Releases: Ebedthan/xgt
Releases · Ebedthan/xgt
xgt v0.5.0
xgt v0.5.0
comes with a bunch of improvement to make the tool more maintainable and easier to update.
Here are the main changes:
- Unified API logic into
GtdbApiRequest
; - Change default
genome --history
output from JSON to human-readable markdown output with optional CSV output; - Migrate from
clap
builder toclap
derive which removed unnecessary manual implementation of subcommand cli; - Various little otpimization and unit tests.
xgt v0.4.2
Second patch version of minor version 4
Made backward compatible bug fixes:
- Fix
filter_json
method ofSearchResult
struct that failed to correctly filter on whole word matching. - Fix
filter_xsv
function that failed to correctly return the values filtered on whole word matching.
Enjoy!
v0.4.1
Download xgt 0.4.1
File | Platform | Checksum |
---|---|---|
xgt-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
xgt-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
xgt-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
xgt-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.4.0
Download xgt 0.4.0
File | Platform | Checksum |
---|---|---|
xgt-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
xgt-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
xgt-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
xgt-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
xgt v0.3.0
This release adds a new option -k/--insecure
which allows disabling SSL certificate verification. This option should not be used as a default and is only provided as a temporary solution to the SSL certificate issue observed on the GTDB's API server.
This release also comes with a bunch of improvements and code refactoring.
Enjoy!
xgt v0.2.0
Second minor version with a bunch of improvements and fixes.
xgt v0.1.0
First minor release with support for two types of GTDB API information: Genome and Search.