Skip to content

v3.4.3

Choose a tag to compare

@Rafnuss Rafnuss released this 09 Aug 14:44

Moderate

Memory Optimization on Graph Creation

  • Replaced the use of geosphere functions with custom memory-efficient implementations for distance and bearing calculations.
  • Improved graph creation by introducing distance filtering before distance calculation and adding progress messages for better user feedback.
  • Added cleanup steps (rm and gc) in the edge_add_wind function to free memory by removing unused variables and closing netCDF files.

Minor

Full Changelog: v3.4.2...v3.4.3