Releases: allen-cell-animated/agave
v1.7.2
Installation instructions
Release Notes
- AGAVE now has installers for Windows and Mac!
- flip volume along any axis using new checkboxes in Volume Scale
- interpolate on/off: useful for visualizing segmentations
- in-viewport XYZ axis indicator on/off
- view toolbar with buttons to align view to any axis
- dark and light theme icons
- can load TIFF image sequences as time series (AGAVE will assume all TIFF files in the directory are the image sequence)
- load gs: and s3: urls
- fixed render dialog bug in which some renders were using the wrong number of samples
- fixed bug in which ray march mode was not showing the bounding box
Full Changelog: v1.6.4...v1.7.2
v1.7.1
Installation instructions
Release Notes
- AGAVE now has installers for Windows and Mac!
- flip volume along any axis using new checkboxes in Volume Scale
- interpolate on/off: useful for visualizing segmentations
- in-viewport XYZ axis indicator on/off
- view toolbar with buttons to align view to any axis
- dark and light theme icons
- can load TIFF image sequences as time series (AGAVE will assume all TIFF files in the directory are the image sequence)
- load gs: and s3: urls
- fixed render dialog bug in which some renders were using the wrong number of samples
- fixed bug in which ray march mode was not showing the bounding box
Full Changelog: v1.6.4...v1.7.1
v1.6.4
Changes since 1.5
- new in-viewport interactive light rotation widget (Press R to toggle)
- Help menu and About dialog
- Scale bar
- Option to preserve all current settings when loading an image
- Update Qt to use Fusion style for more consistent look cross-platform
- server mode now supports raymarch render mode
- loads tiff files written by SCIFIO
- several minor ui bug fixes
Full Changelog: v1.5.0...v1.6.4
v1.6.0
What's Changed
- new in-viewport interactive light rotation widget (Press R to toggle)
- Help menu and About dialog
- Scale bar
- Option to preserve all current settings when loading an image
- Update Qt to use Fusion style for more consistent look cross-platform
- server mode now supports raymarch render mode
- loads tiff files written by SCIFIO
- several minor ui bug fixes
Complete set of changes
- Feature/docker updates post1.5 by @toloudis in #92
- Compiler support/gcc 13 by @thewtex in #109
- Feature/raymarch server mode by @toloudis in #107
- Fix/scroll focus controls by @toloudis in #108
- Feature/reorg renderlib by @toloudis in #110
- Feature/js interface by @toloudis in #112
- update Qt to pick up message box bug fix by @toloudis in #113
- use AGAVE in all caps for any user-facing messaging by @toloudis in #114
- Update AWS config for cloud deploy by @toloudis in #115
- allow to load tiff files produced by SCIFIO by @toloudis in #116
- doc: Updated README formatting, steps for Windows by @ShrimpCryptid in #119
- better typescript and naming for the webclient api by @toloudis in #117
- Feature/unbold memory estimate by @ShrimpCryptid in #120
- feat: Hide time widget by @ShrimpCryptid in #126
- make webclient a npm package by @toloudis in #123
- fix minor typos using codespell package by @toloudis in #124
- feat: Improved RangeWidget Styling by @ShrimpCryptid in #127
- Bump word-wrap from 1.2.3 to 1.2.4 in /webclient by @dependabot in #125
- feat: Increased max render resolution by @ShrimpCryptid in #129
- feat: Rename loading dialog per context by @ShrimpCryptid in #130
- Feature/manipulators by @toloudis in #131
- Update ux_issue.md by @lynwilhelm in #140
- Feature/rotatetool by @toloudis in #139
- Feature/transformable objects by @toloudis in #145
- Feature/local and world space modes by @toloudis in #146
- Bump pillow from 9.3.0 to 10.0.1 in /agave_pyclient by @dependabot in #144
- Bump @babel/traverse from 7.22.5 to 7.23.2 in /webclient by @dependabot in #148
- Camera panel layout cleanup by @toloudis in #147
- allow dpr to factor into sizing of manipulators by @toloudis in #149
- fix windows gh-actions build breakage by @toloudis in #150
- fix zooming when in ortho mode by @toloudis in #151
- Help menu and About dialog by @toloudis in #154
- Bump follow-redirects from 1.15.2 to 1.15.4 in /webclient by @dependabot in #157
- Bump pillow from 10.0.1 to 10.2.0 in /agave_pyclient by @dependabot in #161
- add option to keep current agave settings when loading by @toloudis in #160
- Feature/light manip UI by @toloudis in #159
- Feature/scalebar by @toloudis in #158
- Feature/1.6 docs by @toloudis in #164
- UI layout update by @toloudis in #165
- Add citation to docs by @toloudis in #167
- fix tiff with empty imagedescription by @toloudis in #170
- Bump follow-redirects from 1.15.4 to 1.15.6 in /webclient by @dependabot in #168
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /webclient by @dependabot in #171
- Fix: clear selection buffer, and zooming in ortho mode by @toloudis in #172
- Rotate tool should only show front facing rings by @toloudis in #169
- Bump express from 4.18.2 to 4.19.2 in /webclient by @dependabot in #173
New Contributors
- @thewtex made their first contribution in #109
- @ShrimpCryptid made their first contribution in #119
- @lynwilhelm made their first contribution in #140
Full Changelog: v1.5.0...v1.6.0
AGAVE v1.5.0
What's Changed
- New Render window: allows time series rendering and control of output resolution and quality
- OME-Zarr support, both cloud (http urls) and local filesystem
- Loading dialog allows you to choose subsets of the data to load
- update user interface to Qt6
Full Changelog: v1.4.1...v1.5.0
v1.5.0
What's Changed
- New Render window: allows time series rendering and control of output resolution and quality
- OME-Zarr support, both cloud (http urls) and local filesystem
- Loading dialog allows you to choose subsets of the data to load
- update user interface to Qt6
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Minor update to allow some OME-TIFFs in which the OME-XML is prefixed by "<OME" rather than "<xml".
v1.4.0
This release contains a handful of small improvements.
-
The ROI sliders now show pixels/slices for precise positioning, and have draggable bars
-
Volume scale gets more decimal places
-
Fix issue loading some CZI time series
-
Improve TIFF loading of xy pixel scale in non-OME tiffs
-
Renderer: improved pixel sampling for better image convergence
-
Renderer: improved speed when turning channels on/off
-
Code/Internals: compile with C++17, increase GLSL shader versions from 330 to 400, and remove boost as dependency
v1.3.0
- Fixed Python turntable function and added a trackball_camera command.
- Fixed problem with loading some files larger than 4GB.
- Several internal infrastructure updates.
v1.2.4
Fix bug with background color when "Save Image" is used.