Release Notes¶
0.2.0 (07-August-2019)¶
Added¶
- Added a new, more stable, solver
rlu_solve().match_lsq()now takes a new parametersolverwhich, by default, is set to'LU'- the new solver. [#1]
Fixed¶
- Updated package structure, setup, docs. [#1]
0.1.2 (12-June-2017)¶
Added¶
- Several functions now return more values that can be used to analyse returned
results:
wiimatch.utils.create_coordinate_arrays()now returns effectivecentervalues used in generating coordinate array and coordinate system type ('image'or'world');wiimatch.lsq_optimizer.build_lsq_eqs()now returns coordinate arrays, effectivecentervalues used in generating coordinate array, and the coordinate system type of coordinates in addition to coefficients of linear equations;wiimatch.match.match_lsq()now optionally returns coefficients of linear equations, coordinate arrays, effectivecentervalues used in generating coordinate array, and the coordinate system type of coordinates in addition to optimal solution to the matching problem. New parameterext_returnindicates to return extended information.
0.1.1 (06-June-2017)¶
Added¶
center_csparameter towiimatch.utils.create_coordinate_arrays()wiimatch.match.match_lsq()andwiimatch.lsq_optimizer.build_lsq_eqs()in order to allow specification of the coordinate system of the center ('image'or'world') when it is explicitly set.
Fixed¶
- Broken logic in
wiimatch.utils.create_coordinate_arrays()code for generating coordinate arrays.
0.1.0 (09-May-2017)¶
Initial release.