In version 5.2, the method used for assembling pointwise inequality constraints was silently changed from elemental to nodal. This, in practice, removed a lot of redundant constraints. Including each constraint once instead of several times in an optimization problem does not change its solutions, but the SNOPT solver’s termination criterion is sensitive to the number of constraints. Therefore, in order to allow direct comparisons between solutions in different versions, a Constraint method setting has been added to the Pointwise Inequality Constraint features. The default method is still Nodal. Choose Elemental to recreate the behavior from versions older than 5.2.When the experimental Data source in a Global Least-Squares Objective feature is set to Result table, no table will be selected by default. In previous versions, the first table in the list under Results>Tables was arbitrarily used as default.These changes lead to more predictable behavior when deleting tables and table columns. Some Java® and MATLAB® code recorded in previous versions may be affected, producing an error message when executed. The solution in these cases is to insert lines explicitly setting the desired table and column. For example: