Commit 164b62ca authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402297
parent 79770dc7
...@@ -13,15 +13,17 @@ ...@@ -13,15 +13,17 @@
<current> <current>
New Stuff: New Stuff:
- Added some macros that allow dlib to create a stack trace - Added some macros that allow dlib to create a stack trace
- Added the wrap_function and is_function templates.
- Added two new events to the text_field object. One for detecting when the
user hits enter and another for detecting when input focus is lost.
- Machine Learning
- Added a kernel based centroid estimator/novelty detector - Added a kernel based centroid estimator/novelty detector
- Added a kernel based k-means clustering algorithm - Added a kernel based k-means clustering algorithm
- Numerical
- Added an identity_matrix() function that can take a runtime defined size. - Added an identity_matrix() function that can take a runtime defined size.
- Added a bunch of unconstrained optimization stuff to the library. - Added a bunch of unconstrained optimization stuff to the library.
It now has a conjugate gradient optimization algorithm as well as It now has a conjugate gradient optimization algorithm as well as
a quasi-newton algorithm. a quasi-newton algorithm.
- Added the wrap_function and is_function templates.
- Added two new events to the text_field object. One for detecting when the
user hits enter and another for detecting when input focus is lost.
- Added the set_subm, set_rowm, and set_colm functions. - Added the set_subm, set_rowm, and set_colm functions.
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
...@@ -29,10 +31,12 @@ Non-Backwards Compatible Changes: ...@@ -29,10 +31,12 @@ Non-Backwards Compatible Changes:
function and renamed clear() to clear_dictionary(). function and renamed clear() to clear_dictionary().
Bug fixes: Bug fixes:
- Fixed a bug in the requires clause of the subm() function. It was
more restrictive than it should have been.
Other: Other:
- Added example programs for the krls object as well as the new - Added example programs for the krls object as well as the new
kcentroid object. kcentroid and kkmeans objects.
</current> </current>
......
Add asserts to text_grid and also move all the function bodies in widgets.h to cpp.
move all the function bodies to cpp.
Hide all windows header files in a cpp file. Hide all windows header files in a cpp file.
......
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