Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
nxtomomill
Commits
38e6ad0e
Commit
38e6ad0e
authored
Dec 15, 2020
by
payno
Browse files
move to 0.4.0 final
parent
8bf76af7
Pipeline
#39139
passed with stages
in 9 minutes and 27 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
38e6ad0e
...
...
@@ -2,7 +2,7 @@ Change Log
==========
0.4.0: 2020/1
1/09
0.4.0: 2020/1
2/15
-----------------
* requires h5py >= 3
...
...
@@ -21,7 +21,7 @@ Change Log
* app:
* add patch-nx application to modify an existing `NXTomo`
* add dark or flat series
* add dark or flat series
(embed data by default)
* modify frame type
* tomoh52nx:
* warning if we try to convert a file containing some `NXTomo` entry
...
...
nxtomomill/version.py
View file @
38e6ad0e
...
...
@@ -78,8 +78,8 @@ RELEASE_LEVEL_VALUE = {
MAJOR
=
0
MINOR
=
4
MICRO
=
0
RELEV
=
"
rc
"
# <16
SERIAL
=
1
0
# <16
RELEV
=
"
final
"
# <16
SERIAL
=
0
# <16
date
=
__date__
...
...
requirements.txt
View file @
38e6ad0e
h5py
>=3
silx
>=0.14
a
silx
>=0.14
numpy
fabio
tomoscan
>= 0.4a
\ No newline at end of file
tomoscan
>= 0.4
\ No newline at end of file
setup.py
View file @
38e6ad0e
...
...
@@ -204,9 +204,9 @@ def get_project_configuration(dry_run):
# for the script launcher and pkg_resources
"setuptools"
,
"numpy"
,
"silx >= 0.14
a
"
,
"silx >= 0.14"
,
"h5py >= 3.0"
,
"tomoscan >= 0.
3.2
"
,
"tomoscan >= 0.
4
"
,
]
setup_requires
=
[
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment