Skip to content

v0.7.0

Choose a tag to compare

@FilomenoSanchez FilomenoSanchez released this 15 Jan 18:14
49869f2

What's Changed

  • Fix upload dictionaries with multiple ligands in #216
  • Optionally normalise bfactors in #217
  • Handle changes in focus of draggable modals in #218
  • New options for residue selections and new fit_ligand_info_t in #219
  • Add rotate/translate to residue selection menu and add ATOM option again in #220
  • Add drag atoms to residue selection menu in #221
  • Add UI for cheme. comp. info and more tests in #222
  • Use molecule to string methods from libcoot in getAtoms in #223
  • Fix multi-CID bug and add option to invert selections in #232
  • Control map contouring from redux store in #233
  • Access map contour params directly from redux store in #234
  • Fix map sharpening in #235
  • Move map colours to redux store in #236
  • Separate validation tools into individual modals in #237
  • Avoid copying data in gemmi-wrappers and add more tests in #238
  • Fix issue with residue selection buttons in #243
  • Move molecule visibility into redux store in #246
  • Fix issue where env. distance labels are not cleared in bd02045
  • Set 3 threads for faster map contouring in 1493620

Important changes to the API

  • Attribute MoorhenMap.isVisible no longer exists as this is now controlled in the redux store (in #233)
  • The redundant attribute MoorhenMap.mapColour has been removed (in #233)
  • New attribute MoorhenMap.showOnLoad added to control whether a map is to be displayed after loading (in #233)
  • newMapContour event has been removed as this can now be done via redux store (in #233)
  • Attributes MoorhenMap.solid and MoorhenMap.litLines have now been refactored into a single attribute MoorhenMap.stlye (in #233)
  • MoorhenMap.makeCootLive and MoorhenMap.makeCootUnlive have been renamed to drawMapContour and hideMapContour respectively (in #234)
  • Added new method MoorhenMap.getMapContourParams() that gets map contour parameters from the redux store (in #234)
  • Rename MoorhenMap.setColour to MoorhenMap.fetchColourAndRedraw and remove optional argument redraw (in #238)
  • Rename MoorhenMap.setDiffMapColour to MoorhenMap.fetchDiffMapColourAndRedraw and remove optional argument redraw (in #238)
  • Rename MoorhenMap.setAlpha to MoorhenMap.fetchMapAlphaAndRedraw and remove optional argument redraw (in #238)
  • Rename MoorhenMap.duplicate to MoorhenMap.copyMap (in #238)
  • Attribute MoorhenMolecule.isVisible is now a method MoorhenMolecule.isVisible() that fetches data from redux store (in #246)

Full Changelog: v0.6.8...v0.7.0