see

* Download Jmol-14.4.0_2015.11.03-binary.zip (60.7 MB)
<https://sourceforge.net/projects/jmol/files/latest/download>bug identified
by Simon Westrip, Ron Mignery, and Sheila Woodgate*

bug fix: OXT missing from BACKBONE selection

bug fix: (JSmol) CIF parser fails to read CIF files containing only a
single (non-loop) _struct_ref_seq_dif.align_id

bug fix: XODYDATA file reader does not read bond info or formal charge //
changes in 14.4.0_2015.10.28

bug fix: after CALCULATE HYDROGENS TRUE and then deleting hydrogens,
hydrogens are not added to aromatic rings in PDB models

*syntax fixes*

bug fix: FOR without {} but with ";" after sole statement
         followed immediately by second FOR improperly loops
  for (var i from [1,5])
    print i;
  for (var i from [1,5])
    print i

bug fix: nested if...{...if... } else {...} gives compiler syntax error:

  if (i=1) {
    print "i=1"
    if (j=1)
      print "j != 1"
  } else {                // } closes if (j=1) instead of if (i=1) {
    print "i != 1"
  }

bug fix: [{1,2,3},{4,5,6}].average fails
bug fix: [{1,2,3},{4,5,6}].pivot should return "NaN"




*additional fixes*bug fix: empty format crashes Jmol --  print
"testing".format("")

bug fix: reading saved state after adding hydrogen atoms results in
infinite loop

bug fix: ISOSURFACE SLAB should reset area and volume of isosurface

bug fix: meshSlicer may fail to add edge to sliced pmesh

bug fix: polyhedron volume will be incorrect if there is a
         face triangle that has no edges visible (requires a six or more
sided face)


​
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to