Author: bugman
Date: Thu Sep 4 16:43:34 2014
New Revision: 25635
URL: http://svn.gna.org/viewcvs/relax?rev=25635&view=rev
Log:
Updated the CHANGES file with the recent Python 3 fixes.
Modified:
tags/3.3.0/docs/CHANGES
Modified: tags/3.3.0/docs/CHANGES
URL:
http://svn.gna.org/viewcvs/relax/tags/3.3.0/docs/CHANGES?rev=25635&r1=25634&r2=25635&view=diff
==============================================================================
--- tags/3.3.0/docs/CHANGES (original)
+++ tags/3.3.0/docs/CHANGES Thu Sep 4 16:43:34 2014
@@ -1241,6 +1241,8 @@
* Improvements for the spectrum.error_analysis button in the spectrum
list GUI element. The subset argument is set to None if no spectra are
selected.
* Loosened a value check to allow the
Relax_disp.test_r1rho_kjaergaard_missing_r1 system test to pass. This test
fails on MS Windows systems.
* 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.
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