# Changelog ## Version 0.11.1 (2026-07-17) - ๐Ÿ› Fixed validate seed point bug - ๐Ÿ› Fixed loading of docs modules - โ™ป๏ธ Refactored import_files via defaultdict ## Version 0.11.0 (2026-06-29) - โœจ Implemented bike network import - โœจ Added minimum component length filter for bike net seed points - โ™ป๏ธ Refactored all imported files into one dict parameter - โ™ป๏ธ Refactored settings and constants into their own modules - โœจ Added auto option for existing_network_spacing - ๐Ÿ“ Added changelog to docs - ๐Ÿ“ Deployed docs on new custom URL ## Version 0.10.3 (2026-06-17) - โž– Removed unneeded dependencies - ๐Ÿ“Œ Pinned dependencies consistently - ๐Ÿ”ฅ Removed video code, temporarily ## Version 0.10.2 (2026-06-17) - ๐Ÿ› Fixed wrong street network definition "all_public", to "drive" - ๐Ÿ› Fixed existing bike net not being usable with street net file - ๐Ÿ“ Added more usage docs ## Version 0.10.1 (2026-06-15) - ๐Ÿ› Added missing checks for seed_point_tags - ๐Ÿ“ Added first usage docs - โ™ป๏ธ Renamed seed_points_file parameter for consistency ## Version 0.10.0 (2026-06-11) - โœจ Added auto options for seed points - โ™ป๏ธ Refactored code: parameter validation - โœจ Added triangular grid - โœจ Added quadrangulation - ๐ŸŽจ Renamed variables for better readability ## Version 0.9.0 (2026-06-09) - โœจ Added import from file for street network and seed points - โœจ Added custom and preset tags: rail, school, park - ๐Ÿ“ Polished docstrings - โœ… Add test cases and examples ## Version 0.8.1 (2026-06-06) - ๐Ÿ› Fixed custom filter - ๐Ÿ“ Polished docs and user feedback - โž– Removed unneeded dependencies from env files ## Version 0.8.0 (2026-05-24) - ๐Ÿ“ Big docs update: Added content to all pages, with furo style - ๐Ÿ“ Cleaned up readme: Moved install info to docs, removed bloat, added funders - ๐Ÿ› Fixed edge overlap removal - ๐Ÿ’„ Added polished tqdm progress bars - ๐Ÿ› Fixed and refactored data retrieval via polygon - ๐Ÿ› Fixed failing docs - โž– Removed unneeded dependencies from env files ## Version 0.7.1 (2026-05-04) - ๐Ÿงน Make edge overlap removal ~5x faster ## Version 0.7.0 (2026-05-04) - ๐Ÿ†• Added option to grow from existing bicycle network - ๐Ÿ†• Added option to fetch data from OSM via shape file - ๐Ÿ†• Export to GPKG or GeoJSON - ๐Ÿ› Fixed and polished precommit hooks - ๐Ÿงน Update folder structure for results - ๐Ÿ†• Export seed points and city boundary too - ๐Ÿ’พ Round exported coordinates for smaller file sizes - ๐Ÿงน Removed "all" ranking option ## Version 0.6.0 (2026-04-28) - ๐Ÿ”ง Bug fix for metric calculation - โฌ†๏ธ Implemented delaunay triangulation for performance improvements - โฌ†๏ธ Improved readme to distuingish between use/development ## Version 0.5.2 (2026-04-10) - โœจ Initial release โœจ - ๐Ÿ”ง Full reimplementation of code from paper "Growing Urban Bicycle Networks" https://github.com/mszell/bikenwgrowth - โฌ†๏ธ Automated testing via pytest as well as pipeline for package deployment to pip