Changes
- Adds support for arrays of strings. Previously, using a pv pragma on an array of
strings would result in pytmc attempting and failing to create waveform record with
FTVL set to STRING, which was specifically disallowed. Now it will create a separate
string pv for each element of the array, similar to arrays of enums or complex types
Maintenance
- Add
setuptools_scm
to conda recipe build section
Contributors
- tangkong
- KaushikMalapati
Full Changelog: v2.17.0...v2.18.0