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
tomoscan
Commits
752e2c66
Commit
752e2c66
authored
Nov 25, 2020
by
payno
Browse files
Merge branch '0.4'
parents
7ebfcf6e
ec0e4ad5
Pipeline
#37829
passed with stages
in 20 minutes and 43 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
752e2c66
...
...
@@ -77,11 +77,6 @@ doc:
-
python -m unittest tomoscan.test.suite -v
test:python3.5-stretch-pyqt5:
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
<<
:
*test_linux_template
test:python3.7_stretch_pyqt5:
image
:
docker-registry.esrf.fr/dau/tomwer:python3.7_stretch_pyqt5
<<
:
*test_linux_template
...
...
CHANGELOG.rst
View file @
752e2c66
Change Log
==========
0.3.2: XXX
----------
0.4.0: 2020/11/09
-----------------
* esrf
* HDF5TomoScan & EDFTomoScan add ignore_projections in the constructor
* add properties to scanBase.TomoScanBase class:
* alignment_projections
* estimated_cor_frm_motor
* add flat_field_correction function
* move h5py dependency to 3.x
* Miscellaneous: add 'black' format
0.3.2: 2020/08/26
-----------------
* HDF5TomoScan
* manage hdf5 files using the HDFFile Class in order to avoid any file corruption.
...
...
requirements.txt
View file @
752e2c66
# silx>=0.14
lxml
numpy
\ No newline at end of file
numpy
h5py
>= 3.0
\ No newline at end of file
setup.py
View file @
752e2c66
...
...
@@ -321,8 +321,9 @@ def get_project_configuration(dry_run):
install_requires
=
[
# for the script launcher and pkg_resources
"setuptools"
,
"silx>=0.14a"
,
"silx
>=
0.14a"
,
"lxml"
,
"h5py >= 3.0"
,
]
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