Menu

Commit [r82]  Maximize  Restore  History

Prepared minfx for Python 3 using the 2to3 command.

The command used was:
2to3 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
.
These are the 2to3 arguments which still allow the code to run under Python 2.x.

bugman 2011-07-22

changed /trunk/minfx/base_classes.py
changed /trunk/minfx/exact_trust_region.py
changed /trunk/minfx/hessian_mods/cholesky_mod.py
changed /trunk/minfx/line_search/more_thuente.py
changed /trunk/minfx/line_search/nocedal_wright_interpol.py
changed /trunk/minfx/line_search/nocedal_wright_wolfe.py
changed /trunk/minfx/line_search/test_functions.py
changed /trunk/minfx/method_of_multipliers.py
changed /trunk/minfx/ncg.py
changed /trunk/minfx/newton.py
changed /trunk/minfx/scipy_subset/anneal.py
changed /trunk/minfx/steihaug_cg.py
/trunk/minfx/base_classes.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/exact_trust_region.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/hessian_mods/cholesky_mod.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/line_search/more_thuente.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/line_search/nocedal_wright_interpol.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/line_search/nocedal_wright_wolfe.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/line_search/test_functions.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/method_of_multipliers.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/ncg.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/newton.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/scipy_subset/anneal.py Diff Switch to side-by-side view
Loading...
/trunk/minfx/steihaug_cg.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.