Releases: DIPlib/diplib
DIPlib release 3.6.0
This release has a few improvements and bug fixes.
See the announcement, including change log and specific installation instructions.
Binaries for Python exist for the most common platforms on PyPI.
DIPimage for Windows build
A zip-file DIPlib_3.6.0_Windows with a Windows build for Matlab (no Python) has been included in this release. This build has been made with the following configuration:
- Windows 11
- Matlab R2024b
- Visual Studio 2022
- OpenMP
- GLFW 3.4
- FFTW3 3.3.5
- OpenJDK 21
- Bio-Formats
- View5D 2.5.5
It has been tested on two Windows 11 computers with Matlab R2024b, so your milage may vary...
There is no installer for this build. Preferably unpack the zip-file in your $HOME directory. You can use this matlab script dipstart.m to setup Matlab for DIPlib:
%% This script adds the DIPlib toolbox to Matlab
%% It must be started everytime you start Matlab
%% This can be automated by adding this script to your `startup.m`
%% The `startup.m` is located in `userpath`
% change diproot to path where DIPlib is installed
diproot="$HOME\DIPlib\";
addpath(fullfile(diproot, "share\DIPimage\"));
setenv('PATH', fullfile(diproot, "bin\")+';'+getenv('PATH'));License
This distribution contains the FFTW and Bio‑Formats libraries, both of which are distributed under GPLv2.
DIPlib release 3.5.2
This is mostly a bug fix release.
See the announcement, including change log and specific instructions.
DIPlib release 3.5.1
This is mostly a bug fix release.
See the announcement, including change log and specific instructions.
DIPlib release 3.5.0
See the announcement, including change log and specific instructions.
DIPlib version 3.4.3
See the announcement, including change log and specific instructions.
This release mostly fixes the deployment procedure, the Python packages from the previous release didn't work for everyone.
DIPlib version 3.4.2
See the announcement, including change log and specific instructions.
DIPlib version 3.4.1
See the announcement, including change log and specific instructions.
DIPlib version 3.4.0
See the announcement, including change log and specific instructions.
DIPlib version 3.3.0
See the announcement, including change log and specific instructions.
DIPlib version 3.2.0
See the announcement, including change log and specific instructions.
DIPimage installation for Windows
Install DIPimage by downloading the dipimage_3.2_windows_fftw.zip file below and unpack it on your computer in a location suitable for you. Start MATLAB and enter the following commands, replace <DIPROOT> with the path where you unpacked the dipimage_3.2_windows_fftw.zip file:
>> addpath('<DIPROOT>\share\DIPimage');
>> setenv('PATH',['<DIPROOT>\bin',';',getenv('PATH')]);
>> dipimageThis version of DIPimage will run on MATLAB R2018b and higher and has been tested on Windows 10.
Note: The first time readim is used you might get following warning:
Warning: Bio-Formats is not installed
You can ignore this warning. If you need to read an image file that can only be read through Bio-Formats, type help readim and follow the instructions there on how to install Bio-Formats.
To use DIPimage on an older version of MATLAB, or on a different platform, please wait for the next micro-release or build DIPimage yourself with the instructions found in https://github.com/DIPlib/diplib/blob/master/INSTALL.md.