v2.1.0 (2026-07-31)
Fixed
- Fix correct barmode in plotly to display right stacked column charts. (:material-source-pull:111 by @RichChang963)
- Fix error handling of missing p_max_pu for generators and links. (:material-source-pull:107 by @RichChang963)
Changed
- Add streamlit-extra pacakge and enhance addtional features in PyPSA-SPICE-Vis. (:material-source-pull:105 by @RichChang963)
- Consolidate all pip package installations into the
environment.yamlfile and removing the previousrequirements.txtfile to simplifies dependency management for new users (:material-source-pull:117 by @nhlong2701) - Change website link display. (:material-source-pull:110 by @RichChang963)
- Remove polyfill package to enhance website security. (:material-source-pull:113 by @RichChang963)
Notes
- New Streamlit-extras package: We have added a streamlit-extra
v1.5.0and encourage users to upgrade their environments (usingconda env update -f envs/environment.yaml --prune) to ensure full compatibility with the latest features and improvements.
Full Changelog: v2.0.0...v2.1.0