Skip to content

Commit dd8d1e0

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent bcf0bca commit dd8d1e0

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nrel-psm3-2-epw"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "A script that writes out epw files from NREL Physical Solar Model (PSM) v3.2.2"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)