summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--views/neighbors.haml2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..51762ea
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+v3.0.1 2011-10-19
+ * assign a model to an endpoints on creating a new model,
+ endpoint-list from ontology service,
+ endpoint uri in "Training dataset"
+ * fix missing "measured activity" predicting a classification model
+
diff --git a/views/neighbors.haml b/views/neighbors.haml
index e2d65fa..49b72b7 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -14,7 +14,7 @@
- compound = OpenTox::Compound.new(neighbor[OT.compound])
%tr
%td.image= compound_image(compound,@prediction.descriptors(compound),@value_map)
- %td= activity_markup(neighbor[OT.measuredActivity], @value_map)
+ %td= activity_markup(neighbor[OT.measuredActivity].to_s, @value_map)
%td= sprintf('%.03g', neighbor[OT.similarity])
%td
%ul