Skip to content

Commit

Permalink
Release version 1.8.80
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Oct 21, 2024
1 parent b4cadfe commit d413120
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/lavavu/lavavu:1.8.79
FROM ghcr.io/lavavu/lavavu:1.8.80
2 changes: 1 addition & 1 deletion docs/src/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion docs/src/Property-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion lavavu/html/webview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<input id="fileinput" type="file" style="visibility:hidden" onchange="useFileInput(this)" />

<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].79/LavaVu-amalgamated.min.js"></script>
<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].80/LavaVu-amalgamated.min.js"></script>
<!--script src="dat.gui.min.js"></script>
<script src="OK-min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#Current version
#(must be of the form X.Y.Z to trigger wheel builds)
version = "1.8.79"
version = "1.8.80"

"""
To release a new verison:
Expand Down

0 comments on commit d413120

Please sign in to comment.