From e451db211bdd855a5d0f1f6bba18985ffee12696 Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Mon, 4 Nov 2024 16:49:08 -0400 Subject: [PATCH] update NEWS file --- NEWS.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 479d26695..eb94dfe45 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -43,8 +43,12 @@ on the majority of uses, as b-factor values are generally small (less than 100). 999_999 are now clamped. The justification for this is the rise in the b-factor field being used for additional metadata, typically from computational tools. -``Bio.PDB.PDBIO`` will now raise module specific warnings: ``Bio.PDB.PDBExceptions.PDBIOWarning``. +``Bio.PDB.PDBIO`` will now raise module specific warnings: +``Bio.PDB.PDBExceptions.PDBIOWarning``. +``Bio.PDB.SCADIO`` now supports object selection by color in the OpenSCAD +output file. This enables generation of separate STL files for each color for +printing protein structures on multi-material 3D printers. The ``iplotx`` library is mentioned in the Tutorial as an option to visualise trees using complex style options.