.. py:module:: p3dsdk :noindex: ============= SDK Changelog ============= Version 2021.1.3 ================ Bump Data API version to :ref:`2021.1.3 `. Corrections ----------- * Fix import modules from the same directory as the script not working while it works with a standard Python interpreter. * Fix wrong encoding when executing a script using run_script. Version 2021.1.0 ================ Bump Data API version to :ref:`2021.1.0 `. Version 2020.2.4 ================ Bump Data API version to :ref:`2020.2.4 `. Version 2020.2.2 ================ Bump Data API version to :ref:`2020.2.2 `. Version 2020.2.1 ================ Bump Data API version to :ref:`2020.2.1 `. Version 2020.2.0 ================ Bump Data API version to :ref:`2020.2.0 `. New APIs -------- * Add :py:meth:`KMTFile.open()` function to read .kmt files. * Add :py:class:`ColorLab` class to represent a color in Lab color space. * :doc:`Exceptions `: Add :py:class:`InUseError` exception used when an object being deleted is referenced by another object. Version 2020.1.0 ================ Initial release