Release Notes

0.3.2 (11-November-2023)

  • Maintenance release.

0.3.1 (20-July-2022)

  • Maintenance release.

0.3.0 (20-July-2022)

  • Added data containers module and updated main code to support these containers with the purpose of minimizing memory usage by writing/loading data arrays to temporary files when needed. [#21]

0.2.1 (08-July-2022)

  • Updated code to reduce warnings with latest numpy versions. [#16]

  • Optimized code to improve performance and minimize memory usage when either masks and/or sigmas have default values. [#18, #19]

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.