v0.1.0
v0.1.0 (2026-03-11)
Bug Fixes
- Use standard python build in semantic release (
b5822b1)
The python-semantic-release GitHub Action runs in its own Docker container where uv is not available. Replace uv build with pip install build && python -m build which works in the container.
https://claude.ai/code/session_01SqjYWGRjhsP5CdjNCVyqRQ
Chores
- Add semantic release workflow and configuration (
12a81da)
Add python-semantic-release to project dependencies and configure it in pyproject.toml to handle automatic version bumping and release creation when merging to main. Also add a new GitHub Actions workflow for this purpose.
Co-authored-by: kastnerp 1919773+kastnerp@users.noreply.github.com
Features
- Add resources for visualizing EPW files online (
14675a6)
Adds links to EPWvis and CBE Clima Tool after a successful EPW file download to help users visualize their data.
Co-authored-by: kastnerp 1919773+kastnerp@users.noreply.github.com
-
Add reverse geocoding to streamlit map (
e4fdc35) -
Added
requestsdependency to fetch location names from OpenStreetMap Nominatim API. -
Implemented
get_location_namewith@st.cache_datato optimize Streamlit reruns. -
Updated the map interaction to automatically populate the 'Location' input with the clicked location's name.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
- ui: Add visual feedback and disabled state to NREL request button (
d2532b9)
Co-authored-by: kastnerp 1919773+kastnerp@users.noreply.github.com