Skip to content

Commit

Permalink
Docs rebuilt for release
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Nov 24, 2023
1 parent f85381f commit f24bbba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 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.45)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.50)

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.45
FROM ghcr.io/lavavu/lavavu:1.8.50
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.45
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.50


4 changes: 3 additions & 1 deletion docs/src/Property-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
|*heightby* | string or integer | "heights" | Index or label of data set to apply to shape heights|
|*lengthby* | string or integer | "lengths" | Index or label of data set to apply to shape lengths|
|*segments* | integer | 32 | Triangulation quality for spheres, number of segments to draw (minimum 4)|
|*rotation* | quaternion | [0.0,0.0,0.0,1.0] | Shape rotation about Y axis, applies to all shape objects, [x,y,z,y] or [X,Y,Z]|

## colourbar

Expand Down Expand Up @@ -209,7 +210,7 @@
| ---------------- | ---------- | ------------------ | ----------------------------------------- |
|*zoomstep* | integer | -1 | When to apply camera auto-zoom to fit model to window, -1=never, 0=first timestep only, 1=every timestep|
|*margin* | real | 0.025 | Margin in pixels (when >= 1) or ratio of viewport width (when < 1.0) around edges of model when to applying camera auto-zoom|
|*rotate* | quaternion | [0.0,0.0,0.0,1.0] | Camera rotation quaternion [x,y,z,w]|
|*rotate* | quaternion | [0.0,0.0,0.0,1.0] | Camera rotation quaternion [x,y,z,w], if applied to an object rotates the object, can be quaternion or Euler angles [x,y,z] in this case|
|*xyzrotate* | real[3] | [0.0,0.0,0.0] | Camera rotation as Euler angles [x,y,z] - output only|
|*translate* | real[3] | [0.0,0.0,0.0] | Camera translation [x,y,z]|
|*focus* | real[3] | [0.0,0.0,0.0] | Camera focal point [x,y,z]|
Expand All @@ -221,6 +222,7 @@
|*orthographic* | boolean | false | Enable to switch to an orthographic projection instead of the default perspective projection|
|*coordsystem* | integer | 1 | Set to determine coordinate system, 1=Right-handed (OpenGL default) -1=Left-handed|
|*follow* | boolean | false | Enable to follow the model bounding box centre with camera as it changes|
|*port* | real[4] | [0,0,1.0,1.0] | Viewport position and dimensions array [x,y,width,height] in normalised coords [0,1]|

## global

Expand Down
2 changes: 1 addition & 1 deletion docs/src/Scripting-Commands-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
>
> **Usage:** blend mode
>
> mode (string) : normal: multiplicative, add: additive, png: premultiplied for png output
> mode (string) : normal: multiplicative, add: additive, pre: premultiplied alpha, png: premultiplied for png output

### props
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].45/LavaVu-amalgamated.min.js"></script>
<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].50/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 @@ -23,7 +23,7 @@

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

"""
To release a new verison:
Expand Down

0 comments on commit f24bbba

Please sign in to comment.