diff --git a/docs/releases.md b/docs/releases.md index f4d5405c7bb46c6d291869521099bc87f6c6d36e..ff67814f84c819bfd5923c13182adb85a307cfea 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -9,6 +9,14 @@ As the library is still in its early development stages, **there may be breaking And remember to keep your pip installation [up to date](/qim3d/#get-the-latest-version) so that you have the latest features! +### v0.4.5 (21/11/2024) + +- Updated Layer surface segmentation GUI +- Sphericity as feature from volumes +- Colorbar for visualization functions +- Chunk visualization tool +- Histogram visualization + ### v0.4.4 (11/10/2024) - Introduction of `itk-vtk-viewer` for OME-Zarr data visualization 🎉  diff --git a/qim3d/__init__.py b/qim3d/__init__.py index 4655f7a0ea51cf8c81d470683a230d5f1aea02a4..07782e4e1a6ec54d7f3f605268d707ceeab557a7 100644 --- a/qim3d/__init__.py +++ b/qim3d/__init__.py @@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/ """ -__version__ = "0.4.4" +__version__ = "0.4.5" import importlib as _importlib