[polly] r198594 - www: Add link to newly released islplot library

Tobias Grosser tobias at grosser.es
Mon Jan 6 01:51:38 PST 2014


Author: grosser
Date: Mon Jan  6 03:51:38 2014
New Revision: 198594

URL: http://llvm.org/viewvc/llvm-project?rev=198594&view=rev
Log:
www: Add link to newly released islplot library

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=198594&r1=198593&r2=198594&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Mon Jan  6 03:51:38 2014
@@ -70,6 +70,20 @@
   <!--=====================================================================-->
 
   <table id="news">
+  <tr><td><b>2014</b></td></tr>
+  <tr><td width="120"><p>January</p></td>
+  <td>
+  <h4>islplot released</h4>
+  <a href="https://github.com/tobig/islplot">islplot</a> is a library that
+  generates illustrations of integer sets and maps. It relies on <a
+  href="http://repo.or.cz/w/isl.git">isl</a> to model the integer sets and uses the <a
+  href="https://pypi.python.org/pypi/islpy">islpy</a> Python bindings to access
+  them. Plotting is performed with <a
+  href="http://matplotlib.org">matplotlib</a>. The following <a
+  href="http://nbviewer.ipython.org/github/tobig/islplot/blob/master/notebooks/islplot-examples.ipynb">
+  Examples</a> show how its use.
+  </td>
+  </tr>
   <tr><td><b>2013</b></td></tr>
   <tr><td width="120"><p>November</p></td>
   <td>





More information about the llvm-commits mailing list