Skip to contents

tma 0.3.3

  • Added door smoothing helpers for lookback, EMA, and LOESS workflows.
  • Added door_accumulation() as a convenience wrapper for the standard ETM door() plus replace_door() workflow.
  • Added trajectory helpers for polynomial curve fitting, derivative profiles, curve distances, lagged distances, signed turn-lag analysis, and stability grids.
  • Updated the R package dependency to require libqe 0.1.2 or newer for the shared door and trajectory kernels.

tma 0.3.2

  • improved performance of apply_tensor

tma 0.3.1

CRAN release: 2025-09-19

  • added exports: ATTR_NAMES, adjacency_key
  • added class as and is S3 methods for: qe.metadata, qe.data, qe.code, qe.unit, qe.horizon
  • moved jsonlite to Suggests, only required in less often used tma::view()

tma 0.3.0

CRAN release: 2025-08-25

  • context_tensor function for controlling weights and windows across modalities
  • deprecated prior implementations: windows_weights, accum_multidim, decay, simple_window

tma 0.2.0

  • Wide variety of updates, including the abiltiy to supply a windows and weighting matrix used for granular control of the accumulation across modalities (see `?windows_weights)

tma 0.1.0

  • Beta version - never submitted to CRAN