Skip to content

Releases: joiningdata/lollipops

v1.7.1

05 Oct 04:54
Compare
Choose a tag to compare

Changelog

  • 9f835f4 update signing/goreleaser config

If you are having issues on macOS, please see #75 for a workaround.

v1.7.0

05 Oct 02:54
3702093
Compare
Choose a tag to compare

Changelog

v1.6.0 - fixes for pfam and uniprot data sources

17 Feb 05:15
Compare
Choose a tag to compare

What's Changed

  • Fixes various issues related to Pfam and Uniprot database changes - thanks to @JamesR-S

To continue using pfam data, you must now use the -pfam option, and you will receive a warning message since it is a legacy service.

Fixes deprecated PFam URLs

21 Oct 02:10
fa1c5e3
Compare
Choose a tag to compare

This release applies a hotfix to handle the now-deprecated PFam graphic domain URL.

Stopgap release

30 Jun 04:59
Compare
Choose a tag to compare
Stopgap release Pre-release
Pre-release

Temporary bugfix release while work continues on uniprot updates.

  • Adds a better method to provide a default font (working around recent Arial font changes that crash the renderer).
  • Makes one simple change to support one of uniprot's many API changes.
  • Various cleanups for the code.

Note: you will probably have to use the -U option for this release to work, symbol lookups are broken.

fixing some PNG rendering issues

30 Jun 13:22
Compare
Choose a tag to compare
Pre-release

This release fixes a font rendering issue when using high-DPI settings and PNG output format

Updates and bug fixes

11 Feb 15:06
Compare
Choose a tag to compare

This release includes some minor bug fixes, and incorporates changes to the Uniprot API.

Better data and stability with uniprot

19 Mar 17:14
Compare
Choose a tag to compare

This release adds the -uniprot flag to fetch domain information directly from UniprotKB instead of Pfam. This feature is lightly tested, and opens up many new features for display. We have tried to keep parity with the Pfam data previously used, but would appreciate your testing and bug reports to improve it more!

Jumped the gun on prior release - this fixes a crash with short data from uniprot.

Better data and stability with uniprot

19 Mar 16:44
Compare
Choose a tag to compare
Pre-release

This release adds the -uniprot flag to fetch domain information directly from UniprotKB instead of Pfam. This feature is lightly tested, and opens up many new features for display. We have tried to keep parity with the Pfam data previously used, but would appreciate your testing and bug reports to improve it more!

Better error reporting and documentation cleanup

16 Jul 18:36
03d5aa2
Compare
Choose a tag to compare

This release adds more descriptive error messages and cleaner documentation.
It has also been re-compiled with a newer version of Go to incorporate all of the latest performance improvements.