- MSRV has been bumped to 1.80.0 for
LazyLocksupport.
- Added support for
LVStatusCodeand retrieving error descriptions from LabVIEW. - Added API for accessing dimensions of arrays.
- Add API to error clusters to execute the rust code following the LabVIEW error semantics.
- Lazily load LabVIEW functions to allow time for LabVIEW to load.
- Expose NumericArrayResize trait to users of the Library.
- Correct loads the LabVIEW APIs when called from the runtime engine.
- Added support for error clusters.
- Added support for NDArray Views (behind the
ndarrayfeature flag). - Added numeric array resizing.
- Added an unsafe set method to set array values on 32 bit.
- Altered LVTime seconds component to i64 instead of u64
- Add unsafe to ctor elements in LabVIEW interface as some versions of rust threw errors.
- Boolean support
- String support
- Improved error handling.
- User event and occurance support.
- Timestamp support
- Cluster and array layout support.