From d4131203744d19689da78be75af19d4111aee369 Mon Sep 17 00:00:00 2001 From: Owen Kaluza Date: Mon, 21 Oct 2024 16:43:21 +1100 Subject: [PATCH] Release version 1.8.80 --- README.md | 2 +- binder/Dockerfile | 2 +- docs/src/Installation.rst | 2 +- docs/src/Property-Reference.md | 2 +- lavavu/html/webview.html | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 089e61d1..800f5ad6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/lavavu/LavaVu/workflows/Test/badge.svg)](https://github.com/lavavu/LavaVu/actions?query=workflow:Test) [![Deploy Status](https://github.com/lavavu/LavaVu/workflows/Deploy/badge.svg?branch=1.7.3)](https://github.com/lavavu/LavaVu/actions?query=workflow:Deploy) [![DOI](https://zenodo.org/badge/45163055.svg)](https://zenodo.org/badge/latestdoi/45163055) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.79) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.80) A scientific visualisation tool with a python interface for fast and flexible visual analysis. diff --git a/binder/Dockerfile b/binder/Dockerfile index 35b11c93..16f77830 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -1 +1 @@ -FROM ghcr.io/lavavu/lavavu:1.8.79 +FROM ghcr.io/lavavu/lavavu:1.8.80 diff --git a/docs/src/Installation.rst b/docs/src/Installation.rst index 60043c76..3fc51cc1 100644 --- a/docs/src/Installation.rst +++ b/docs/src/Installation.rst @@ -189,6 +189,6 @@ A base dockerfile is provided in the repository root. You can try it out on binder .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.79 + :target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.80 diff --git a/docs/src/Property-Reference.md b/docs/src/Property-Reference.md index 6bba4597..65c1f4da 100644 --- a/docs/src/Property-Reference.md +++ b/docs/src/Property-Reference.md @@ -46,7 +46,7 @@ |*fixed* | boolean | false | Set to true to make all data fixed, not time varying, for this object| |*renderer* | string | "" | Create a custom renderer using label provided instead of using the default renderers, type of renderer created based on the "geometry" property| |*shaders* | object | [] | Custom shaders for rendering object, either filenames or source strings, provide either [fragment], [vertex, fragment] or [geometry, vertex, fragment]| -|*uniforms* | object | [] | Custom shader uniforms for rendering objects, list of uniform names, will be copied from property data| +|*uniforms* | object | {} | Custom shader uniforms for rendering objects, dict of uniform names/values, will be copied from property data| |*steprange* | boolean | true | Calculate dynamic range values per step rather than over full time range| |*lit* | boolean | true | Apply lighting to object| |*cullface* | boolean | false | Cull back facing polygons of object surfaces| diff --git a/lavavu/html/webview.html b/lavavu/html/webview.html index 01a30570..1f0eb8d4 100644 --- a/lavavu/html/webview.html +++ b/lavavu/html/webview.html @@ -27,7 +27,7 @@ - +