Skip to content

Commit

Permalink
Notes for R3-13
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jan 2, 2024
1 parent 6508826 commit 983bdbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ files respectively, in the configure/ directory of the appropriate release of th

## __R3-13 (January XXX, 2024)__

### NDArrayPool
* Provide a mechanism to override the default memory allocator for NDArrays.
* Thanks to Emilio PJ on Github for this.
### asynNDArrayDriver
* Added UpdateTimeStamps method.
* Added NDFileFreeCapture parameter to manually free the capture buffer.
### NDAttribute
* Added support for attribute type CONST, where the value is the "source" value specified in the XML file.
Thanks to Keenan Lang for this.
### NDPluginFile
* Change capture buffer to use std::vector which is simpler and cleaner.
* Free capture buffer when capture or streaming start to prevent memory leak.
Expand Down

0 comments on commit 983bdbb

Please sign in to comment.