Author: bugman
Date: Fri Sep 19 11:44:02 2014
New Revision: 25917
URL: http://svn.gna.org/viewcvs/relax?rev=25917&view=rev
Log:
Merged revisions 25914-25916 via svnmerge from
svn+ssh://[email protected]/svn/relax/trunk
........
r25914 | bugman | 2014-09-19 11:32:04 +0200 (Fri, 19 Sep 2014) | 3 lines
Added numdifftools to the extern package __all__ list.
........
r25915 | bugman | 2014-09-19 11:33:11 +0200 (Fri, 19 Sep 2014) | 5 lines
Updated the find_missing_copyrights document.
The matching is now more precise and skips all svnmerge operations.
........
r25916 | bugman | 2014-09-19 11:43:03 +0200 (Fri, 19 Sep 2014) | 7 lines
Added the 2014 copyright notice for Troels Linnet to many relax source files.
These were identified as being edited by Troels using the command listed in
the
find_missing_copyrights document. The changes include adding "Copyright 2014
Troels E. Linnet" to
many files not containing Troels' copyright notice, and extending the 2013
copyright to 2014.
........
Modified:
branches/frame_order_cleanup/ (props changed)
branches/frame_order_cleanup/auto_analyses/__init__.py
branches/frame_order_cleanup/auto_analyses/relax_disp.py
branches/frame_order_cleanup/auto_analyses/relax_fit.py
branches/frame_order_cleanup/dep_check.py
branches/frame_order_cleanup/docs/devel/find_missing_copyrights
branches/frame_order_cleanup/extern/__init__.py
branches/frame_order_cleanup/gui/analyses/auto_model_free.py
branches/frame_order_cleanup/gui/analyses/auto_relax_disp.py
branches/frame_order_cleanup/gui/spin_viewer/frame.py
branches/frame_order_cleanup/gui/uf_objects.py
branches/frame_order_cleanup/gui/wizards/peak_intensity.py
branches/frame_order_cleanup/lib/__init__.py
branches/frame_order_cleanup/lib/arg_check.py
branches/frame_order_cleanup/lib/dispersion/__init__.py
branches/frame_order_cleanup/lib/io.py
branches/frame_order_cleanup/lib/mathematics.py
branches/frame_order_cleanup/lib/software/grace.py
branches/frame_order_cleanup/lib/software/opendx/files.py
branches/frame_order_cleanup/lib/spectrum/nmrpipe.py
branches/frame_order_cleanup/lib/spectrum/nmrview.py
branches/frame_order_cleanup/lib/text/gui.py
branches/frame_order_cleanup/pipe_control/mol_res_spin.py
branches/frame_order_cleanup/pipe_control/opendx.py
branches/frame_order_cleanup/pipe_control/pipes.py
branches/frame_order_cleanup/pipe_control/spectrum.py
branches/frame_order_cleanup/pipe_control/value.py
branches/frame_order_cleanup/prompt/uf_objects.py
branches/frame_order_cleanup/sample_scripts/relax_disp/R1rho_analysis.py
branches/frame_order_cleanup/sample_scripts/relax_disp/cpmg_analysis.py
branches/frame_order_cleanup/sconstruct
branches/frame_order_cleanup/specific_analyses/relax_disp/__init__.py
branches/frame_order_cleanup/specific_analyses/relax_disp/cpmgfit.py
branches/frame_order_cleanup/specific_analyses/relax_disp/nessy.py
branches/frame_order_cleanup/specific_analyses/relax_disp/optimisation.py
branches/frame_order_cleanup/specific_analyses/relax_disp/parameter_object.py
branches/frame_order_cleanup/specific_analyses/relax_disp/parameters.py
branches/frame_order_cleanup/specific_analyses/relax_disp/sherekhan.py
branches/frame_order_cleanup/specific_analyses/relax_fit/__init__.py
branches/frame_order_cleanup/specific_analyses/relax_fit/optimisation.py
branches/frame_order_cleanup/target_functions/__init__.py
branches/frame_order_cleanup/test_suite/shared_data/dispersion/bug_Atul_Srivastava/1atul_R1rho_analysis.py
branches/frame_order_cleanup/test_suite/system_tests/chemical_shift.py
branches/frame_order_cleanup/test_suite/system_tests/n_state_model.py
branches/frame_order_cleanup/test_suite/system_tests/relax_fit.py
branches/frame_order_cleanup/test_suite/system_tests/sequence.py
branches/frame_order_cleanup/test_suite/unit_tests/_lib/__init__.py
branches/frame_order_cleanup/test_suite/unit_tests/_pipe_control/test_value.py
branches/frame_order_cleanup/test_suite/unit_tests/value_testing_base.py
branches/frame_order_cleanup/user_functions/dx.py
branches/frame_order_cleanup/user_functions/objects.py
branches/frame_order_cleanup/user_functions/relax_fit.py
branches/frame_order_cleanup/user_functions/spectrum.py
branches/frame_order_cleanup/user_functions/value.py
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/frame_order_cleanup/auto_analyses/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/auto_analyses/relax_disp.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/relax_disp.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/auto_analyses/relax_fit.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/relax_fit.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/dep_check.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/dep_check.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/docs/devel/find_missing_copyrights
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/docs/devel/find_missing_copyrights?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/extern/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/extern/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/gui/analyses/auto_model_free.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/analyses/auto_model_free.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/gui/analyses/auto_relax_disp.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/analyses/auto_relax_disp.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/gui/spin_viewer/frame.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/spin_viewer/frame.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/gui/uf_objects.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/uf_objects.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/gui/wizards/peak_intensity.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/wizards/peak_intensity.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/arg_check.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/arg_check.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/dispersion/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/dispersion/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/io.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/io.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/mathematics.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/mathematics.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/software/grace.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/software/grace.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/software/opendx/files.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/software/opendx/files.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/spectrum/nmrpipe.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/spectrum/nmrpipe.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/spectrum/nmrview.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/spectrum/nmrview.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/lib/text/gui.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/text/gui.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/pipe_control/mol_res_spin.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/pipe_control/mol_res_spin.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/pipe_control/opendx.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/pipe_control/opendx.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/pipe_control/pipes.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/pipe_control/pipes.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/pipe_control/spectrum.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/pipe_control/spectrum.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/pipe_control/value.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/pipe_control/value.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/prompt/uf_objects.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/prompt/uf_objects.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/sample_scripts/relax_disp/R1rho_analysis.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/sample_scripts/relax_disp/R1rho_analysis.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/sample_scripts/relax_disp/cpmg_analysis.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/sample_scripts/relax_disp/cpmg_analysis.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/sconstruct
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/sconstruct?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/specific_analyses/relax_disp/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/specific_analyses/relax_disp/cpmgfit.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/cpmgfit.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/specific_analyses/relax_disp/nessy.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/nessy.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/specific_analyses/relax_disp/optimisation.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/optimisation.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/specific_analyses/relax_disp/parameter_object.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/parameter_object.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/specific_analyses/relax_disp/parameters.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/parameters.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/specific_analyses/relax_disp/sherekhan.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_disp/sherekhan.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/specific_analyses/relax_fit/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_fit/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/specific_analyses/relax_fit/optimisation.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/relax_fit/optimisation.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/target_functions/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/target_functions/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/test_suite/shared_data/dispersion/bug_Atul_Srivastava/1atul_R1rho_analysis.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/dispersion/bug_Atul_Srivastava/1atul_R1rho_analysis.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/test_suite/system_tests/chemical_shift.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/chemical_shift.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/test_suite/system_tests/n_state_model.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/n_state_model.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/test_suite/system_tests/relax_fit.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/relax_fit.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/test_suite/system_tests/sequence.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/sequence.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/test_suite/unit_tests/_lib/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/unit_tests/_lib/__init__.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/test_suite/unit_tests/_pipe_control/test_value.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/unit_tests/_pipe_control/test_value.py?rev=25917&r1=25916&r2=25917&view=diff
Modified:
branches/frame_order_cleanup/test_suite/unit_tests/value_testing_base.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/unit_tests/value_testing_base.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/user_functions/dx.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/dx.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/user_functions/objects.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/objects.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/user_functions/relax_fit.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/relax_fit.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/user_functions/spectrum.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/spectrum.py?rev=25917&r1=25916&r2=25917&view=diff
Modified: branches/frame_order_cleanup/user_functions/value.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/value.py?rev=25917&r1=25916&r2=25917&view=diff
_______________________________________________
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