Changelog#
The format is based on Keep a Changelog.
[1.2.1]#
Changed#
Applied new lint rules
[1.2.0]#
Added#
Added
ogn_read_metadata_key()public utility for reading and converting a single OGN metadata key to a USD-compatible Python typeAdded shared
_ogn_value_to_python_type()helper for JSON-to-USD type conversion of OGN metadata stringsAdded unit test suite for
get_ogn_default_value()intests/unit/test_attributes.py
Changed#
Refactored
get_ogn_default_value()to use shared_ogn_value_to_python_type()for JSON-to-USD type conversionExported
ogn_read_metadata_keyfrom package__all__
[1.1.1]#
Changed#
Modernize python style and enable more ruff checks
[1.1.0]#
Added#
Added
get_ogn_default_value()utility for retrieving OGN attribute defaults as USD types
Fixed#
Fixed duplicate graph entries when multiple paths contain the same graph
[1.0.0]#
Added#
Created extension for managing logic graphs
Added LogicGraphCore class with basic functionality