Skip to content

Releases: vipm-io/OpenG-Array-Library

v6.0.1

01 Apr 05:32

Choose a tag to compare

  • [6.0.1] Hotfix to remove "__ogtk" suffix from lvlib name

6.0

  • Requires LabVIEW 2020 or greater
  • Moved library VIs into Library (openg_array.lvlib) #5
  • Upgraded source code to LV2020 format #1
  • Marked all as Separate Compiled Code #2
  • Slice 1D array now calls LabVIEW's built in Trim Whitespace instead of OpenG String library (to reduce external dependencies)

Kudos to contributors@Bas-vE and @jimkring for their work on this release.

Important: Callers of this package will relink automatically to the new Library (openg_variant.lvlib) that contains this package. However, if you subsequently downgrade this package to version 5.x or older, your callers will need to be manually relinked to the older version (without the Library namespace).

v6.0.0

25 Mar 01:59

Choose a tag to compare

Install it with VIPM here: https://www.vipm.io/package/oglib_array/

What's Changed

  • Requires LabVIEW 2020 or greater
  • Moved library VIs into Library (openg_array.lvlib) #5 by @jimkring in #6
  • Upgraded source code to LV2020 format #1 by @Bas-vE in #3
  • Marked all as Separate Compiled Code #2 by @Bas-vE in #3
  • Slice 1D array now calls LabVIEW's built in Trim Whitespace instead of OpenG String library (to reduce external dependencies)

New Contributors

  • @Bas-vE made their first contribution in #3

Full Changelog: https://github.com/vipm-io/OpenG-Array-Library/commits/v6.0.0

Important: Callers of this package will relink automatically to the new Library (openg_variant.lvlib) that contains this package. However, if you subsequently downgrade this package to version 5.x or older, your callers will need to be manually relinked to the older version (without the Library namespace).

Kudos to contributors@Bas-vE and @jimkring for their work on this release.