Venkatesh R

Results 6 issues of Venkatesh R

### Description of issue `convert_timedelta_to_milliseconds_int32` internally calls into `_convert_timedelta` with a scaling factor of 1000. This assumes that a float input will always be in seconds. ie if I pass...

enhancement
codegen

- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). - [ ] ~~I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~~ - Not updating since this is an internal change - [x] I've added tests applicable...

We use `numpy.isfortran` to check if a incoming array is following C-style index ordering. We do this check since the rest of the layers underneath assumes C-style ordering. This check...

### Description of issue We are replacing words like _attributes_ with _properties_ in documentation helper in an effort to standardize on these terminologies. This logic ends up changing the text...

bug

- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). - [x] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable. - [x] I've added tests applicable for this pull request ### What does this Pull Request...

With warnings.warn, if users have to asynchronously process driver warnings, then they need to override the `warnings.showwarning` function with a custom handler which would process driver warnings differently. This implies...