Commit | Date | |
---|---|---|
[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 |
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 |
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 |
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/ |
2014-04-15 12:03:51 | Tree |
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 |
2014-04-15 07:33:07 | Tree | |
[r22762]
by
bugman
Fixes for the frame_order.pivot user function - the model parameters were not being updated. The update_model() function is now called to make sure that the pivot point is either added or |
2014-04-15 07:18:35 | Tree |
2014-04-14 17:58:56 | Tree |