Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.3.1] - 2022-08-09

Fixed

  • Applied formatting to all of the Python files

[1.3.0] - 2022-07-07

Added

  • Test for public API consistency

[1.2.0] - 2022-06-21

Changed

  • Made the imports and docstring more explicit in the top level init.py

  • Deliberately emptied out the _impl/init.py since it should not be imported

  • Changed the name of the extension class to emphasize that it is not part of an API

[1.1.0] - 2022-04-29

Removed

  • Obsolete GPU Tests

Changed

  • Made tests derive from OmniGraphTestCase

[1.0.2] - 2022-03-14

Changed

  • Added categories to node OGN

[1.0.1] - 2022-01-13

Changed

  • Fixed the outdated OmniGraph tutorial

  • Updated the USDA files, UI screenshots, and tutorial contents

[1.0.0] - 2021-03-01

Initial Version

  • Started changelog with initial released version of the OmniGraph core