Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 710 Bytes

RELEASE.md

File metadata and controls

14 lines (8 loc) · 710 Bytes

CDM Model - CapacityUnit Enum

Background In has been seen that in the ExternalUnitOfMeasure1Code from the 2Q2024 ISO External CodeSets v1, the unity Joule is supported in the Enum. However, in CDM this is not the case, as it does not appear anywhere in the CapacityUnitEnum. Therefore, the Joule unit of measure will be added to the CapacityUnitEnum for completeness and to align with 2Q2024 ISO External CodeSets v1, for versions 5 and 6 of CDM.

What is being released?

  • Updated CapacityUnitEnum in cdm.base.math

Enumerations

  • Updated CapacityUnitEnum by adding 'J' to support Joule unit

The changes can be reviewed in PR: #3198