Skip to content

Commit 11263a2

Browse files
committed
Updated version number and News.md
1 parent 81fc9b0 commit 11263a2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## Version 0.9.5 (2025-03-23)
4+
5+
* New functions (`variables_flow_resource()`, `constraints_resource()`, `constraints_couple_resource()`) that dispatch on resource types, which allow for creation of new resource-specific variables and constraints in extension packages.
6+
* New function to indentify the unique resource types of a vector of resources
7+
* New function that segments the vector of resources into sub-vectors based on each resource type
8+
39
## Version 0.9.4 (2025-11-26)
410

511
### Bugfixes

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "EnergyModelsBase"
22
uuid = "5d7e687e-f956-46f3-9045-6f5a5fd49f50"
33
authors = ["Lars Hellemo <Lars.Hellemo@sintef.no>, Julian Straus <Julian.Straus@sintef.no>"]
4-
version = "0.9.4"
4+
version = "0.9.5"
55

66
[deps]
77
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"

0 commit comments

Comments
 (0)