Skip to content

Commit

Permalink
Adjust metadata and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Mar 2, 2019
1 parent d7a5ec2 commit 7c6b1e9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
35 changes: 13 additions & 22 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,11 @@ <h2>Documentation</h2>
</ul></li>
</ul>

<h2>Release notes</h2>
Release notes can be found <a href="release_notes.html">here</a>.

<a name="further_information" id="further_information"></a>
<h2>Known limitations:</h2>
<h2>Known limitations</h2>

<ul type="disc">
<li>The implementation assumes a linear memory address model.</li>
Expand All @@ -360,35 +363,23 @@ <h2>Known limitations:</h2>

<h2>Further Information</h2>

<h3>Project Location and Download</h3>

<p>The latest stable release of uBLAS is part of the <a href="http://www.boost.org">Boost</a> libraries.</p>

<h3>Documentation and Discussion</h3>

<p>Visit the <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBLAS">Effective
uBLAS</a> wiki for up to date information and contributions.</p>

<p>There is also an active uBLAS <a href="http://lists.boost.org/">mailing list</a> where uBLAS specific user and
development questions are answered.</p>

<h3>uBLAS and Boost Project</h3>

<p>There is also an active uBLAS <a href="http://lists.boost.org/">mailing list</a> where uBLAS specific from the
latest uBLAS project code. You can <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost">view</a> the Boost
CVS archive directly. You will find the library <a href=
"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/boost/numeric/ublas/">here</a>. Documentation and test
programs reside <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/libs/numeric/ublas/">here</a>.</p>
<ul>
<li><a href="https://lists.boost.org/mailman/listinfo.cgi/ublas">uBLAS mailing list</a></li>
<li><a href="https://github.com/boostorg/ublas/wiki">uBLAS wiki</a></li>
<li><a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBLAS">Effective uBLAS</a> wiki</li>
<li><a href="https://github.com/boostorg/ublas">Code</a></li>
</ul>

<h2>Authors and Credits</h2>
<h3>Authors and Credits</h3>

<p>uBLAS initially was written by Joerg Walter and Mathias Koch. We would like to thank all, which supported and
contributed to the development of this library: David Abrahams, Ed Brey, Fernando Cacciola, Juan Jose Gomez Cadenas,
Beman Dawes, Matt Davies, Bob Fletcher, Kresimir Fresl, Joachim Kessel, Patrick Kowalzick, Toon Knapen, Hendrik Kueck,
John Maddock, Jens Maurer, Alexei Novakov, Gary Powell, Joachim Pyras, Peter Schmitteckert, Jeremy Siek, Markus Steffl,
Michael Stevens, Benedikt Weber, Martin Weiser, Gunter Winkler, Marc Zimmermann, Marco Guazzone, Nasos Iliopoulus, the members of <a href="http://www.boost.org">Boost</a> and all others contributors around the world. I promise I will try to add their names to this list.</p>
<p>
This library is currently maintained by <a="mailto:[email protected]">David Bellot</a>.
This library is currently maintained by David Bellot and Stefan Seefeld.

<h2>Frequently Asked Questions</h2>

<p>Q: Should I use uBLAS for new projects?<br/>
Expand Down
9 changes: 9 additions & 0 deletions doc/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ <h1><img src="../../../../boost.png" align="middle" alt="logo"/>Boost Basic Line
</div>
<div class="toc" id="toc"></div>

<h2>Release 1.70.0</h2>

<h3>improvements</h3>

<ul>
<li>Add support for GPU-accelerated operations via <a href="http://boostorg.github.io/compute/">Boost.Compute</a></li>
<li>Add support for a new (arbitrary-rank) tensor type and associated operations.</li>
</ul>

<h2>Release 1.52.0</h2>

<h3>improvements</h3>
Expand Down
5 changes: 3 additions & 2 deletions meta/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"Joerg Walter",
"Mathias Koch"
],
"description": "uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.",
"description": "uBLAS provides tensor, matrix, and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.",
"category": [
"Math"
],
"maintainers": [
"David Bellot <david.bellot -at- gmail.com>"
"David Bellot <david.bellot -at- gmail.com>",
"Stefan Seefeld <stefan -at- seefeld.name>"
]
}

0 comments on commit 7c6b1e9

Please sign in to comment.