Skip to content

Commit dc1aea1

Browse files
committed
Tag new release 0.2.0 and update copyright year
1 parent d8d0737 commit dc1aea1

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
77

88
-/-
99

10+
## [0.2.0] - 2025.30.04
11+
12+
### Changed
13+
* New structured variables feature with hierarchical variable organization using dot notation
14+
* Support for derivative notation with `der(variable)` and `der(variable,n)` syntax
15+
* Automatic handling of derivatives without explicit definitions in base models
16+
* Variable naming conventions: `flat` and `structured` in `VariableNamingConvention` enum
17+
* Example implementations in `axle.py`, `axle_fmu.py` and test cases in `test_structured_variables.py`
18+
1019

1120
## [0.1.0] - 2024-11-08
1221

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
3+
Copyright (c) 2025 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ To test that the installation works, run pytest in the project root folder:
381381

382382
Meta
383383
----
384-
Copyright (c) 2024 `DNV <https://www.dnv.com/>`_ AS. All rights reserved.
384+
Copyright (c) 2025 `DNV <https://www.dnv.com/>`_ AS. All rights reserved.
385385

386386
Siegfried Eisinger - siegfried.eisinger@dnv.com
387387

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = [
2424

2525
[project]
2626
name = "component-model"
27-
version = "0.1.0"
27+
version = "0.2.0"
2828
description = "Constructs a Functional Mockup Interface component model from a python script (fulfilling some requirements)."
2929
readme = "README.rst"
3030
requires-python = ">= 3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)