We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece2794 commit 19f62e8Copy full SHA for 19f62e8
CHANGELOG.md
@@ -4,7 +4,8 @@
4
5
### Bug fixes:
6
* Fixed issue when best K is 1
7
-* Fixed missing population separators on static .svg plots when using --use-ind-labels
+* Fixed missing population separators on static `.svg` plots when using --use-ind-labels
8
+* Changed a variable name to avoid conflicts, despite being in a different namespace.
9
10
## Changes since v0.4.3:
11
@@ -13,4 +14,4 @@
13
14
* Allow the program to show individual label names even when population information is provided (with '--show-ind-labels' option)
15
16
-* Fixed Qvalue sorting when providing an --ind file with two columns
17
+* Fixed Qvalue sorting when providing an --ind file with two columns
0 commit comments