Skip to content

Releases: Ebedthan/xgt

xgt v0.5.0

23 Jun 14:41
Compare
Choose a tag to compare

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 to clap derive which removed unnecessary manual implementation of subcommand cli;
  • Various little otpimization and unit tests.

xgt v0.4.2

14 Mar 09:35
Compare
Choose a tag to compare

Second patch version of minor version 4

Made backward compatible bug fixes:

  • Fix filter_json method of SearchResult 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

31 Jul 22:22
Compare
Choose a tag to compare

v0.4.0

30 Jul 18:04
Compare
Choose a tag to compare

xgt v0.3.0

28 Apr 20:32
Compare
Choose a tag to compare

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

07 Feb 09:15
Compare
Choose a tag to compare

Second minor version with a bunch of improvements and fixes.

xgt v0.1.0

25 Mar 19:49
Compare
Choose a tag to compare

First minor release with support for two types of GTDB API information: Genome and Search.