|
|
@@ -52,40 +52,39 @@ section</a> (formerly called the "vault").</p>
|
|
|
<p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@esva.net</a>
|
|
|
with any concerns you don't want to just post to the mailing list.</p>
|
|
|
<h2>Latest News</h2>
|
|
|
-<p>March ?, 2001 - Version 1.21.0</p>
|
|
|
+<p>March 9, 2001 - Version 1.21.0</p>
|
|
|
<ul>
|
|
|
<li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>
|
|
|
added. Adapt a base type into a standard conforming iterator, and more, from
|
|
|
Dave Abrahams, Jeremy Siek, and John Potter.</li>
|
|
|
+ <li><a href="libs/pool/doc/index.html">Pool Library</a> added. Memory pool
|
|
|
+ management from Steve Cleary.</li>
|
|
|
<li><a href="libs/test/doc/index.htm">Test Library</a> added. Support
|
|
|
for program testing and execution from Beman Dawes.</li>
|
|
|
<li><a href="more/generic_programming.html">Generic Programming Techniques</a>
|
|
|
page added, contributed by Dave Abrahams.</li>
|
|
|
- <li><a href="libs/python/doc/index.html">Python Library</a> upgrade. Better compatibility with Python 2.0, NULL pointers and smart-pointers get converted to/from python None,
|
|
|
- massive documentation review/revision.</li>
|
|
|
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a>:
|
|
|
- Minor
|
|
|
- fixes for Unicode platforms.</li>
|
|
|
<LI> <a href="libs/graph/doc/table_of_contents.html">Graph Library</a>:
|
|
|
Updated use of iterator adaptors. Changed <tt>operator==</tt> for
|
|
|
<tt>adjacency_list::edge_descriptor</tt> to improve semantics for
|
|
|
multigraphs. Moved <tt>adjacency_iterator_generator</tt> from
|
|
|
namespace <tt>detail</tt> to <tt>boost</tt> and added <a
|
|
|
- href="libs/graph/doc/adjacency_iterator.html">documentation</a>.
|
|
|
- Changed name of <tt>dynamic_components()</tt> to <a
|
|
|
- href="libs/graph/doc/incremental_components.html"><tt>incremental_components()</tt></a>
|
|
|
- to better match graph literature terminology. Cleaned up
|
|
|
+ href="libs/graph/doc/adjacency_iterator.html">documentation</a>. Renamed <tt>dynamic_components()</tt> to <a
|
|
|
+ href="libs/graph/doc/incremental_components.html"><tt>incremental_components()</tt></a><tt>,</tt> better matching graph literature terminology. Cleaned up
|
|
|
interface of <a href="libs/graph/doc/connected_components.html">
|
|
|
- <tt>connected_components()</tt></a> and created a separate <a
|
|
|
+ <tt>connected_components()</tt></a> and created separate <a
|
|
|
href="libs/graph/doc/strong_components.html">
|
|
|
- <tt>strong_components()</tt></a> function which now uses the more
|
|
|
- efficient algorithm by Tarjan. Fixed figures in documentation for
|
|
|
+ <tt>strong_components()</tt></a> function using Tarjan's more
|
|
|
+ efficient algorithm. Fixed documentation figures for
|
|
|
<a href="libs/graph/doc/adjacency_list.html">
|
|
|
<tt>adjacency_list</tt></a> and <a
|
|
|
href="libs/graph/doc/adjacency_matrix.html">
|
|
|
- <tt>adjacency_matrix</tt></a>. Added documentation for the <a
|
|
|
- href="libs/graph/doc/cuthill_mckee_ordering.html">
|
|
|
- <tt>cuthill_mckee_ordering()</tt></a> algorithm.
|
|
|
+ <tt>adjacency_matrix</tt></a>. Added docs for <a
|
|
|
+ href="libs/graph/doc/cuthill_mckee_ordering.html"><tt>cuthill_mckee_ordering()</tt></a> algorithm.
|
|
|
+ <li><a href="libs/python/doc/index.html">Python Library</a> upgraded. Better compatibility with Python 2.0, NULL pointers and smart-pointers get converted to/from python None,
|
|
|
+ massive documentation review/revision.</li>
|
|
|
+ <li> <a href="libs/regex/index.htm">Regular Expression Library</a>:
|
|
|
+ Minor
|
|
|
+ fixes for Unicode platforms.</li>
|
|
|
</ul>
|
|
|
<p>February 10, 2001 - Version 1.20.2</p>
|
|
|
<ul>
|