forked from drpowell/vennt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
42 lines (34 loc) · 1.21 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
v0.8.4
* Fix handling of missing values. Use 1.0 for FDR when missing
* Fill in "info" columns when some files have missing rows
v0.8.3
* Fix bug in vennt.py when handling tsv files
* Add better logging to js when missing an id column
v0.8.2
* Fix bug in vennt.py when csv files do not have a trailing newline
v0.8.1
* Allow text selection in the gene table
* Display message when we can't draw a venn diagram
v0.8
* Add special 'cuffdiff' option to embed.py
v0.7
* Add experimental option for "proportional" venn diagram
v0.6
* Make vennt.py able to use multiple CSV files
v0.5
* Add a tour of the features (using bootstrap-tour)
* Add embed.py for creating a standalone html file
* Add error checking for missing columns in CSV
* Add error checking that numeric columns are numeric!
v0.4
* Use travisci to check build is at least working
* Add a "log messages" panel. Just for errors for now
* Add support for embeded CSV files (see csv_data setting)
v0.3
* Added a logFC filter to work with the fdr filter
* Change to combined assets for js & css
* Use template for body. Use github as CDN
v0.2
* Added a link to download the currently displayed table as CSV
v0.1
* Initial version