Commit 47f3d65a authored by Davis King's avatar Davis King

updated release notes

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403845
parent b3478170
...@@ -12,12 +12,25 @@ ...@@ -12,12 +12,25 @@
<current> <current>
New Stuff: New Stuff:
- Added the running_scalar_covariance object.
- All the matrix decomposition routines now use LAPACK when DLIB_USE_LAPACK
is #defined.
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
- Removed the dlib::EOTHER constant since it conflicts with visual
studio 2010.
- Changed the svd functions so you can't supply output matrices which use
both column and row major layouts. Now all the output matrices need to
use the same memory layout.
- Removed the qr_decomposition::get_householder() function.
Bug fixes: Bug fixes:
- Minor fixes so that dlib compiles in Visual Studio 2010
Other: Other:
- Added an overloaded matrix_assign() that handles symmetric kernel_matrix()
expressions more efficiently by only evaluating the upper triangular part
of the matrix.
</current> </current>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment