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
FSL
fsleyes
fsleyes-widgets
Commits
9c14a0c6
Commit
9c14a0c6
authored
May 11, 2018
by
Paul McCarthy
🚵
Browse files
Merge branch 'maint/release' into 'master'
Prep for 0.6.1 release See merge request fsl/fsleyes/widgets!19
parents
d3852354
dd58b7df
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ci/build_conda_dist.sh
View file @
9c14a0c6
...
...
@@ -6,7 +6,7 @@ name=$1
version
=
$2
# add any extra channels that are needed
for
channel
in
$CONDA_CHANNELS
;
do
for
channel
in
$
FSL_
CONDA_CHANNELS
;
do
conda config
--append
channels
$channel
done
...
...
CHANGELOG.rst
View file @
9c14a0c6
...
...
@@ -2,6 +2,18 @@ This document contains the ``fsleyes-widgets`` release history in reverse
chronological order.
0.6.1 (Friday May 11th 2018)
----------------------------
Added
^^^^^
* The :func:`.colourBarBitmap` function accepts a new ``scale`` parameter,
to allow scaling for high-DPI displays.
0.6.0 (Wednesday May 2nd 2018)
------------------------------
...
...
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