Skip to content

Commit

Permalink
Bump version to 1.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Dec 13, 2024
1 parent 1c65f63 commit 6c28f28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
1.5.x.x (relative to 1.5.1.0)
1.5.x.x (relative to 1.5.2.0)
=======



1.5.2.0 (relative to 1.5.1.0)
=======

> Caution : The GafferML features introduced in this release are considered experimental, and are not subject to the usual backwards compatibility guarantees that apply to the rest of Gaffer.

Features
--------

- GafferML : Added a new module with the following nodes for running maching learning models via ONNX Runtime :
- GafferML : Added a new module with the following nodes for running machine learning models via ONNX Runtime :
- DataToTensor : Converts Gaffer data to tensors.
- Inference : Loads ONNX models and performance inference using an array of input tensors.
- Inference : Loads ONNX models and performs inference using an array of input tensors.
- ImageToTensor : Converts images to tensors for use with the Inference node.
- TensorToImage : Converts tensors back to images following inference.
- VisualiserTool : Added tool to 3D viewer for visualising primitive variables on meshes.
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :

gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 5 # backwards-incompatible changes
gafferMinorVersion = 1 # new backwards-compatible features
gafferMinorVersion = 2 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

Expand Down

0 comments on commit 6c28f28

Please sign in to comment.