Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qim3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Tools
qim3d
Commits
f6f795e7
Commit
f6f795e7
authored
11 months ago
by
fima
Browse files
Options
Downloads
Patches
Plain Diff
update for release
parent
2c9d0b67
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/releases.md
+3
-1
3 additions, 1 deletion
docs/releases.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
2 deletions
docs/releases.md
+
3
−
1
View file @
f6f795e7
...
...
@@ -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`
) 🎉
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f6f795e7
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment