v0.8.1
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 symfluencesucceeded butimport symfluenceraisedModuleNotFoundError- 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