Skip to content

Commit

Permalink
md refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Sep 27, 2012
1 parent 1e924ff commit 2063f55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rmr2/docs/getting-data-in-and-out.html
Expand Up @@ -224,7 +224,7 @@ <h2>Custom formats</h2>
NULL
else keyval(NULL, df)
}
&lt;environment: 0x105e1a870&gt;
&lt;environment: 0x1046f6c70&gt;

$streaming.format
NULL
Expand All @@ -249,7 +249,7 @@ <h2>Custom formats</h2>
v
else cbind(k, v), ..., row.names = FALSE, col.names = FALSE)
}
&lt;environment: 0x101bbb718&gt;
&lt;environment: 0x102f034a8&gt;

$streaming.format
NULL
Expand Down
4 changes: 2 additions & 2 deletions rmr2/docs/getting-data-in-and-out.md
Expand Up @@ -50,7 +50,7 @@ function (con, keyval.length)
NULL
else keyval(NULL, df)
}
<environment: 0x105e1a870>
<environment: 0x1046f6c70>
$streaming.format
NULL
Expand Down Expand Up @@ -79,7 +79,7 @@ function (kv, con)
v
else cbind(k, v), ..., row.names = FALSE, col.names = FALSE)
}
<environment: 0x101bbb718>
<environment: 0x102f034a8>
$streaming.format
NULL
Expand Down
2 changes: 0 additions & 2 deletions rmr2/docs/new-in-this-release.html
Expand Up @@ -142,8 +142,6 @@
</head>

<body>
<p><em>This document is being used as a planning document to help in developing 2.0. These features and changes are mostly implemented in the rmr-2.0 branch</em></p>

<h1>What&#39;s new in 2.0</h1>

<p>With 1.3 we added support for vectorized processing and structured data, and the feedback from users was encouraging. At the same time, we increased the complexity of the API. With this version we tried to define a synthesis between all the modes (record-at-a-time, vectorized and structured) present in 1.3, with the following goals:</p>
Expand Down
3 changes: 0 additions & 3 deletions rmr2/docs/new-in-this-release.md
@@ -1,6 +1,3 @@

*This document is being used as a planning document to help in developing 2.0. These features and changes are mostly implemented in the rmr-2.0 branch*

# What's new in 2.0

With 1.3 we added support for vectorized processing and structured data, and the feedback from users was encouraging. At the same time, we increased the complexity of the API. With this version we tried to define a synthesis between all the modes (record-at-a-time, vectorized and structured) present in 1.3, with the following goals:
Expand Down

0 comments on commit 2063f55

Please sign in to comment.