Releases: scopetools/cudadecon
Releases · scopetools/cudadecon
v0.7.0
What's Changed
- Create CITATION.cff by @tlambert03 in #27
- support cuda 12, rerender build by @tlambert03 in #29
- single source version from CMakeLists by @tlambert03 in #33
- restore support for Windows cuda 11 by @tlambert03 in #31
- feat: export version in shared library by @tlambert03 in #36
- suppress CImg warnings, fix all others by @tlambert03 in #38
- restore camcor stuff by @tlambert03 in #34
- add 3D OTF support and correct argument error by @zichenzachwang in #30
- build: try relaxing gcc pin by @tlambert03 in #39
New Contributors
- @zichenzachwang made their first contribution in #30
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
What's Changed
- fix shared library and rerender conda-smithy by @tlambert03 in #25
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- rerender conda smithy by @tlambert03 in #21
- Second attemp at merging the following features into the master branch: by @linshaova in #23
- bump version to 0.6.0 by @tlambert03 in #24
Full Changelog: v0.5.0...v0.6.0
v0.0.11
just changes the name of the linux lib from liblibcudaDecon.so
to libcudaDecon.so
v0.0.10
Fix TIFF Image Description tag (#7) * Update geometryTransform.cu Deskew does interpolate (within a slice). Keeps same voxel pitch as original data * Make VS project more portable. Make these paths relative for ALL configs (of course!) * TIFF tag fixes. Consolidate all of the (duplicated!) TIFF Image Description generation into a single function. Make the Image Description output mirror ImageJ output including: # of images # of slices (because it's volume data) spacing (the z pitch) This will allow Arivis to load the .tiff files. Also corrected the voxel size of the MIPs in the TIFF header. * Fixing tiff description Something weird with "description" getting changed to the file path. 1. I changed the variable name from "description" to "tiff_description" just in case there was some weird overwritting of this. 2. Used std:string, and converted to c_str at the last moment.
v0.0.9
Dan's build artifacts prior to repo merge