-
Notifications
You must be signed in to change notification settings - Fork 9
Release 1.1.0 #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release 1.1.0 #143
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
821c531
chore: update postman json
BerriJ 5230985
Merge pull request #137 from BerriJ/automated-postman-update
BerriJ 891fb7b
expose format_entsoe_datetime
simon-hirsch 055b4a5
Handle timezones
simon-hirsch c076f61
Fix ruff and use astimezone
simon-hirsch 5c10263
Create CITATION
jiedxu a850a63
Update CITATION
jiedxu 936e3f5
Update CITATION
jiedxu e5ca6c8
rename
jiedxu fdc4fe9
Create citation-sync.yml
jiedxu 1d91342
Merge pull request #140 from BerriJ/citation-file
BerriJ 06682c4
Merge branch 'develop' into datetime-tz
BerriJ 86ff203
chore: update postman json
BerriJ ea9b31f
Extend docstring
simon-hirsch 078b5cd
Add to docs
simon-hirsch 18ded4e
Merge branch 'datetime-tz' of github.com:simon-hirsch/entsoe-apy into…
simon-hirsch ee8884b
Fix reference to format_entsoe_datetime in docs
BerriJ 64b66dd
Merge pull request #139 from simon-hirsch/datetime-tz
BerriJ 7cce807
Merge branch 'develop' into automated-postman-update
BerriJ 07729fb
Style fixes by ruff
BerriJ 5d45848
Add new ChangesToBidAvailabilityArchives class
BerriJ 8ae38bf
Merge pull request #138 from BerriJ/automated-postman-update
BerriJ 4ec53b2
Fix normalize_to_records function which did not traverse into nested …
BerriJ 467cb67
Add unit tests for normalize_to_records nested structure coverage
Copilot 9fbc9fb
Style fixes by ruff
Copilot 439b528
Merge pull request #142 from BerriJ/fix-normalize_to_records
BerriJ b8fa4e5
Bump version to 1.1.0
BerriJ 8207a79
Address PR review comments
BerriJ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| name: Update CITATION.cff on Tag | ||
| on: | ||
| push: | ||
| tags: | ||
| - "v*.*.*" | ||
|
|
||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| update-citation: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - uses: Adamtaranto/citation-sync-action@v1 | ||
| with: | ||
| use-pull-request: true | ||
| target-branch: develop | ||
| token: ${{ secrets.GITHUB_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - family-names: "Berrisch" | ||
| given-names: "Jonathan" | ||
| orcid: "https://orcid.org/0000-0002-4944-9074" | ||
| - family-names: "Xu" | ||
| given-names: "Jie" | ||
| orcid: "https://orcid.org/0009-0002-1518-8010" | ||
| title: "entsoe-apy: Python Package to Query the ENTSO-E API" | ||
| version: 1.1.0 | ||
| date-released: 2026-05-12 | ||
| url: "https://github.com/BerriJ/entsoe-apy/releases/tag/v1.0.0" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| ::: entsoe.utils.extract_records | ||
|
|
||
| ::: entsoe.utils.add_timestamps | ||
|
|
||
| ::: entsoe.utils.format_entsoe_datetime |
48 changes: 48 additions & 0 deletions
48
.../endpoints/Balancing/IFs mFRR 9.9, aFRR 9.6&9.8 Changes to Bid Availability Archives.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "name": "IFs mFRR 9.9, aFRR 9.6&9.8 Changes to Bid Availability Archives", | ||
| "method": "GET", | ||
| "query": [ | ||
| { | ||
| "key": "documentType", | ||
| "value": "B45", | ||
| "description": "[M] B45 = Bid Availability Document" | ||
| }, | ||
| { | ||
| "key": "processType", | ||
| "value": "A47", | ||
| "description": "[M] A47" | ||
| }, | ||
| { | ||
| "key": "Domain", | ||
| "value": "10YDE-VE-------2", | ||
| "description": "[M] EIC code of a Scheduling Area or LFA" | ||
| }, | ||
| { | ||
| "key": "periodStart", | ||
| "value": "202309232200", | ||
| "description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000" | ||
| }, | ||
| { | ||
| "key": "periodEnd", | ||
| "value": "202309242200", | ||
| "description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000" | ||
| }, | ||
| { | ||
| "key": "storageType", | ||
| "value": "archive", | ||
| "description": "[M] Used to request archives" | ||
| }, | ||
| { | ||
| "key": "businessType", | ||
| "value": "C46", | ||
| "description": "[O] C40 = Conditional bid; C41 = Thermal limit; C42 = Frequency limit; C43 = Voltage limit; C44 = Current limit; C45 = Short-circuit current limits; C46 = Dynamic stability limit", | ||
| "disabled": true | ||
| }, | ||
| { | ||
| "key": "offset", | ||
| "value": "100", | ||
| "description": "[O] Integer: Zero‑based index of the first archive to return. The offset parameter paginates the response in batches of 100 archives (e.g., offset = n returns the archives in the range n+1 to n+100).", | ||
| "disabled": true | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| from .mappings_dict import mappings | ||
| from .records import extract_records | ||
| from .timestamps import add_timestamps, calculate_timestamp | ||
| from .utils import format_entsoe_datetime | ||
|
|
||
| __all__ = ["mappings", "extract_records", "add_timestamps", "calculate_timestamp"] | ||
| __all__ = [ | ||
| "mappings", | ||
| "extract_records", | ||
| "add_timestamps", | ||
| "calculate_timestamp", | ||
| "format_entsoe_datetime", | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.