History

Future minor version (release soon)

  • Remove import of matplotlib backend QtAgg and related error message, except for sarvey_plot.

1.3.0 (2026-02-23)

  • Improve consistency check with an iterative removal of low-quality points and arcs.

  • Ensure connectivity after removal of low-quality points and arcs.

  • Set delaunay triangulation as default for spatial phase unwrapping in step 2.

  • Deprecate parameter consistency_check:min_num_arc.

  • Store configuration file for the tests in the repository.

  • Enhance argument parsing in command line interface.

  • Improve installation and test with Python 3.13.

  • Add version flag to command line interfaces.

  • Enhance logging.

1.2.2 (2025-07-09)

  • Migrate from Pydantic v1 to v2 and update environment requirements.

  • Show all arcs in spatial network plot in step 1.

1.2.1 (2025-07-08)

  • Fix integer overflow occurring in large datasets.

  • Enhance proper resource cleanup in multiprocessing.

  • Update CI docker builder.

  • Update runner to test installation.

  • Update documentation with new instruction for installation including pip.

  • Fix numerical problems when computing grid size.

1.2.0 (2025-02-19)

  • Create the background map and coordinates file each run of step 0.

  • Visualize time series of neighbouring points in sarvey_plot -t.

  • Ensure that specified grid size is bigger than study area.

  • Update runner.

  • Visualize amplitude images and interferograms interactively with sarvey_plot -i.

1.1.0 (2024-11-06)

  • Use Scientific colour maps from Crameri.

1.0.0 (2024-08-12) Strawberry Pie

  • First release version on github.

  • Change name of files for second-order points from coh* to p2_coh*.

  • Check existence of intermediate results before continuing processing.

  • Improve parameter names in config.

  • Combine all general settings into one section in config.

  • Allow adding user comments in config.json file.

  • Improve documentation.

  • Adapt CI from gitlab to github.

  • Mask mean amplitude to avoid zero division warning in log10.

  • Set logging level to debug for log file.