v0.7.0
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
getAtomsin #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.isVisibleno longer exists as this is now controlled in the redux store (in #233) - The redundant attribute
MoorhenMap.mapColourhas been removed (in #233) - New attribute
MoorhenMap.showOnLoadadded to control whether a map is to be displayed after loading (in #233) newMapContourevent has been removed as this can now be done via redux store (in #233)- Attributes
MoorhenMap.solidandMoorhenMap.litLineshave now been refactored into a single attributeMoorhenMap.stlye(in #233) MoorhenMap.makeCootLiveandMoorhenMap.makeCootUnlivehave been renamed todrawMapContourandhideMapContourrespectively (in #234)- Added new method
MoorhenMap.getMapContourParams()that gets map contour parameters from the redux store (in #234) - Rename
MoorhenMap.setColourtoMoorhenMap.fetchColourAndRedrawand remove optional argumentredraw(in #238) - Rename
MoorhenMap.setDiffMapColourtoMoorhenMap.fetchDiffMapColourAndRedrawand remove optional argumentredraw(in #238) - Rename
MoorhenMap.setAlphatoMoorhenMap.fetchMapAlphaAndRedrawand remove optional argumentredraw(in #238) - Rename
MoorhenMap.duplicatetoMoorhenMap.copyMap(in #238) - Attribute
MoorhenMolecule.isVisibleis now a methodMoorhenMolecule.isVisible()that fetches data from redux store (in #246)
Full Changelog: v0.6.8...v0.7.0