Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,32 @@

### New Features and Major Changes

* [{Description of the fix} PR #XX](https://github.com/SPSUnipi/pySMSpp/pull/XX)
*

### Minor Changes and Bug Fixes

*

## v0.3.0

### New Features and Major Changes

* Improve configuration of the functions and distinction between thermal and intermittent units [PR #23](https://github.com/SPSUnipi/pypsa2smspp/pull/23)
* Add support for stochastic networks [PR #21](https://github.com/SPSUnipi/pypsa2smspp/pull/21) and [aa523b2](aa523b27453afed6cc6ed38282d279c86e3031a1)
* Support create/optimize/retrieve of SMS++ network [PR #27](https://github.com/SPSUnipi/pypsa2smspp/pull/27)
* Add documentation [PR #28](https://github.com/SPSUnipi/pypsa2smspp/pull/28)
* Support LineName, NodeName and UC name [PR #33](https://github.com/SPSUnipi/pypsa2smspp/pull/33)
* Support for time-dependent links [7522065](https://github.com/SPSUnipi/pypsa2smspp/tree/752206593202961f5809f0dde06fba50fef3795b)
* Support sector-coupled interface [7ac667a](7ac667af4d35875441fe29cb71096c343ac4f350), [6730aa](6730daa0571261c89649adedac02c3a5bcfa41fb), [1fb41f2](1fb41f20a4bf5237f6b5a70aaaa67002d83aef99)

### Minor Changes and Bug Fixes

* Add architecture to documentation and improve examples [PR #37](https://github.com/SPSUnipi/pypsa2smspp/pull/37) and [PR #38](https://github.com/SPSUnipi/pypsa2smspp/pull/38)
* Improves git ignore and CI [PR #34](https://github.com/SPSUnipi/pypsa2smspp/pull/34)
* Cleaned dimensions for multi-links in sector-coupled networks
* Introduce CI with conda package
* Support for networks with snapshot weightings != 1 [cd973f3](ce973f3dc480441c9154dd6a268740b8d9c1cc4e)

## v0.2.0

### Minor Changes and Bug Fixes
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pypsa2smspp"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="Alessandro Pampado", email="alessandro.pampado@ing.unipi.it"},
{ name="Davide Fioriti", email="davide.fioriti@unipi.it" },
Expand All @@ -15,6 +15,7 @@ readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
Expand All @@ -27,7 +28,7 @@ dependencies = [
"pypsa>=1",
"xarray<2026.4",
"openpyxl",
"pysmspp>=0.0.4",
"pysmspp>=0.0.7",
]

[project.urls]
Expand Down
Loading