You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added new module unit.py, containing class Unit, a helper class to store and manage units and display units. One Unit object represents one scalar variable.
Added new module range.py, containing class Range, a utility class to store and handle the variable range of a single-valued variable.
Sphinx documentation:
Added docs for modules variable_naming.py, unit.py, range.py, enums.py and analytic.py
Added Visual Studio Code settings
Removed
Removed module plotter.py
Changed
Updated code base with latest changes in python_project_template v0.2.6
pyproject.toml:
Updated supported Python versions to 3.11, 3.12, 3.13, 3.14
Updated required Python version to ">= 3.11"
Renamed optional dependency group 'tests' to 'test' to make it uniform with crane-fmu (there also 'test' is used).
ruff.toml:
Updated target Python version to "py311"
.sourcery.yaml:
Updated the lowest Python version the project supports to '3.11'
GitHub workflow _test.yml:
Updated Python versions in test matrix to 3.11, 3.12, 3.13, 3.14
GitHub workflow _test_future.yml:
Updated Python version in test_future to 3.15.0-alpha - 3.15.0