Skip to content

Commit 983bdbb

Browse files
committed
Notes for R3-13
1 parent 6508826 commit 983bdbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ files respectively, in the configure/ directory of the appropriate release of th
2121

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

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

0 commit comments

Comments
 (0)