This PR intends to update QAequilibraE code to use AequilibraE V.1.1.3.
In this PR we:
Updated minimum QGIS versions to 3.34.10+ and 3.38.2+
Updated QGIS in development and tests for LTR
Renamed signals to signal and updated the values based on AequilibraE
Replaced signal handling functions, such as progress_value_from_thread, progress_range_from_thread, progress_text_from_threadfinished_threaded_procedure, for signal_handler.
Updated the checkbox in GTFS importer UI to allow map-matching or not.
Removed double progress bar from GTFS importer and traffic assignment
Renamed variables progress bar and labels to progressbar and progress_label (snake case)
Added test for All-or-Nothing assignment and impedance matrix
Removed unused test imports
Updated tests and files in matrix_procedures based on the deprecation of AequilibraEData
This PR intends to update QAequilibraE code to use AequilibraE V.1.1.3.
In this PR we:
signal
and updated the values based on AequilibraEprogress_value_from_thread
,progress_range_from_thread
,progress_text_from_thread
finished_threaded_procedure
, forsignal_handler
.progressbar
andprogress_label
(snake case)