diff --git a/DataManipulation.lvproj b/DataManipulation.lvproj
index fa176dc..0b73161 100644
--- a/DataManipulation.lvproj
+++ b/DataManipulation.lvproj
@@ -40,6 +40,7 @@
+
@@ -158,306 +159,64 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DataManipulation.vipb b/DataManipulation.vipb
index b7aaa0d..8828611 100644
--- a/DataManipulation.vipb
+++ b/DataManipulation.vipb
@@ -1,7 +1,7 @@
-
+
LabVIEW_Open_Source_lib_Data_Manipulation
- 1.5.0.16
+ 1.6.0.17
false
source
_built-packages
@@ -17,7 +17,7 @@
- labview_open_source_project_lib_labview_open_source_palette >=1.0.0.2
+ labview_open_source_project_lib_labview_open_source_palette >=1.0.2.7
@@ -34,11 +34,8 @@
Francois Normandin
https://github.com/LabVIEW-Open-Source/DataManipulation
- [Feature #6] KVP Parser now uses openScalar methods for string conversions, and cluster/array are now streamlined
-[Feature #8] KVP Parser and KVP to Strict Variant have been replaced by methods enforcing Dot notation for decimals, leaving a copy of existing methods intact for backward compatibility
-[Feature #9] OpenScalar library includes Scalar to String and String to Scalar for all floating types
-[Feature #10] Added a Get System Decimal Separator method
-[Fix #11] Cluster maps correctly when comparing directly with cluster from unnamed elements
+ [Fix: 13] Cluster building fix for element names
+[Fix: 14] Fix for extraction of cluster elements by name
@@ -273,7 +270,7 @@
source\Scalar
- 050858E22A00894B06CDC00B6349F3E8
+ 178818B57370C68AB8CA47EF82A431F2
0
@@ -546,7 +543,7 @@
source\Variant\Variant_FormatToString.vi
- 3D35FB38774CD1B3F4C1F8323054B03A
+ 9B6DBD18A259905267BBA8C5C2D50EF5
0
@@ -651,7 +648,7 @@
source\TypeDescriptor\TypeDescriptor_GetName.vi
- AFFC759E1A8CDFEFEE13938AEBF6DBAC
+ 9BE7CF18F3D6BE687EF26D900DC05AAA
0
@@ -784,7 +781,7 @@
source\Variant\Variant_KVP to Strict Variant (Standard).vi
- F124F8448742D657E282339D84C8089D
+ 84870FBA600BED68E7273A56864F8FB3
0
@@ -987,7 +984,7 @@
source\Scalar\String to ExtendedComplex (Scalar).vi
- 966515080FE93530E49C7A39F09DD8BF
+ 5C429F572FCF505508B6E46D723AFEAC
\ No newline at end of file
diff --git a/source/Variant/Tree to Variant.vi b/source/Variant/Tree to Variant.vi
index bd6e070..e1efd37 100644
Binary files a/source/Variant/Tree to Variant.vi and b/source/Variant/Tree to Variant.vi differ
diff --git a/source/Variant/Variant_ExtractClusterElementByName.vi b/source/Variant/Variant_ExtractClusterElementByName.vi
index 493e73c..30614cd 100644
Binary files a/source/Variant/Variant_ExtractClusterElementByName.vi and b/source/Variant/Variant_ExtractClusterElementByName.vi differ
diff --git a/tests/test_GetClusterElementsByName.vi b/tests/test_GetClusterElementsByName.vi
new file mode 100644
index 0000000..8cbb1aa
Binary files /dev/null and b/tests/test_GetClusterElementsByName.vi differ
diff --git a/tests/test_GetElements.vi b/tests/test_GetElements.vi
index 3fb5085..ad3c284 100644
Binary files a/tests/test_GetElements.vi and b/tests/test_GetElements.vi differ