Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ env:
label: "safe to test" # Label that must be applied to run on PRs from forks
python-version: "3.13" # For non-matrixed jobs
# Install:
# - dask: to work around https://github.com/khaeru/genno/issues/171
# - ixmp: from its `main` branch.
# - all other dependencies from PyPI.
#
# To test against other code, such as other branches for open PRs, temporarily
# add lines as appropriate. These lines SHOULD NOT be merged to `main`.
upstream-versions: |
"dask < 2025.4.0" \
"ixmp @ git+https://github.com/iiasa/ixmp.git@main" \

jobs:
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ All changes
- Document the :ref:`minimum version of Java <install-java>` required for :class:`ixmp.JDBCBackend <ixmp.backend.jdbc.JDBCBackend>` (:pull:`962`).
- Improve type hinting (:pull:`963`).
- Fix capitalization in auxiliary_settings.gms to enable GDX output file compression on MacOS and Linux. (:pull:`965`)
All changes
-----------

- Improve the :file:`westeros_report.ipynb` tutorial :doc:`tutorial <tutorials>`
for the 2025-06 MESSAGEix Training Workshop (:pull:`953`).

.. _v3.11.1:

Expand Down
55 changes: 0 additions & 55 deletions tutorial/westeros/genno.svg

This file was deleted.

54 changes: 54 additions & 0 deletions tutorial/westeros/westeros_report-C.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading