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

Preparing for v0.4.3 release

parent 3f188bb5
No related branches found
No related tags found
No related merge requests found
docs/assets/screenshots/releases/mesh_generation.png

118 KiB

......@@ -9,6 +9,11 @@ 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.3 (02/10/2024)
- Updated requirements
- Introduction of mesh generation, visualization, saving and loading 🎉 ![Mesh generation](assets/screenshots/releases/mesh_generation.png)
### v0.4.2 (30/09/2024)
- Export and import is now possible in the OME-Zarr standard, including multi-scale datasets.
......
This diff is collapsed.
......@@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/
"""
__version__ = "0.4.2"
__version__ = "0.4.3"
import importlib as _importlib
......
......@@ -28,3 +28,4 @@ noise>=1.2.2
zarr>=2.18.2
ome_zarr>=0.9.0
dask-image>=2024.5.3
trimesh>=4.4.9
......@@ -70,7 +70,8 @@ setup(
"zarr>=2.18.2",
"ome_zarr>=0.9.0",
"dask-image>=2024.5.3",
"scikit-image>=0.24.0"
"scikit-image>=0.24.0",
"trimesh>=4.4.9"
],
extras_require={
"deep-learning": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment