Open main menu

Changes

Relax 3.3.4

1,039 bytes added, 17:58, 3 December 2014
→‎Bugfixes: Copied the bugfixes list from the CHANGES file.
<section begin=bugfixes/>
* Bug fix for the pymol.view user function for when no PDB file exists. The pymol.view user function would fail with an AttributeError when the currently loaded data does not exist as a PDB file. This is now caught and the non-existent PDB is no longer displayed. A better solution might be to dump all the current structural data into a temporary file and load that, all within a try-finally statement to be sure to delete the temporary file. This solution may not be what the user is interested in anyway.
* Simple fix for bug #23017 (https://gna.org/bugs/?23017). This is the multidimensional numpy arrays are not being stored as IEEE 754 arrays in the XML state and results files. The problem was a relatively recent regression caused by a change to the is_float_matrix() function of the lib.arg_check module. It was simply that the default dims keyword argument value was changed from None to (3, 3). Therefore any call to the function without supplying the dims argument would fail if the matrix was not of the (3, 3) shape.
<section end=bugfixes/>
Trusted, Bureaucrats
4,223

edits