1.0.3
📦 Release v1.0.3
This release introduces several bug fixes and completes the Python 3.12 compatibility update.
Summary of changes since 1.0.2:
🐛 Bug fixes
- Fixed
KeyError: 'Station'inStations.collect_locations()(#52). - Fixed
ConnectionErrorhandling inget_introduction()(#54). - Resolved
TypeErrorin both GWR data processing (#56) and viaduct data parsing (#58). - Restored complete data collection in
get_site_map()(#61).
⚙️ Maintenance
- Updated
requirements.txt. - Bumped minimum Python version: The required minimum Python version for the package is now 3.12.