This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b3ab61f  Automatic Site Publish by Buildbot
b3ab61f is described below

commit b3ab61fc4ada65bf34545005296b042a5dff9b1e
Author: buildbot <[email protected]>
AuthorDate: Tue Jul 14 18:46:39 2020 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/Architecture/Components.html           | 2 +-
 output/docs/Architecture/KeyFeatures.html          | 2 +-
 output/docs/Architecture/SketchFeaturesMatrix.html | 5 +++--
 output/docs/Architecture/SketchesByComponent.html  | 5 ++---
 output/docs/Community/KDD_Tutorial_Summary.html    | 2 +-
 output/docs/Community/Transitioning.html           | 4 ++--
 output/docs/DistinctCountFeaturesMatrix.html       | 7 +++----
 output/docs/DistinctCountMeritComparisons.html     | 2 +-
 8 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/output/docs/Architecture/Components.html 
b/output/docs/Architecture/Components.html
index 0a16fb8..db63867 100644
--- a/output/docs/Architecture/Components.html
+++ b/output/docs/Architecture/Components.html
@@ -515,7 +515,7 @@
     <p><strong><a 
href="https://github.com/apache/incubator-datasketches-java";>Java</a></strong> 
(Versioned, Apache Released) This is the original and the most comprehensive 
collection of sketch algorithms. It has a dependence on the Memory component 
and the Java Adaptors have a dependence on this component.</p>
   </li>
   <li>
-    <p><strong><a 
href="https://github.com/apache/incubator-datasketches-cpp";>C++/Python</a></strong>
 (Versioned, Apache Released) This is newer and provides most of the major 
algorithms available in Java.  Our C++ adaptors have a dependence on this 
component.  The Pybind adaptors for Python are included for all the C++ 
sketches.</p>
+    <p><strong><a 
href="https://github.com/apache/incubator-datasketches-cpp";>C++</a>/<a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a></strong>
 (Versioned, Apache Released) This is newer and provides most of the major 
algorithms available in Java.  Our C++ adaptors have a dependence on this 
component.  The Pybind adaptors for Python are included for all the C++ 
sketches.</p>
   </li>
 </ul>
 
diff --git a/output/docs/Architecture/KeyFeatures.html 
b/output/docs/Architecture/KeyFeatures.html
index dfefe90..8023b68 100644
--- a/output/docs/Architecture/KeyFeatures.html
+++ b/output/docs/Architecture/KeyFeatures.html
@@ -522,7 +522,7 @@ that must handle <b>Big Data</b>, e.g.,
   <li>Extensive documentation with the systems developer in mind.</li>
   <li>Designed for production environments:
     <ul>
-      <li>Available in multiple languages: Java, C++, Python</li>
+      <li>Available in multiple languages: Java, C++, <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a></li>
       <li>Binary compatible across systems and languages</li>
     </ul>
   </li>
diff --git a/output/docs/Architecture/SketchFeaturesMatrix.html 
b/output/docs/Architecture/SketchFeaturesMatrix.html
index 4a549ad..328153f 100644
--- a/output/docs/Architecture/SketchFeaturesMatrix.html
+++ b/output/docs/Architecture/SketchFeaturesMatrix.html
@@ -508,7 +508,7 @@
 <table>
 <tr style="font-weight:bold"><td colspan="2"></td><td 
colspan="3">Languages</td><td colspan="4">Set Operations</td><td 
colspan="5">System Integrations</td><td colspan="5">Misc.</td></tr>
 
-<tr 
style="font-weight:bold"><td>Type</td><td>Sketch</td><td>Java</td><td>C++</td><td>Python</td><td>Union</td><td>Inter-section</td><td>Difference</td><td>Jaccard</td><td>Hive</td><td>Pig</td><td>Druid<sup>1</sup></td><td>Spark<sup>2</sup></td><td>PostgreSQL
 (C++)</td><td>Con-current</td><td>Compact</td><td>Generic Types</td><td>Off 
Java Heap</td><td>Error Bounds</td></tr>
+<tr 
style="font-weight:bold"><td>Type</td><td>Sketch</td><td>Java</td><td>C++</td><td>Python<sup>7</sup></td><td>Union</td><td>Inter-section</td><td>Difference</td><td>Jaccard</td><td>Hive</td><td>Pig</td><td>Druid<sup>1</sup></td><td>Spark<sup>2</sup></td><td>PostgreSQL
 (C++)</td><td>Con-current</td><td>Compact</td><td>Generic Types</td><td>Off 
Java Heap</td><td>Error Bounds</td></tr>
 
 <tr style="font-weight:bold"><td colspan="19">Major Sketches</td></tr>
 
<tr><td>Cardinality/CPC</td><td>CpcSketch</td><td>Y</td><td>Y</td><td>Y</td><td>Y</td><td></td><td></td><td></td><td>Y</td><td>Y</td><td></td><td></td><td>Y</td><td></td><td>Y</td><td></td><td></td><td>Y</td></tr>
@@ -542,7 +542,8 @@
 <sup>3</sup> Tuple Sketch: Example Code in test/…/tuple/aninteger.<br />
 <sup>4</sup> Theta Sketch: C++/Python has no implementaion of the Jaccard, 
yet.<br />
 <sup>5</sup> Frequent Items Sketch: PostgreSQL implemented for Strings 
only.<br />
-<sup>6</sup> KLL Sketch: Python implemented for both just floats and ints.</p>
+<sup>6</sup> KLL Sketch: Python implemented for both just floats and ints.
+<sup>7</sup> See <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python
 Install Instructions</a></p>
 
 <h2 id="definitions">Definitions</h2>
 
diff --git a/output/docs/Architecture/SketchesByComponent.html 
b/output/docs/Architecture/SketchesByComponent.html
index 2a8fb14..e7ca6c4 100644
--- a/output/docs/Architecture/SketchesByComponent.html
+++ b/output/docs/Architecture/SketchesByComponent.html
@@ -775,15 +775,14 @@ the library and is constantly being updated.  Examples of 
the job command files
 <h3 id="incubator-datasketches-vector">incubator-datasketches-vector</h3>
 <p>This component implements the <a 
href="/docs/Community/Research.html">Frequent Directions Algorithm</a> [GLP16]. 
 It is still experimental in that the theoretical work has not yet supplied a 
suitable measure of error for production work. It can be used as is, but it 
will not go through a formal Apache Release until we can find a way to provide 
better error properties.  It has a dependence on the Memory component.</p>
 
-<h2 id="c-and-python">C++ and Python</h2>
+<h2 id="c-and-python">C++ and <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a></h2>
 
 <h3 id="incubator-datasketches-cpp">incubator-datasketches-cpp</h3>
 <p>This is the evolving C++ implementations of the same sketches that are 
available in Java. 
 These implementations are <em>binary compatible</em> with their counterparts 
in Java.
 In other words, a sketch created and stored in C++ can be opened and read in 
Java and visa-versa.</p>
 
-<p>This site also has our Python adaptors that basically wrap the C++ 
implementations, 
-making the high performance C++ implementations available from Python.</p>
+<p>This site also has our <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python
 adaptors</a> that basically wrap the C++ implementations, making the high 
performance C++ implementations available from Python.</p>
 
 <h3 
id="incubator-datasketches-postgresql">incubator-datasketches-postgresql</h3>
 <p>This site provides the postgres-specific adaptors that wrap the C++ 
implementations making
diff --git a/output/docs/Community/KDD_Tutorial_Summary.html 
b/output/docs/Community/KDD_Tutorial_Summary.html
index b02c77f..836eec6 100644
--- a/output/docs/Community/KDD_Tutorial_Summary.html
+++ b/output/docs/Community/KDD_Tutorial_Summary.html
@@ -172,7 +172,7 @@
           <li>System planning</li>
         </ol>
       </li>
-      <li>Demonstration in python
+      <li>Demonstration in <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a>
         <ol>
           <li>Examples of several sketches</li>
           <li>Deeper dive with sampling</li>
diff --git a/output/docs/Community/Transitioning.html 
b/output/docs/Community/Transitioning.html
index 915ea00..270984e 100644
--- a/output/docs/Community/Transitioning.html
+++ b/output/docs/Community/Transitioning.html
@@ -534,7 +534,7 @@
       <li><a 
href="https://github.com/apache/druid/tree/master/extensions-core/datasketches";>Apache
 Druid adaptors</a></li>
     </ul>
   </li>
-  <li>C++ / Python Core
+  <li>C++ / <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a>
 Core
     <ul>
       <li><strong>sketches-core-cpp</strong> moved to <a 
href="https://github.com/apache/incubator-datasketches-cpp";>incubator-datasketches-cpp</a>
 This is the <strong>core</strong> library that contains all major sketch 
algorithms written in C++ and Python.</li>
     </ul>
@@ -558,7 +558,7 @@
       <li><a 
href="https://github.com/DataSketches/experimental-cpp";>experimental-cpp</a></li>
     </ul>
   </li>
-  <li>Command Line Functions (Mostly obsolete. These may move to Apache later 
or replaced by Python)
+  <li>Command Line Functions (Mostly obsolete. These may move to Apache later 
or replaced by <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a>)
     <ul>
       <li><a 
href="https://github.com/DataSketches/homebrew-sketches-cmd";>homebrew-sketches-cmd</a></li>
       <li><a 
href="https://github.com/DataSketches/sketches-cmd";>sketches-cmd</a></li>
diff --git a/output/docs/DistinctCountFeaturesMatrix.html 
b/output/docs/DistinctCountFeaturesMatrix.html
index a6fe120..407c6cd 100644
--- a/output/docs/DistinctCountFeaturesMatrix.html
+++ b/output/docs/DistinctCountFeaturesMatrix.html
@@ -813,7 +813,7 @@
     </tr>
     <tr>
       <td style="text-align: center"> </td>
-      <td style="text-align: center">Python</td>
+      <td style="text-align: center">Python<sup>2</sup></td>
       <td style="text-align: center">Y</td>
       <td style="text-align: center"> </td>
       <td style="text-align: center">Y</td>
@@ -863,9 +863,8 @@
 </table>
 
 <hr />
-<ol>
-  <li>Space Accuracy Merit (Lower is better) = b * C^2 = b * K * RSE^2</li>
-</ol>
+<p><sup>1</sup> Space Accuracy Merit (Lower is better) = b * C^2 = b * K * 
RSE^2<br />
+ <sup>2</sup> See <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python
 Install Instructions</a><br /></p>
 
 
       </div> <!-- End content -->
diff --git a/output/docs/DistinctCountMeritComparisons.html 
b/output/docs/DistinctCountMeritComparisons.html
index b178907..d235d3c 100644
--- a/output/docs/DistinctCountMeritComparisons.html
+++ b/output/docs/DistinctCountMeritComparisons.html
@@ -646,7 +646,7 @@
 
 <p>Depending on what is important in your environment you should choose the 
sketch that best suits your needs.</p>
 
-<p>Note that all of these tests were performed with the Java implementations 
of these sketches.  The results for C++ or Python may be completely 
different.</p>
+<p>Note that all of these tests were performed with the Java implementations 
of these sketches.  The results for C++ or <a 
href="https://github.com/apache/incubator-datasketches-cpp/tree/master/python";>Python</a>
 may be completely different.</p>
 
       </div> <!-- End content -->
     </div> <!-- End row -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to