File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
- # Changes since latest release #
1
+ # Flent v1.2.0 #
2
+ Released on 2018-02-06.
2
3
3
4
Changes since v1.1.1 include:
4
5
Original file line number Diff line number Diff line change 59
59
# The version info for the project you're documenting, acts as replacement for
60
60
# |version| and |release|, also used in various other places throughout the
61
61
# built documents.
62
- version = '1.1.1-git '
62
+ version = '1.2.0 '
63
63
#
64
64
# The short X.Y version.
65
65
# The full version, including alpha/beta/rc tags.
Original file line number Diff line number Diff line change 24
24
import os
25
25
26
26
# this value works for the source distribution
27
- VERSION = "1.1.1-git "
27
+ VERSION = "1.2.0 "
28
28
DATA_DIR = os .path .dirname (__file__ )
29
29
30
30
ENCODING = "UTF-8"
Original file line number Diff line number Diff line change 1
1
.\" Man page generated from reStructuredText.
2
2
.
3
- .TH "FLENT" "1" "November 15, 2017 " "1.1.1-git " "Flent: The FLExible Network Tester"
3
+ .TH "FLENT" "1" "February 06, 2018 " "1.2.0 " "Flent: The FLExible Network Tester"
4
4
.SH NAME
5
5
flent \- Flent: The FLExible Network Tester
6
6
.
@@ -567,6 +567,15 @@ supported.
567
567
.UNINDENT
568
568
.INDENT 0.0
569
569
.TP
570
+ .B \-\- override\- colour\- mode=MODE
571
+ Override colour_mode attribute. This changes the way colours are
572
+ assigned to bar plots. The default is ‘groups’ which assigns a separate
573
+ colour to each group of data series. The alternative is ‘series’ which
574
+ assigns a separate colour to each series, repeating them for each data
575
+ group.
576
+ .UNINDENT
577
+ .INDENT 0.0
578
+ .TP
570
579
.B \-\- override\- group\- by=GROUP
571
580
Override the \fB group_by \fP setting for combination plots. This is useful to,
572
581
for instance, switch to splitting up combined data sets by batch run instead
Original file line number Diff line number Diff line change 1
1
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
2
2
3
3
pkgname=flent
4
- pkgver=1.1.1
4
+ pkgver=1.2.0
5
5
pkgrel=1
6
6
pkgdesc=' The FLExible Network Tester.'
7
7
arch=(' any' )
@@ -15,7 +15,7 @@ optdepends=(
15
15
' python-pyqt5: for the GUI'
16
16
)
17
17
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver} .tar.gz{,.asc})
18
- sha256sums=(' ab2d907d407356892d6ee5dccb16bcbc766a6f37731a902acd7a8b9439b872d5 '
18
+ sha256sums=(' 95b19f223cc3e0540c1ab590a132690a83df77ee03a6ed99364a97df5a1e3383 '
19
19
' SKIP' )
20
20
validpgpkeys=(' DE6162B5616BA9C9CAAC03074A55C497F744F705' )
21
21
You can’t perform that action at this time.
0 commit comments