From b858bc4618fe195be23caf257cabdfb0a7564cc8 Mon Sep 17 00:00:00 2001 From: porterbot Date: Tue, 10 Oct 2023 11:44:13 -0400 Subject: [PATCH] updated notes --- .../workstation/common/release_notes/curr_release.txt | 7 +++---- .../workstation/common/release_notes/prev_releases.txt | 7 +++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/curr_release.txt b/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/curr_release.txt index 676497a0a..d68ac7b8d 100644 --- a/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/curr_release.txt +++ b/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/curr_release.txt @@ -1,6 +1,5 @@ -// 9.14.5 +// 9.16 Horta -* Added RTree Bounding Box Search for Fragment -* Sped up loading of large zarr samples (full brain size) with small chunks (128x128x128 or smaller). -* Fixed importing notes when SWC files are imported \ No newline at end of file +* Fixed memory issues for large zarr samples (full brain size) with small chunks (128x128x128 or smaller). +* Fixed Zarr fragment importing \ No newline at end of file diff --git a/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/prev_releases.txt b/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/prev_releases.txt index 3442e63dd..47a6bb757 100644 --- a/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/prev_releases.txt +++ b/modules/CommonGUI/src/main/resources/org/janelia/workstation/common/release_notes/prev_releases.txt @@ -1,3 +1,10 @@ +// 9.14.5 + +Horta +* Added RTree Bounding Box Search for Fragment +* Sped up loading of large zarr samples (full brain size) with small chunks (128x128x128 or smaller). +* Fixed importing notes when SWC files are imported + // 9.14.4 * fixed bulk import of SWC files; notes should also import properly now