github biotite-dev/biotite v0.32.0
Biotite 0.32.0

latest releases: v0.41.2, v0.41.1, v0.41.0...
2 years ago

Changelog

Additions

  • Add Python 3.10 build
  • Add writer_iter() to some File classes
    • Allows entry-wise writing into a file to reduce memory consumption, as
      there is no longer the need to keep the entire file content in memory
    • Implemented for sequence.io.FastaFile, sequence.io.FastqFile and all
      classes inheriting from structure.io.TrajectoryFile
  • Add symbol_spacing parameter to sequence.graphics.plot_alignment
    • If the parameter is given, a small gap is introduced every n
      symbols in the alignment
    • Also added to sequence.graphics.plot_alignment_similarity_based and
      sequence.graphics.plot_alignment_types_based

Changes

  • Python 3.7 builds are discontinued

Fixes

  • Now the simulation time for each frame is returned in
    structure.io.NetCDFFile, previously it was always None

Don't miss a new biotite release

NewReleases is sending notifications on new releases.