Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
3fa9087b
Commit
3fa9087b
authored
Jan 23, 2020
by
Thomas Vincent
Browse files
Merge branch 'tag-version' into 'master'
Prepare for a tagged version See merge request
!122
parents
592e2ce4
55323b32
Pipeline
#20047
passed with stages
in 7 minutes and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
3fa9087b
Change Log
==========
v2020.1.0: 2020/01/23
---------------------
* Bug fix:
- Fix intensity computation issue on macOS by avoiding to save to HDF5 from multiprocessing part (MR: !120)
- Fix Qspace conversion with median filter issue on debian8 by disabling OpenMP (MR: !114)
* Compatibility:
- Avoid `h5py` deprecation warnings (MR: !121)
- Improve compatibility with `PySide2` (MR: !118)
- Make download during tests compatible with `silx` v0.11.0 (MR: !116)
- Update tests after changes in dependencies (MR: !119)
* Documentation:
- Update installation documentation (MR: !117)
- Add description of HDF5 input file format to the documentation (MR: !115)
- Update changelog (MR: !122)
v2019.1: 2019/02/08
-------------------
...
...
@@ -61,5 +83,6 @@ v2019.1: 2019/02/08
- Update documentation (MR: !52, !79, !109, !113)
- Update to newer versions of dependencies (MR: !81)
v2017.1: 2017/12/15
-------------------
v2017.1: 2017/12/15
-------------------
version.py
View file @
3fa9087b
...
...
@@ -66,10 +66,10 @@ RELEASE_LEVEL_VALUE = {"dev": 0,
"rc"
:
13
,
"final"
:
15
}
MAJOR
=
0
MINOR
=
6
MAJOR
=
202
0
MINOR
=
1
MICRO
=
0
RELEV
=
"
dev
"
# <16
RELEV
=
"
final
"
# <16
SERIAL
=
0
# <16
date
=
__date__
...
...
Write
Preview
Markdown
is supported
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