Skip to content

bugfix and general dependency update#10

Merged
rschmied merged 6 commits intomainfrom
dev
Jun 17, 2025
Merged

bugfix and general dependency update#10
rschmied merged 6 commits intomainfrom
dev

Conversation

@rschmied
Copy link
Member

@rschmied rschmied commented Jun 17, 2025

  • smaller, cosmetic changes

    • changed supported python versions 3.9-3.12
    • changed formatting of the version.sh script
    • fixed a small typo in the CHANGELOG.md
    • adapted the output in README.md to reflect version changes
  • update type checks
    Use list instead of List for type annotation
    Use dict instead of Dict for type annotation
    Use tuple instead of Tuple for type annotation

    This is because the minimum supported version has been moved from 3.8 to
    3.9

  • fix node mapping, update deps
    This fixes Converting ioll2 images #9

    • run release only on main
    • fix typing**
    • fix tests / lint errors

- changed supported python versions 3.9-3.12
- changed formatting of the version.sh script
- fixed a small typo in the CHANGELOG.md
- adapted the output in README.md to reflect version changes
Use `list` instead of `List` for type annotation
Use `dict` instead of `Dict` for type annotation
Use `tuple` instead of `Tuple` for type annotation

This is because the minimum supported version has been moved from 3.8 to
3.9
@rschmied rschmied merged commit 08c9745 into main Jun 17, 2025
6 checks passed
@rschmied rschmied changed the title dev bugfix and general dependency update Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Converting ioll2 images

1 participant