Change log of the Python interface
|
|
Release 2024-2
|
|
Action
|
From / To
|
Subject
|
Comment
|
Added
|
OlpCore
|
OlpCore
|
Added the OlpCore chapter, that defines the base Python library for writing a downloader with Python.
|
Added
|
Upload
|
Upload
|
Added the Upload chapter, that defines the Python library for writing an uploader with Python.
|
Modified
|
Download
|
Download
|
Added new methods, link to base classes.
|
Modified
|
Embedded Python
|
Python interpreter version
|
Updated from 3.7.4 to 3.12.4 version
|
Modified
|
site-packages
|
debugpy
|
Debugpy library is used instead of ptvsd python debug
|
Added
|
site-packages
|
numpy
|
Numpy library is included in standard delivery package
|
|
|
|
Release 2024-1-3
|
|
|
|
Release 2024-1
|
|
|
|
Release 2023-2-5
|
|
|
|
Release 2023-2
|
|
|
|
Release 2023-1-2
|
|
Action
|
From / To
|
Subject
|
Comment
|
Added
|
nls.py
|
class NLSUtility()
|
Added a Base Class to do NLS Translation.
|
|
|
Release 2023-1-2
|
|
|
|
Release 2023-1-1
|
|
|
|
Release 2023-1
|
|
|
|
Release 2022-3-2
|
|
|
|
Release 2022-3-1
|
|
|
|
Release 2022-3
|
|
|
|
Release 2022-2-4
|
|
|
|
Release 2022-2-3
|
|
|
|
Release 2022-2-1
|
|
|
|
Release 2022-2
|
|
Action
|
From / To
|
Subject
|
Comment
|
Added
|
Python libraries
|
fpdf2
|
Added fpdf package for PDF document generation.
|
|
|
Release 2022-1
|
|
|
|
Release 2021-6
|
|
|
|
|
Release 2021-5
|
|
|
|
|
Release 2021-4
|
|
|
|
|
Release 2021-3
|
|
|
|
|
Release 2021-2
|
|
|
|
|
Release 2020-5
|
|
Action
|
From / To
|
Subject
|
Comment
|
Added
|
OlpEvent
|
isEnabled
|
Specifies if the event should be shown in the event panel.
|
|
|
|
Release 2020-4
|
|
|
|
|
Release 2020-2
|
|
|
|
|
Release 2019-6.0
|
|
|
|
|
Release 2019-5.0
|
|
|
|
|
Release 2018-2.0
|
|
Action
|
From / To
|
Subject
|
Comment
|
Added
|
IOlpEventCallbacks
|
GetCycleRotationAutoFlag
|
If not specified will call internally GetCycleRotationFlag()
|
GetCycleRotationManualFlag
|
If not specified will call internally GetCycleRotationAutoFlag()
|
GetCycleTranslationAutoFlag
|
If not specified will call internally GetCycleTranslationFlag()
|
GetCycleTranslationManualFlag
|
If not specified will call internally GetCycleTranslationAutoFlag()
|
Deprecated
|
IOlpEventCallbacks
|
GetCycleRotationFlag
|
Replaced with GetCycleRotationAutoFlag()
|
GetCycleTranslationFlag
|
Replaced with GetCycleTranslationAutoFlag()
|
centypes.py
|
from centypes import *
|
No need to call "from centypes import *" from customization script anumore. It is done internally.
|
Fixed
|
Customization script files
|
Python callback execution from wrong script
|
https://dfstrac.de.cenit-group.com/CENSEM207/ticket/9100
|
|
|
|
Release 2018-1.4
|
|
|
|
|
Release 2018-1.3 (05.07.2018)
|
|
|
|
|
Deprecated, still supported.
|
|