File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.5.0 (2026-04-03)
5+
6+ ### Features
7+
8+ - Improve location input UX and accessibility
9+ ([ ` 6574345 ` ] ( https://github.com/SustainableUrbanSystemsLab/NREL-PSM3-2-EPW/commit/6574345468446d78b100bc75f0f88e7c277277eb ) )
10+
11+ - Clears the location name input instead of silently falling back to 'Atlanta' when reverse
12+ geocoding fails. - Moves the location instructions from an inaccessible mobile tooltip (` help ` ) to
13+ an explicit inline ` st.caption ` to ensure accessibility on all devices.
14+
15+ Co-authored-by: kastnerp < 1919773+kastnerp@users.noreply.github.com >
16+
17+ ### Performance Improvements
18+
19+ - Optimize epw file preview decoding logic
20+ ([ ` 69479da ` ] ( https://github.com/SustainableUrbanSystemsLab/NREL-PSM3-2-EPW/commit/69479da52cf94cd6f5aafac77562aadbf98aa67c ) )
21+
22+ Changed the file preview logic to split the raw byte string with a maxsplit before decoding, rather
23+ than decoding the entire 2.5MB+ file and splitting it into thousands of list items just to show 10
24+ lines. This dramatically reduces memory overhead and CPU time during file processing.
25+
26+ Co-authored-by: kastnerp < 1919773+kastnerp@users.noreply.github.com >
27+
28+
429## v0.4.0 (2026-03-19)
530
631### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " nrel-psm3-2-epw"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " A script that writes out epw files from NREL Physical Solar Model (PSM) v3.2.2"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments