added empty() to ClusterVector and fixed docs (#209)

- added ClusterVector::empty() to check if the vector is empty
- Fixed generation of missing docs for ClusterVector
This commit is contained in:
Erik Fröjdh
2025-06-27 17:00:46 +02:00
committed by GitHub
parent e3f4b34b72
commit 97dae4ac60
8 changed files with 42 additions and 25 deletions

View File

@@ -6,6 +6,7 @@
Features:
- Cluster finder now works with 5x5, 7x7 and 9x9 clusters
- Added ClusterVector::empty() member
### 2025.05.22
@@ -17,6 +18,7 @@ Features:
Bugfixes:
- Fixed crash when opening raw files with large number of data files
- Fixed reading RawFiles with ROI fully excluding some sub files.