Changelog¶
All notable changes to the component-model project will be documented in this file.
The changelog format is based on Keep a Changelog.
Unreleased¶
-/-
[0.2.0] - 2025.30.04¶
Changed¶
New structured variables feature with hierarchical variable organization using dot notation
Support for derivative notation with
der(variable)
andder(variable,n)
syntaxAutomatic handling of derivatives without explicit definitions in base models
Variable naming conventions:
flat
andstructured
inVariableNamingConvention
enumExample implementations in
axle.py
,axle_fmu.py
and test cases intest_structured_variables.py
0.1.0 - 2024-11-08¶
Changed¶
Changed from
pip
/tox
touv
as package managerREADME.rst : Completely rewrote section “Development Setup”, introducing
uv
as package manager.Changed publishing workflow to use OpenID Connect (Trusted Publisher Management) when publishing to PyPI
GitHub workflows¶
(all workflows): Adapted to use
uv
as package manager_test_future.yml : updated Python version to 3.13.0-alpha - 3.13.0
_test_future.yml : updated name of test job to ‘test313’
0.0.1 - 2024-09-27¶
Initial release
Added¶
added this
Changed¶
changed that
Dependencies¶
updated to some_package_on_pypi>=0.1.0
Fixed¶
fixed issue #12345
Deprecated¶
following features will soon be removed and have been marked as deprecated:
function x in module z
Removed¶
following features have been removed:
function y in module z