Skip to content

v0.7.9

Compare
Choose a tag to compare
@paulsmirnov paulsmirnov released this 12 Dec 06:33
· 729 commits to main since this release

http://miew.opensource.epam.com/v0.7.9/

Added

  • Add an ImmediateLoader for loading structures from pre-fetched data.
  • Add loader unit tests.

Changed

  • Sequence colorer uses white color as default for files where "sequence" is not applicable.
  • CML files are parsed with default temperature of 0 and default chain id ' ' (space).
  • Support different line endings in PDB format: LF, CR+LF, CR.
  • Refactor parsers API and switch to the new way of parser auto detection.
  • Loader#load() now returns a promise.
  • Process a request to abort the parsing stage in a base class.
  • Changed appearance of the terminal window to make it conform to the overall style and to avoid
    attempts to click on transparent areas.

Deprecated

  • Deprecated old io.parsers methods and Parser.canParse(), replaced them with alternatives.
  • Callbacks in loading methods should be avoided, please use promises.

Fixed

  • Fix a crash in water bonding hack.
  • Limit the number of representations correctly.
  • Fix parser unit tests.