Skip to content

Releases: Kitware/trame-vtk

v2.5.9

06 Oct 23:35
Compare
Choose a tag to compare

Fix

  • serializer: Remove unused import (5fe4da8)
  • serializer: Better handling of actor user matrix (9b5082a)

Documentation

  • pyvista: Add wip examples (487c4c0)

v2.5.8

20 Jul 23:41
Compare
Choose a tag to compare

Fix

  • volume: Use abs of sampleDistance (0bbb3ae)

v2.5.7

20 Jul 03:21
Compare
Choose a tag to compare

Fix

  • version: Sync github and pypi (a783ca6)
  • Semantic-release version (4fd3148)

v2.5.6

19 Jul 18:24
Compare
Choose a tag to compare

v2.5.6 (2023-07-19)

Ci

  • ci(baseline): Add ref baseline for volume (4ceb45c)

  • ci(baseline): Add ref baselines (8b305e6)

  • ci: changelog spelling (6d3b6f5)

  • ci(testing): rendering testing

fix #45 (70aeafa)

Fix

  • fix(VolumeRendering): Add alias to support different mappers

fix #46
fix #44 (cf540bc)

v2.5.5

19 Jul 17:43
Compare
Choose a tag to compare

v2.5.5 (2023-07-19)

Chore

  • chore(volume): Add volume rendering example (672b1ad)

Ci

Fix

  • fix(ParaView): push_image for different viewtypes

Not using a RenderView as view for the vtkLocalRemoteView will crash, because "EnableRenderOnInteraction" might not be defined. "GetPropertyValue" will return None for a non-existing Property (74ed533)

v2.5.4

29 Jun 23:34
Compare
Choose a tag to compare

Fix

  • GC: Allow to release view resources (bfe9c80)

v2.5.3

28 Jun 18:38
Compare
Choose a tag to compare

Fix

v2.5.2

26 Jun 21:00
Compare
Choose a tag to compare

Fix

  • vue-vtk-js: Update to pick lookuptable fix (1ecd65c)
  • html: Add tool for HTML export (3705560)

v2.5.1

23 Jun 21:12
Compare
Choose a tag to compare

Fix

  • LUT: Do not discretize vtkColorTransferFunction with few control points (ebfaee4)

v2.5.0

16 Jun 22:29
Compare
Choose a tag to compare

Feature

  • local: Enable prop caching (be29552)
  • local: Add caching with delta compute for local state (0d64fbb)

Fix

  • vue-vtk-js: Update vtk.js (96e569a)
  • LookupTable: Add support for color Table (46e3d6d)
  • local: Keep vtkLookupTable as-is for vtk.js (a3b1904)

Documentation

  • validation: Add lut preset example (3250926)
  • example: Force reset camera in pyvista (d083796)