From f6f795e78592817db6bad4779bcc3f7216980d40 Mon Sep 17 00:00:00 2001 From: Felipe <fima@dtu.dk> Date: Wed, 22 May 2024 16:21:20 +0200 Subject: [PATCH] update for release --- docs/releases.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 747f74de..924fc7ce 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -9,7 +9,7 @@ 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/#upgrade) so that you have the latest features! -### v0.3.4 (coming soon!) +### v0.3.4 (22/05/2024) - Documentation for `qim3d.viz.plot_cc` - Fixed issue with Annotation tool and recent Gradio versions - New colormap: `qim3d.viz.colormaps.qim`, showcasing the Qim colors! @@ -18,6 +18,8 @@ And remember to keep your pip installation [up to date](/qim3d/#upgrade) so that - The 'Data Explorer' GUI now can load image sequences also - Warning in case user tries to load a file larger than available memory - Objects colormap now can enforce a `min_dist` between neighbor colors +- It is possible to load a directory with a sequence of PIL images +- Aspect ratio issue for k3d fixed ### v0.3.3 (11/04/2024) - Introduction of `qim3d.viz.slicer` (and also `qim3d.viz.orthogonal` ) 🎉 diff --git a/setup.py b/setup.py index 93087983..6beab77a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="qim3d", - version="0.3.3", + version="0.3.4", author="Felipe Delestro", author_email="fima@dtu.dk", description="QIM tools and user interfaces", -- GitLab