Skip to content
Snippets Groups Projects
Commit f6f795e7 authored by fima's avatar fima :beers:
Browse files

update for release

parent 2c9d0b67
No related branches found
No related tags found
No related merge requests found
......@@ -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` ) 🎉
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment