Skip to content

Commit

Permalink
feat: add system constants handling and update version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
c0sogi committed Dec 19, 2024
1 parent bc39e9d commit c7a1ce4
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 140 deletions.
4 changes: 3 additions & 1 deletion dcm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
GroupCharacteristicMap,
Parameter,
ParameterBlock,
SystemConstants,
Textstring,
apply_curve,
apply_map,
)
from .linear_interpolation import lininterp1, lininterp2
from .system_constants import SC, SystemConstants

__all__ = [
"DCM",
Expand All @@ -35,4 +35,6 @@
"apply_map",
"lininterp1",
"lininterp2",
"SC",
"SystemConstants",
]
Loading

0 comments on commit c7a1ce4

Please sign in to comment.