From 39a56c76c7878a022e0187656d8f72c2f42400f6 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sun, 13 Oct 2013 09:14:29 -0700 Subject: [PATCH 1/5] 0.6-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b84dd7cf..af2c2721 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "breeze-viz" -version := "0.5" +version := "0.6-SNAPSHOT" organization := "org.scalanlp" From aa4385b5cc702bdc499cbefb562bd3dfd489317f Mon Sep 17 00:00:00 2001 From: Martin Senne Date: Mon, 14 Oct 2013 17:24:36 +0200 Subject: [PATCH 2/5] Updated README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d3ef35f..555d5732 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,20 @@ Visualization library backed by Breeze and JFreeChart. See https://github.com/scalanlp/breeze/wiki/Quickstart for documentation. -I (@dlwh) would like to no longer maintain this library. If someone wants to take it over, I would be very much appreciate it! You can do whatever you want to it: -rename it, rework it, whatever. Ideally you'd keep it based on Breeze, and I can help with any problems you come across! +Release and maintenance +----------------------- -The current release is 0.5 +The current release is 0.5. + +The current release under development is 0.6-Snapshot. + +breeze-viz is primarily maintained by @MartinSenne from 2013-10-14 on. + +Request for ideas and future features +------------------------------------- + +Please do not hesitate to create an issue in order to let us now **your** + +* features wishes, +* requirements, +* ideas. From 22e6e405bf5c018097d162eaeffd65b21bcbac3c Mon Sep 17 00:00:00 2001 From: Martin Senne Date: Mon, 14 Oct 2013 17:37:43 +0200 Subject: [PATCH 3/5] README.md updated. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 555d5732..e1b2e243 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ The current release under development is 0.6-Snapshot. breeze-viz is primarily maintained by @MartinSenne from 2013-10-14 on. +Planned features ( for 0.6 ) +---------------------------- + +* Support for LaTex (axis) labels. + Request for ideas and future features ------------------------------------- -Please do not hesitate to create an issue in order to let us now **your** +Please do **not hesitate** to create an issue in order to let us now **your** * features wishes, * requirements, From 8c4f33f08a15dacc77695344eb8791e5fb501ef2 Mon Sep 17 00:00:00 2001 From: Martin Senne Date: Tue, 15 Oct 2013 10:20:10 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e1b2e243..6be86079 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ Planned features ( for 0.6 ) Request for ideas and future features ------------------------------------- -Please do **not hesitate** to create an issue in order to let us now **your** +Please do **not hesitate** to + +* edit the Wiki page ( https://github.com/scalanlp/breeze-viz/wiki ) or +* create an issue + +* in order to let us now **your** features wishes, requirements, ideas. -* features wishes, -* requirements, -* ideas. From 422a4fb966680fe0421224aa73ee1f3c931c55cc Mon Sep 17 00:00:00 2001 From: Martin Senne Date: Tue, 15 Oct 2013 10:20:30 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be86079..24a0ea63 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ Please do **not hesitate** to * edit the Wiki page ( https://github.com/scalanlp/breeze-viz/wiki ) or * create an issue -* in order to let us now **your** features wishes, requirements, ideas. +in order to let us now **your** features wishes, requirements, ideas.