Skip to content

Commit 7ff36dc

Browse files
committed
Add notes for R3-14
1 parent 4fa6f09 commit 7ff36dc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the EXAMPLE_RELEASE_PATHS.local, EXAMPLE_RELEASE_LIBS.local, and EXAMPLE_RELEASE
1919
files respectively, in the configure/ directory of the appropriate release of the
2020
[top-level areaDetector](https://github.com/areaDetector/areaDetector) repository.
2121

22-
## __R3-14 (April XXX, 2024)__
22+
## __R3-14 (November XXX, 2024)__
2323

2424
### asynNDArrayDriver and NDPluginBase.template
2525
* Added support for pre-allocating NDArrays.
@@ -67,6 +67,16 @@ files respectively, in the configure/ directory of the appropriate release of th
6767
- ArrayRate_RBV is updated, so the number of frames/s being written is visible.
6868
- NumCaptured_RBV counts down from NumCaptured to 0, so the number
6969
of remaining frames is visible.
70+
### NDFileTIFF
71+
* Fixed a bug introduced in R3-8.
72+
Integer attributes smaller than Int64 might not be correctly written to the file.
73+
### NDPluginROIStat
74+
* Added the ability to clear the time series data without starting a new acquisition.
75+
### myAttributeFunctions.cpp
76+
* Added code to create NDAttributes of all numeric data types.
77+
* These were used to test the fix to NDFileTIFF, and can be generally useful.
78+
### Documentation
79+
* Removed the documentation/ directory, which was obsolete.
7080

7181

7282
## __R3-13 (February 9, 2024)__

0 commit comments

Comments
 (0)