$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82295 - in branches/release: boost/python libs/python libs/python/doc
From: rwgk_at_[hidden]
Date: 2012-12-30 23:14:36
Author: rwgk
Date: 2012-12-30 23:14:35 EST (Sun, 30 Dec 2012)
New Revision: 82295
URL: http://svn.boost.org/trac/boost/changeset/82295
Log:
merging current boost/python and libs/python from trunk into release branch
Properties modified: 
   branches/release/boost/python/   (props changed)
   branches/release/libs/python/   (props changed)
Text files modified: 
   branches/release/libs/python/doc/projects.html |    21 +++++++++++++++++++++                   
   1 files changed, 21 insertions(+), 0 deletions(-)
Modified: branches/release/libs/python/doc/projects.html
==============================================================================
--- branches/release/libs/python/doc/projects.html	(original)
+++ branches/release/libs/python/doc/projects.html	2012-12-30 23:14:35 EST (Sun, 30 Dec 2012)
@@ -396,6 +396,27 @@
       </blockquote>
     </dd>
 
+    <dt><b>Pyrap</b></dt>
+    <dd>
+      <p><a href="diepen_at_[hidden]"
+        >Ger van Diepen</a> writes:</p>
+
+      <blockquote>
+        <p>Pyrap is the python interface to the Radio-Astronomical Package
+        casacore (<a href="http://casacore.googlecode.com/"
+        >casacore.googlecode.com</a>). Astronomers love pyrap because
+        it makes it easily possible to get their data (observed with
+        radio-astronomical telescopes like LOFAR, ASKAP, and eVLA) in numpy
+        arrays and do basic data inspection and manipulation using the many
+        python packages that are available.</p>
+
+        <p>Boost.Python made it quite easily possible to create converters for
+        the various data types, also for numpy arrays and individual elements
+        of a numpy array. It's nice they work fully recursively. Mapping C++
+        functions to Python was straightforward.</p>
+      </blockquote>
+    </dd>
+
     <dt><b><a href="http://www.rdkit.org/"
            >RDKit: Cheminformatics and Machine Learning Software</a></b></dt>