Commit fdb6e91c authored by Davis King's avatar Davis King

updated release notes

parent d8bea4d3
...@@ -12,23 +12,34 @@ ...@@ -12,23 +12,34 @@
<current> <current>
New Features: New Features:
- Added jet() - Machine Learning:
- Added python interface to some of the machine learning tools: - Added the svr_linear_trainer, a tool for solving large scale support vector
- Added the svr_linear_trainer regression problems.
- Added the sequence_segmenter object. - Added a tool for working with BIO and BILOU style sequence taggers/segmenters.
- Added point_transform_projective and find_projective_transform() This is the new sequence_segmenter object and its associated
- Added integrate_function_adapt_simpson() structural_sequence_segmentation_trainer object.
- Added a python interface to some of the machine learning tools. These
include the svm_c_trainer, svm_c_linear_trainer, svm_rank_trainer, and
structural_sequence_segmentation_trainer objects as well as the cca()
routine.
- Added point_transform_projective and find_projective_transform().
- Added a function for numerically integrating arbitrary functions, this is the
new integrate_function_adapt_simpson() routine which was contributed by
Steve Taylor
- Added jet(), a routine for coloring images with the jet color scheme.
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
Bug fixes: Bug fixes:
- Fixed a bug in hysteresis_threshold() that caused it to produce incorrect - Fixed a bug in hysteresis_threshold() that caused it to produce incorrect
outputs sometimes. outputs in some cases.
- Fixed a segmentation fault in the eigenvalue_decomposition object which - Fixed a segmentation fault in the eigenvalue_decomposition object which
could occur when NaN valued inputs were given. could occur when NaN valued inputs were given.
Other: Other:
- Made image saving routines work on matrix objects in addition to array2d objects. - Made image saving routines work on matrix objects in addition to array2d objects.
- The machine learning page now contains a flow chart to help new users
select a machine learning tool appropriate for their task.
</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