Skip to content

Tags: electricitymaps/electricitymaps-contrib

Tags

v1.269.0

Toggle v1.269.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(parsers): Circumvent geoblocking PJM (#8204)

* feat(parsers): Circumvent geoblocking PJM

* ups

---------

Co-authored-by: Pierre Segonne <[email protected]>

v1.268.0

Toggle v1.268.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(GB): update ESO api url after they migrated it (#8201)

v1.267.0

Toggle v1.267.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: move all basicConfig calls into scopes to prevent import sideeff…

…ects (#8199)

v1.266.0

Toggle v1.266.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
india cap (#8171)

v1.265.0

Toggle v1.265.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix aws data center locations (#8165)

v1.264.0

Toggle v1.264.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Python upgrade 3.11 (#8133)" (#8154)

This reverts commit d41ebd4.

Due to a problem in the main repo, we need to revert back to 3.10 temporarily while we fix it.

v1.263.0

Toggle v1.263.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Python upgrade 3.11 (#8133)

* Upgrade Python

* update filter groups to match python config files

* update python in more places

---------

Co-authored-by: Viktor Andersson <[email protected]>

v1.262.0

Toggle v1.262.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add data-explorer tab (#8143)

v1.261.0

Toggle v1.261.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(parsers): fix return value for some parsers (#8144)

We enforced type checking of the returned value from the parsers. We expects the parsers to return a list.
The following were returning a dict and thus were failing.
The list of affected parsers is :
- production: JP-KN, JP-SK, JP-KY, GB-ORK, CA-AB, AU-WA-RI, AU-TAS-FI, AU-TAS-KI
- consumption: KW
- price: NZ
- exchange: GB->GB-ORK

v1.260.0

Toggle v1.260.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(web): script to generate arrows (#8137)

* feat(web): script to generate arrows

* Ensure script can be run from `scripts` folder, like before

* Set quality to 50

* Regenerate arrows

* Revert images

* Revert using convert instead of magick

* Quality 40

---------

Co-authored-by: Olivier Corradi <[email protected]>