Skip to content

Releases: BojarLab/glycorender

v0.2.5

05 Feb 14:07

Choose a tag to compare

  • stop rasterizing in simple_svg_to_pdf

v0.2.4

05 Feb 11:10

Choose a tag to compare

  • added simple_svg_to_pdf and simple_svg_to_png to give functions such as glycowork.motif.draw.annotate_figure a way to convert without glycan-specific logic

v0.2.3

06 Nov 13:22

Choose a tag to compare

  • added pdf_to_svg_bytes to allow for in-browser display of glycorender aesthetics

v0.2.2

06 Nov 12:25

Choose a tag to compare

  • make sure HexNAcs also have rounded corners

v0.2.1

07 Jun 05:32

Choose a tag to compare

  • fixed an issue where connection lines were drawn twice when glycans were drawn in compact mode
  • shortened dangling linkages (e.g., Neu5Ac(a2-3)) for aesthetic purposes

v0.2.0

28 May 15:26

Choose a tag to compare

  • remove svglib dependency; will be handled by reportlab
  • convert pymupdf into an optional dependency; that means .png will require glycorender[png]

v0.1.5

24 May 07:30

Choose a tag to compare

  • fix rendering of floaty bit linkage

v0.1.4

04 May 10:41

Choose a tag to compare

  • Produced .pdf/.png files now contain ALT text / metadata (if available in the used SVG data streams)
  • Added Pillow as a dependency to facilitate that in .png files

v0.1.3

16 Apr 13:35

Choose a tag to compare

  • improved search for system-installed Century Gothic font; only use Comfortaa as a fallback choice
  • smoother gradients for GlycoDraw's per_residue

v0.1.2

25 Mar 14:44

Choose a tag to compare

  • switch from importlib to pathlib for font handling