Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 18:46
· 56 commits to main since this release
939b4c2

ProtPlot v0.4.0

Diff since v0.3.10

  • Depend on Makie instead of GLMakie, and let the user import a backend. (See #23)
  • Use recipes to create the Ribbon plot type, with ribbon and ribbon! functions that can take a vector of chains, a chain, or a path to a PDB file.
  • ribbon now makes a standard uninteractive 2D plot. Use ribbon_scene for a convenient and interactive scene with a ribbon, or add a ribbon to your own using ribbon!.
  • Rework rendering of ribbons.
    • More robust beta strand rendering.
    • Only render helices and strands between the first and last alphacarbon.
    • Extend coils to alphacarbons of other secondary structure elements, making sure the direction matches.
    • Remove "Segments" type, and simply keep track of subchain ranges instead.
    • Cleaner code.
  • Use recipes to create the Ramachandran plot type.

Merged pull requests:

  • Fix test broken in Makie 0.21 (#24) (@timholy)
  • Use plot recipes (#26) (@anton083)

Closed issues:

  • Use Makie recipes (#25)