gondola.gondola_core#
Python API to rust version of tof-dataclasses.
Currently, this contains only the analysis functions
- gondola.gondola_core.get_version()#
- gondola.gondola_core.get_version_major()#
Major version of the package from the version string (Major.Minor.Patch)
- gondola.gondola_core.get_version_minor()#
Minor version of the package from the version string (Major.Minor.Patch)
- gondola.gondola_core.get_version_patch()#
Patch level of the package from the version string (Major.Minor.Patch)
- gondola.gondola_core.version_at_least(version_string)#
Check if the version is at least the required, given string following the format MAJOR.MINOR.PATCH