Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
dac97218
Commit
dac97218
authored
Oct 27, 2020
by
Edward Andò
Browse files
preparing new package for pip
parent
a8b38338
Pipeline
#51632
passed with stages
in 24 minutes and 15 seconds
Changes
3
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
dac97218
...
...
@@ -66,6 +66,8 @@ Changelog
+----------------+------------+--------------------------------------------------------------------------------------------------------------------------------------+
| Version | Date | Notes |
+================+============+======================================================================================================================================+
| Version 0.5.3.2| 2020-10-27 | spam-ereg-discrete mask option reinstated, many fixes for spam-ldic and registerMultiscale() for 2D images |
+----------------+------------+--------------------------------------------------------------------------------------------------------------------------------------+
| Version 0.5.3.1| 2020-10-23 | spam-ereg-discrete make safer with slicePadded and moveGrains now renamed to moveLabels and proposed as function with erodeLabels |
+----------------+------------+--------------------------------------------------------------------------------------------------------------------------------------+
| Version 0.5.3 | 2020-10-07 | Improvements in edge cases in spam-ldic and spam-ddic, thanks to a helper function called spam.helpers.slicePadded(). |
...
...
scripts/spam-ereg-discrete
View file @
dac97218
...
...
@@ -113,6 +113,7 @@ class MainWindow(QWidget):
boundingBoxes
=
REFlabBB
,
centresOfMass
=
REFlabCOM
,
labelDilate
=
args
.
LABEL_DILATE
,
margin
=
args
.
margin
,
maskOtherLabels
=
args
.
MASK
)
# 2020-10-23: EA on Issue #186: using spam.helpers.slicePadded
REFsubvol
=
spam
.
helpers
.
slicePadded
(
REFgrey
,
REFgl
[
'boundingBox'
]
+
numpy
.
array
([
0
,
1
,
0
,
1
,
0
,
1
]))
...
...
setup.py
View file @
dac97218
...
...
@@ -99,7 +99,7 @@ name = 'spam'
description
=
'Software for the Practical Analysis of Materials'
long_description
=
readReadMe
(
'README.rst'
)
long_description_content_type
=
'text/x-rst'
version
=
'0.5.3.
1
'
version
=
'0.5.3.
2
'
author
=
'SPAM authors'
author_email
=
'edward.ando@3sr-grenoble.fr'
copyright
=
'SPAM authors 2020'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment