Skip to content

v0.8.1

Choose a tag to compare

@DarriEy DarriEy released this 21 Mar 16:11
· 628 commits to main since this release

Fix: Empty wheel on PyPI

The 0.7.x wheels were published without Python source files due to a path mismatch in the hatch wheel config (packages = ["src/symfluence"] vs the normalized path after sources = ["src"]).

What was broken

  • pip install symfluence succeeded but import symfluence raised ModuleNotFoundError
  • The wheel contained only metadata (29 KB), no actual code

Fix

  • Corrected [tool.hatch.build.targets.wheel] packages to ["symfluence"]
  • Wheel now includes all 1061 Python source files (3.5 MB)

Thanks to Neherika and Nico for reporting.

What's Changed

  • Fix TauDEM-related delineation ID mapping and river graph node creation by @befekadu2023 in #20

Full Changelog: v0.8.0...v0.8.1

What's Changed

  • Fix TauDEM-related delineation ID mapping and river graph node creation by @befekadu2023 in #20

Full Changelog: v0.8.0...v0.8.1

What's Changed

  • Fix TauDEM-related delineation ID mapping and river graph node creation by @befekadu2023 in #20

Full Changelog: v0.8.0...v0.8.1