Skip to content

v4.16.0

Choose a tag to compare

@danimarinBG danimarinBG released this 24 Jul 11:20
· 525 commits to main since this release
8337c2d

🔽 Read the summarized changelog here 🔽

Added

  • Add force reconnect parameter to gw_fct_setlinktonetwork function.
  • Integrate hydraulic_engine in Go2Epa for WS (EPANET) execute and result import; UD and missing package keep the classic EPA path.
  • Allow Execute EPA on Linux for WS when hydraulic_engine is installed; keep it Windows-only for UD.
  • Require Execute EPA when Import results is selected in Go2Epa.
  • Add inp_report_onlymaxmin_values EPA option to store only max/min results when importing with hydraulic_engine.
  • Add hydraulic_engine dependency to requirements.txt.

Fixed

  • Fix blank multilingual projects: respect locale cat_feature.active and keep MULTI-CREATE config_form_fields (skip sample CFF wipe in empty profile).
  • Fix gw_fct_mincut_minsector and gw_fct_setmincut functions to count hydrometers correctly.
  • Fix selector performance on large projects: optimize vf_node/vf_arc/vf_connec/vf_element/vf_link filters and stop probing ve_node inside gw_fct_setselectors (check-all exploitations was multi-second).
  • Fix vf_element view to use COALESCE(pp.state, e.state) instead of e.state with plan_psector_x_node.
  • Fix admin_catalog to check if audit schema is fully installed.
  • Fix update to use the correct language from sys_version table.
  • Fix gw_fct_create_querytables and gw_fct_manage_temp_tables functions to create indexes on the geometry columns.

Full Changelog: v4.15.4...v4.16.0

📃 Check the official documentation here: ⛓️‍💥 Giswater Documentation