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
workflow
ewoksapps
ewoksid22
Commits
b9ed9c5b
Commit
b9ed9c5b
authored
Jul 14, 2022
by
Wout De Nolf
Browse files
Merge branch 'release' into 'main'
multianalyzer not on pypi See merge request
!13
parents
589ac918
bcbcad94
Pipeline
#81570
passed with stages
in 4 minutes and 30 seconds
Changes
5
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9ed9c5b
...
...
@@ -3,15 +3,27 @@ include:
test-3.7
:
extends
:
.test-3.7
script
:
-
python -m pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
-
!reference
[
.test-3.7
,
script
]
build_sdist
:
extends
:
.build_sdist
script
:
-
python -m pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
-
!reference
[
.build_sdist
,
script
]
test_sdist-3.8
:
extends
:
.test_sdist-3.8
script
:
-
python -m pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
-
!reference
[
.test_sdist-3.8
,
script
]
build_doc
:
extends
:
.build_doc
script
:
-
python -m pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
-
!reference
[
.build_doc
,
script
]
pages
:
extends
:
.pages
...
...
README.md
View file @
b9ed9c5b
...
...
@@ -25,6 +25,7 @@ ewoks execute examples/rebinsum.json
## Installation
```
bash
python3
-m
pip
install
multianalyzer@git+https://github.com/kif/multianalyzer.git@main
python3
-m
pip
install
ewoksid22
```
...
...
doc/install.rst
View file @
b9ed9c5b
...
...
@@ -8,6 +8,7 @@ For offline data processing you can install *ewoksid22* anywhere
.. code-block:: bash
python3 -m pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
python3 -m pip install ewoksid22
This installs all the dependencies needed for ID22 online data processing.
...
...
setup.cfg
View file @
b9ed9c5b
...
...
@@ -29,8 +29,7 @@ install_requires =
hdf5plugin
silx >=1
pyopencl
# multianalyzer @ git+https://github.com/kif/multianalyzer.git@main
multianalyzer @ git+https://github.com/woutdenolf/multianalyzer.git@opencl_and_file_fixes
# multianalyzer
scripts =
bin/id22sume
bin/id22sumalle
...
...
src/ewoksid22/__init__.py
View file @
b9ed9c5b
__version__
=
"0.0.1-alpha"
__version__
=
"0.0.1-alpha
.1
"
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