Skip to content

Commit 0ea537a

Browse files
author
Seren
committed
Version 0.2.4 released
1 parent e1fb6dd commit 0ea537a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
March 21, 2011 - Release 0.2.4
2+
* GWASGeneViewer (bugfix): if the bonferroniThreshold was higher than the max_value, the bonferroniThreshold,
3+
wouldn't be displayed. The max_value of the scatterplot will be displayed to the higher
4+
value (bonferroniThreshold or max_value).
5+
16
March 14, 2011 - Release 0.2.3
27
* Dygraph (lib): upgraded to new dygraph version (includes upstream changes and new functions in canvas object).
38
* GWASGeneViewer (feature): support for drawing bonferroniThreshold added (can be set in draw method).

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Build file based on gwtp's build file (http://code.google.com/p/gwt-platform/) -->
33

44
<project name="GWASGeneViewer" default="build" basedir=".">
5-
<property name="version.num" value="0.2.3"/>
5+
<property name="version.num" value="0.2.4"/>
66
<property environment="env"/>
77
<property name="in.src.folder" location="src" />
88
<property name="in.test.folder" location="test" />

gwasgeneviewer-noredist.jar

74 Bytes
Binary file not shown.

gwasgeneviewer.jar

74 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)