Skip to content

Biotite 0.30.0

Compare
Choose a tag to compare
@padix-key padix-key released this 01 Sep 12:23
· 628 commits to master since this release
baa7bff

Changelog

Changes

  • sequence.graphics.plot_sequence_logo() requires now a
    sequence.SequenceProfile, usage of sequence.align.Alignment still works,
    but is deprecated
  • database.rcsb.FieldQuery has now an optional molecular_definition
    parameter to allow searches in molecule related fields.

Fixes

  • The new RCSB search API is now supported (#347)
  • More than two database.rcsb.Query objects can be combined with logical
    operators
  • application.blast.BlastWebApp now also reports hit sequences containing
    selenocysteine without errors (#344)
  • Atom, AtomArray and AtomArrayStack can be unpickled (#349)
  • sequence.graphics.plot_sequence_logo() supports now all Matplotlib backends
    (#345)