Author: bugman
Date: Thu Sep  4 16:56:24 2014
New Revision: 25640

URL: http://svn.gna.org/viewcvs/relax?rev=25640&view=rev
Log:
Backported the relax 3.3.0 CHANGES file changes to trunk.

The command used was:
svn merge -r25638:25639 svn+ssh://[email protected]/svn/relax/tags/3.3.0 .


Modified:
    trunk/docs/CHANGES

Modified: trunk/docs/CHANGES
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/CHANGES?rev=25640&r1=25639&r2=25640&view=diff
==============================================================================
--- trunk/docs/CHANGES  (original)
+++ trunk/docs/CHANGES  Thu Sep  4 16:56:24 2014
@@ -1243,6 +1243,7 @@
         * Fix for the Relax_disp.test_estimate_r2eff_err_auto system test on 
MS Windows systems.  One of the value checks has been loosened.
         * Python 2 vs. 3 compatibility fix for the pickle module.  This is for 
the estimate_errors*.py scripts in the directory 
test_suite/shared_data/curve_fitting/numeric_topology/.  The lib.compat.pickle 
module is now used to allow both Python versions to run relax.
         * Python 3 fix, the cmp(v1, v2) notation in the 
dep_check.version_comparison() function has been replaced with (v1 > v2) - (v1 
< v2).  This allows relax to run on Python 3.
+        * Python 3 fix for the lib.periodic_table module, the Python string 
module does not exist in Python 3.
 
 
     Bugfixes:


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to