Menu

SVN archive Commit Log


Commit Date  
[r22772] by bugman

Reordered the debugging command line options and removed the '-r' shortcut.

2014-04-15 14:42:11 Tree
[r22771] by bugman

Created the '--error-state' command line option for saving a pickled state when a RelaxError is raised.

This gives greater control of a powerful feature added to relax by Chris MacRaild. The pickled
state can then be attached to bug reports or can be used to quickly load the state prior to failure
when in the scripting UI mode.

2014-04-15 14:40:19 Tree
[r22770] by bugman

Clean up of the debugging command line options.

The debug flag now will cause stack tracebacks to be printed on all RelaxWarnings.

2014-04-15 14:34:39 Tree
[r22769] by bugman

Created the new '-r' or '--traceback' relax command line option.

When supplied, then stack tracebacks will be shown for all RelaxWarnings and RelaxErrors. This
allows for finer debugging control.

2014-04-15 14:30:28 Tree
[r22768] by bugman

Created the lib.warnings.TRACEBACK variable.

When True, this will cause stack-traceback to be printed out with the warning. This is to decouple
the traceback printout from the warning to error escalation.

2014-04-15 14:27:20 Tree
[r22767] by bugman

Converted the status.escalate variable into module variables for lib.errors and lib.warnings.

This variable is set by the command line flag '-e' or '--escalate'. By converting it into a module
variable, the lib.errors and lib.warnings warnings are now independent of relax.

2014-04-15 14:20:44 Tree
[r22766] by bugman

Implemented linear constraints for the frame order analysis.

This uses the log-barrier constraint algorithm in the minfx library https://gna.org/projects/minfx/
to provide constraints without requiring gradients.

2014-04-15 12:03:51 Tree
[r22765] by bugman

Docstring fix in the relaxation curve-fitting linear_constraints() function.

2014-04-15 09:29:57 Tree
[r22764] by bugman

The pivot point x, y and z coordinates are now registered as parameters of the frame order analysis.

These are stored as the parameters pivot_x, pivot_y and pivot_z.

2014-04-15 08:25:44 Tree
[r22763] by bugman

Docstring update for the relaxation dispersion linear_constraints() function.

2014-04-15 07:33:07 Tree
Older >
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.