Skip to content

Commit 537059f

Browse files
authored
Merge branch 'main' into data-maintenance
2 parents f63816e + df36b86 commit 537059f

15 files changed

+528
-501
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL

.github/workflows/push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: dev-env
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches:
99
- main
1010
schedule:
11-
- cron: "0 5 * * 1-6"
1211
- cron: "0 5 * * 0"
1312
workflow_dispatch:
1413

@@ -35,7 +34,7 @@ jobs:
3534
shell: bash -l {0}
3635

3736
steps:
38-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3938

4039
- name: Setup env file path (ubuntu)
4140
if: matrix.os == 'ubuntu'

.github/workflows/update-pinned-env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash -l {0}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Setup conda
2525
uses: conda-incubator/setup-miniconda@v3
@@ -69,7 +69,7 @@ jobs:
6969
needs: update-locked-environment
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- name: Download all artifacts
7474
uses: actions/download-artifact@v5
7575
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22
- Simplified IIASA database download
3+
- Bugfix: Enforce stricter H2 derivative import limit to avoid that exports of one type of derivative compensate for imports of another
34
- Added an option to source mobility demand from UBA MWMS (Projektionsbericht 2025) for the years 2025-2035
45
- Renamed functions and script for exogenous mobility demand
56
- Improved the transport demand data, added an option to source 2020 and 2025 data from AGEB instead of Aladin

envs/environment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ dependencies:
7171
- ruff
7272
- pylint
7373

74-
# Temporary pins
75-
- ixmp4<0.10.0
76-
7774
- pip:
7875
- gurobipy
7976
- highspy

0 commit comments

Comments
 (0)