Release Notes

0.2.0 (07-August-2019)

Added

  • Added a new, more stable, solver rlu_solve(). match_lsq() now takes a new parameter solver which, 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 effective center values used in generating coordinate array and coordinate system type ('image' or 'world');
    • wiimatch.lsq_optimizer.build_lsq_eqs() now returns coordinate arrays, effective center values 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, effective center values used in generating coordinate array, and the coordinate system type of coordinates in addition to optimal solution to the matching problem. New parameter ext_return indicates to return extended information.

0.1.1 (06-June-2017)

Added

Fixed

0.1.0 (09-May-2017)

Initial release.