From 98eb5b8b48462561dacc9bfa5b613866db0ef2a5 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 8 Feb 2023 15:33:03 +0000 Subject: [PATCH] Bump version to 10.4.5.0 and update Changes.md --- Changes | 10 ++++------ SConstruct | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 08a59344c8..7887e66377 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,10 @@ -10.4.x.x (relative to 10.4.4.0) +10.4.5.0 (relative to 10.4.4.0) ======== -Fixes ---- +Improvements +------------ -- CurvesAlgo.resamplePrimitiveVariable : From Constant now supports all data types. -- MeshAlgo.resamplePrimitiveVariable : From Constant now supports all data types. -- PointsAlgo.resamplePrimitiveVariable : From Constant now supports all data types. +- CurvesAlgo, MeshAlgo, PointsAlgo : `resamplePrimitiveVariable()` now supports all data types when resampling a `Constant` primitive variable. Build ----- diff --git a/SConstruct b/SConstruct index f7cb2a9c43..0f538fedcd 100644 --- a/SConstruct +++ b/SConstruct @@ -56,7 +56,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 4 # backwards-incompatible changes -ieCoreMinorVersion = 4 # new backwards-compatible features +ieCoreMinorVersion = 5 # new backwards-compatible features ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.