Skip to content

Commit 4a5ad66

Browse files
authored
Merge pull request #59 from krose/develop
Develop
2 parents ede3028 + 9c50aaf commit 4a5ad66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+47383
-225
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: entsoeapi
22
Type: Package
33
Title: An R Wrapper for the European Network of Transmission System Operators for Electricity Application Programming Interface
4-
Version: 0.9.4.0
4+
Version: 0.9.5.0
55
Authors@R: c(person("Kenneth", "Rose", role="aut", email="kennethrose82@gmail.com"),
66
person("Sándor", "Budai", role=c("aut", "cre"), email="sbudai.ga@gmail.com"))
77
Description: Simple and standardized wrappers around Entso-E API's Market, Load, Generation,
@@ -30,7 +30,7 @@ Imports:
3030
Encoding: UTF-8
3131
Language: en-US
3232
LazyData: true
33-
URL: https://krose.github.io/entsoeapi, https://krose.github.io/entsoeapi/
33+
URL: https://github.com/krose/entsoeapi/, https://krose.github.io/entsoeapi/
3434
BugReports: https://github.com/krose/entsoeapi/issues
3535
Roxygen: list(markdown = TRUE)
3636
RoxygenNote: 7.3.3

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# entsoeapi v0.9.5.0 (2026-03-05)
2+
3+
## New functionality
4+
5+
- new area_types were introduced — 2 codes: A01, A02
6+
- new sub_area_types were introduced — 7 codes: A01–A07
7+
- new connection_category_types were introduced — 10 codes: E03–E12
8+
- new customer_types were introduced — 4 codes: A01–A04
9+
10+
## Miscellaneous
11+
12+
- business_types got new value — C96
13+
- reason_code_types got new values — B83, B84, B85
14+
115
# entsoeapi v0.9.4.0 (2026-03-04)
216

317
## New functionality

0 commit comments

Comments
 (0)