Skip to content

v1.0.0

Latest

Choose a tag to compare

@jbussemaker jbussemaker released this 13 Jul 07:36

Initial SysML v2 Python Units library release:

  • Get/set quantity as attribute value, specified using Pint Quantity objects
  • Get/set unit as attribute value, specified using Pint Unit objects
  • Supports numerical values/magnitudes, as well as inf (* in SysML v2) and NaN (set as null in SysML v2)
  • Conversion functions between SysML v2 units and Pint Unit, and string parsing functions
  • Derive preferred units for a quantity type, for example kg for an ISQ::mass quantity
  • Syside Automator ReferencePrinter for
    printing unit references using their short name
  • Extensive caching to make units lookup fast