You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,41 @@
1
+
# entsoeapi v1.0.0 (2026-03-25)
2
+
3
+
## New functionality
4
+
5
+
- The `implicit_offered_transfer_capacities()` function has been introduced (we incorrectly stated earlier that this function had been introduced)
6
+
- The `explicit_offered_transfer_capacities()` function has been introduced (we incorrectly stated earlier that this function had been introduced)
7
+
- The `continuous_offered_transfer_capacities()` function has been introduced (we incorrectly stated earlier that this function had been introduced)
8
+
- The `netted_volumes_per_border()` function has been introduced (we incorrectly stated earlier that this function had been introduced)
9
+
- The `eic_functions()` and `all_allocated_eic()` functions have been introduced.
10
+
- The processing capability of `P3M` data resolution has been added to the engine.
11
+
12
+
## Changes
13
+
14
+
- The `aggregated_balancing_energy_bids()` function's `process_type` argument additionally can be set as `A67` or `A68` from now on.
15
+
- The "See Also" blocks have been added to each help.
16
+
- The result table of `imbalance_prices()` call got more columns to display.
17
+
- The `deactivation_requested_date_and_or_time_date` and the `eic_code_market_participant_street_address` columns have been added to `all_allocated_eic()` function's resulting table.
18
+
- The `gen_installed_capacity_per_pt` and the `gen_installed_capacity_per_pu` functions got a new `tidy_output` argument.
19
+
- The XML extracting engine further improved by which the `flow_based_allocations` function's resulting table composed properly from now on.
20
+
- The `tibble`, `purrr`, `tidyselect` package dependencies (Imports) removed from the code.
21
+
22
+
## Possibly breaking changes
23
+
24
+
- The `day_ahead_prices()` function has been renamed to `energy_prices()` and it allows to query day-ahead and intraday prices too.
25
+
- The resulting table's column names converted to snake case in the `party_eic()`, `area_eic()`, `accounting_point_eic()`, `tie_line_eic()`, `location_eic()`, `resource_object_eic()`, `substation_eic()` and `all_approved_eic()` function.
26
+
- The `financial_expenses_and_income_for_balancing()` renamed to `financial_expenses_and_income()`.
27
+
- The `sharing_of_frr_capacity()` renamed to `sharing_of_rr_and_frr_capacity()`.
28
+
- The `rr_actual_capacity()` removed since `rr_and_frr_actual_capacity()` covers its functionality.
29
+
- The `business_type` argument has been removed from `shares_of_fcr_capacity()` since it did not changed the result table at all.
30
+
- The `business_type` argument has been removed from `rr_and_frr_actual_capacity()` since it did not changed the result table at all.
31
+
- The `gen_wind_solar_forecasts()` does not give back list of table by `process_type` from now on; instead `process_type` has been moved into the arguments of the function call.
32
+
33
+
## Miscellaneous
34
+
35
+
- The code base simplified.
36
+
- The "architecture" vignette has been updated according to the changes.
37
+
- The package `DESCRIPTION` document slightly adjusted.
38
+
1
39
# entsoeapi v0.9.7 (2026-03-17)
2
40
3
41
## New functionality
@@ -9,10 +47,10 @@
9
47
- The code base simplified.
10
48
- The package level constants have been placed into a standalone file.
11
49
- These dependency (Imports) packages removed from the code: `curl`, `data.table`, `fs`, `tidyselect`, `utf8`
12
-
- The sapply() calls have been removed from some unit tests.
50
+
- The `sapply()` calls have been removed from some unit tests.
13
51
- The global assignment operators have been removed from the code.
14
52
- The .github/CONTRIBUTING.md file has been created and added.
0 commit comments