Skip to content

Releases: genjax-community/genstudio

v2025.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 14:28

[2025.4.1] - Apr 24, 2025

  • screen capture: render to texture for all screen capture modes, handle gpu errors, add --disable-vulkan-surface
  • pdf: send large buffers via http

v2025.3.12

Choose a tag to compare

@github-actions github-actions released this 21 Mar 13:50

[2025.3.12] - Mar 21, 2025

  • Scene3D: support dynamic layers (js expressions)

v2025.3.11

Choose a tag to compare

@github-actions github-actions released this 20 Mar 06:07

[2025.3.11] - Mar 20, 2025

  • save_video as gif
  • notebooks: wgpu compute shader example

v2025.3.10

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:35

[2025.3.10] - Mar 17, 2025

  • scene3d: improved rendering of ellipsoid wireframes
  • scene3d: add roll (option-drag), dolly (ctrl-zoom), and adjustFov (alt-zoom) to camera controls
  • scene3d: increase default brightness
  • scene3d: fixed sorting of alpha-blended components
  • plot: add .onPlotCreate to plot spec options
  • Plot.bitmap: default to 'nearest' interpolation. accept 0-1 floats or 0-255 ints.

v2025.3.9

Choose a tag to compare

@github-actions github-actions released this 10 Mar 12:08

[2025.3.9] - Mar 10, 2025

  • relax python version

v2025.3.8

Choose a tag to compare

@github-actions github-actions released this 10 Mar 11:54

[2025.3.8] - Mar 10, 2025

  • add Plot.bitmap component

v2025.3.5

Choose a tag to compare

@github-actions github-actions released this 10 Mar 10:37

[2025.3.5] - Mar 10, 2025

  • screenshots: keep http server open for full lifetime of chrome context

v2025.3.4

Choose a tag to compare

@github-actions github-actions released this 09 Mar 06:50

[2025.3.4] - Mar 09, 2025

  • Add fill_mode ('Solid', 'MajorWireframe') to Ellipsoid, deprecate EllipsoidAxes
  • add 'quaternion' / 'quaternions' to 3d shapes

BREAKING CHANGES:

  • PointCloud: positions => centers
  • LineBeam: positions => points
  • Cuboid: size/sizes => half_size/half_sizes
  • Ellipsoid: radius/radii => half_size/half_sizes
  • remove EllipsoidAxes

v2025.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Mar 23:42

[2025.3.3] - Mar 06, 2025

  • add plot.save_pdf(...) with webgpu/scene3d support

v2025.3.2

Choose a tag to compare

@github-actions github-actions released this 05 Mar 15:51

[2025.3.2] - Mar 05, 2025

  • do not create new datas arrays in collectTypeData