All pages
Powered by GitBook
1 of 1

v1.798.1

Released on 05.23.2025

These are the release notes for version v1.798.1 of the Onum platform.

New features

  • [Actions] New operations in the Math Expression Action:

Operation
Example

Natural logarithm

LN(field)

Logarithm with given base

LOG(base, field)

Exponential function

EXP(field)

Constant π

PI()

Trigonometric functions (in radians)

  • SIN(field)

  • COS(field)

  • TAN(field)

Inverse trigonometric functions

  • ASIN(field)

  • ACOS(field)

  • ATAN(field)

Hyperbolic functions (in radians)

  • SINH(field)

  • COSH(field)

  • TANH(field)

Inverse hyperbolic functions

  • ASINH(field)

  • ACOSH(field)

  • ATANH(field)

Degrees/radians conversion

  • DEGREES(field)

  • RADIANS(field)

Learn more about Transformation Actions in this video.

Fixes

  • [Pipelines] When changing the type of column chart in Pipelines to Not stacked, some Data sinks labels changed. This is fixed now.