Skip to content

Releases: elgw/deconwolf

Deconwolf version 0.4.5

12 Mar 08:28
ca062c4

Choose a tag to compare

  • New: support for reading and writing Numpy npy files in many
    places. If the input file ends with .npy so will the output file.
  • Change: Not setting TIFFTAG_SUBFILETYPE and TIFFTAG_PAGENUMBER when
    writing tif files since it does not seem to be needed.
  • Fix: dw maxproj truncates ImageJ metadata to remove the 3D
    information so that Python/tifffile no longer issues warnings.
  • Fix: --scaling s works when tiling is used.
  • Fix: --float work when tiling is used.

Prior to installing deconwolf on windows, please get the Microsoft Visual C++ Redistributable the required file is https://aka.ms/vs/17/release/vc_redist.x64.exe.

For Linux/Unix/MacOS it is recommended that deconwolf is build from source -- it only takes a minute!

Deconwolf version 0.4.4

22 Jan 13:57
cb06a03

Choose a tag to compare

Pre-release

Deconwolf 0.4.4

Update 20250123

The rc4 build for windows:

  • Fixes issue #83
  • Fixes crashes when using --method id.

Original message

Fixes several windows-exclusive problems (issue 77, 80, 81) and expands the software with a few experimental modules: dot detection, segmentation and image alignment.

For the full list of changes, see changelog.

Prior to installing deconwolf on windows, please get the Microsoft Visual C++ Redistributable the required file is https://aka.ms/vs/17/release/vc_redist.x64.exe.

For Linux/Unix/MacOS it is recommended that deconwolf is build from source -- it only takes a minute!

v0.4.3: Merge pull request #72 from elgw/dev

22 Jun 16:46
325d90d

Choose a tag to compare

Update: 20250122
Added the deconwolf_0_4_4_rc3_Setup.exe which is a preview of version 0.4.4. Hopefully it fixes issues #77 #80 and #81.

Version 0.4.3. For more info see the changelog.

The updated "patch2" version attempts to fix the Windows-only issues #70 #71 and #73.

Note: For windows you also need to install the Microsoft Visual C++ Redistributable specifically https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.4.2

10 Jun 16:59
9ccc968

Choose a tag to compare

Version 0.4.2 Pre-release
Pre-release

Pre-compiled files for:

  • Windows 11 (and 10?)
  • Ubuntu 22.04.4 LTS

If you need binaries for other platforms, please create a new Issue.

Update 2024-06-21:
replaced deconwolf_0_4_2_Setup.exe by deconwolf_0_4_2_patch1_Setup.exe which contains the missing libomp.dll according to issue #71.