Added Boost.Python news

[SVN r15830]
This commit is contained in:
Dave Abrahams 2002-10-09 17:16:58 +00:00
parent 90fe27ba7c
commit 97a1c106f2

View file

@ -133,6 +133,15 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
<li><a href="libs/multi_array/doc/index.html">Multi-array Library</a> added -
Multidimensional containers and adaptors for arrays of contiguous data, from
Ron Garcia.</li>
<li><a href="libs/python/doc/index.html">Python
Library</a> - Version 2 is released, from Dave
Abrahams and others. This is a major rewrite which
works on many more compilers and platforms, with a
completely new interface and lots of new
features. Boost.Python v2 requires Python 2.2 or
later.</li>
<li><a href="libs/signals/doc/index.html">Signals Library</a> added - Managed signals &amp; slots callback implementation, from Doug Gregor.</li>
<li><a href="libs/numeric/ublas/doc/index.htm">uBLAS Library</a> added - Basic
linear algebra for dense, packed and sparse matrices, from Joerg Walter and