Skip to content

v2.1.46

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 20:39
· 7 commits to main since this release

With this Release, we continue to refine our automated release mechanism.
Please check our Good Git Practices page for some changes on how to submit contributions, including some new workflows available to make things easier for you.
Please read our updated README.md file, especially the Installation instructions, for many of the details.

We hope this does not create too much of an incovenience. We invite you to submit GitHub Issues with any problems you encounter.

Changes

2.1.46 - 2024-12-09

Added

  • QUDT Schema
    • Add the qudt:altSymbol property to support using multiple symbols with a unit/quantitykind alongside
      the primary one, which isqudt:symbol
  • New QuantityKinds
    • qk:AmountOfSubstanceIonConcentration as a narrower kind of qk:Concentration.
    • qk:CoefficientOfPerformance by lazlop
    • qk:CompoundPlaneAngle
    • qk:CountRate ( units: unit:NUM-PER-SEC, unit:NUM-PER-HR, unit:NUM-PER-YR)
    • qk:CurrentOfTheAmountOfSubstance (replacesqk:CurrentOfTheAmountOfSubtance)
    • qk:RotationalFrequency (units: unit:Hz, unit:REV-PER-MIN, unit:REV-PER-HR, unit:REV-PER-SEC)
    • qk:VaporPermeability (unit: unit:KiloGM-PER-PA-SEC-M)
    • qk:VaporPermeance (for what used to be qk:VaporPermeability, see 'Changed')
  • New Units
    • unit:CYC-PER-SEC
    • unit:KiloLM
    • unit:CD-PER-KiloLM
    • unit:CI (replaces unit:Ci)
    • unit:FLIGHT (replaces unit:Flight)
  • Other Additions

Changed

  • Enforce at most a single qudt:symbol for all instances.
  • Delete spurious qudt:symbol values in a number of quantity kinds
  • Correct the conversion offset for MilliDEG_C
  • Rename qk:VaporPermeability to qk:VaporPermeance and change all unit associations accordingly.
  • Unify PER-X symbols to the 15:1 majority pattern, "/x" where "1/x" is used
  • Unify NUM-PER-X symbols to always represent NUM as # (as has already been used in unit:NUM)
  • Remove qk:NumberDensity from unit:PER-M3
  • Make qk:RotationalFrequency exactMatch of qk:RotationalVelocity, remove broader qk
  • Make qk:AngularFrequency exactMatch of qk:AngularVelocity, remove broader qk

Deprecated

  • unit:Ci (replaced by: unit:CI)
  • unit:Flight (replaced by: unit:FLIGHT)
  • qk:CurrentOfTheAmountOfSubtance (replaced by qk:CurrentOfTheAmountOfSubstance)
  • unit:CFU (replaced by: unit:NUM) - The CFU (colony forming unit) is a context-dependent unit that should
    be part of an ontology with narrower scope than QUDT.
    And as always, a big thank-you to all of you for bringing many of these issues to our attention, and even better, for providing submissions to extend the coverage and capabilities of QUDT!