Releases: genjax-community/genstudio
Releases · genjax-community/genstudio
v2025.4.1
v2025.3.12
[2025.3.12] - Mar 21, 2025
- Scene3D: support dynamic layers (js expressions)
v2025.3.11
[2025.3.11] - Mar 20, 2025
- save_video as gif
- notebooks: wgpu compute shader example
v2025.3.10
[2025.3.10] - Mar 17, 2025
- scene3d: improved rendering of ellipsoid wireframes
- scene3d: add
roll(option-drag),dolly(ctrl-zoom), andadjustFov(alt-zoom) to camera controls - scene3d: increase default brightness
- scene3d: fixed sorting of alpha-blended components
- plot: add
.onPlotCreateto plot spec options Plot.bitmap: default to 'nearest' interpolation. accept 0-1 floats or 0-255 ints.
v2025.3.9
[2025.3.9] - Mar 10, 2025
- relax python version
v2025.3.8
[2025.3.8] - Mar 10, 2025
- add Plot.bitmap component
v2025.3.5
[2025.3.5] - Mar 10, 2025
- screenshots: keep http server open for full lifetime of chrome context
v2025.3.4
[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
[2025.3.3] - Mar 06, 2025
- add plot.save_pdf(...) with webgpu/scene3d support
v2025.3.2
[2025.3.2] - Mar 05, 2025
- do not create new datas arrays in collectTypeData