updated docs

This commit is contained in:
Davis King 2018-07-13 07:42:51 -04:00
parent d67c3eb312
commit 616a89662f
1 changed files with 16 additions and 1 deletions

View File

@ -11,6 +11,21 @@
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->
<current> <current>
New Features and Improvements:
Non-Backwards Compatible Changes:
Bug fixes:
- Fixed sub_image() in the Python API not working correctly for non-8bit images.
- Last release broke have_same_dimensions(). The version specific to images
was being used for tensors, which is incorrect and caused some of the DNN
tooling to malfunction.
</current>
<!-- ************************************************************************************** -->
<old name="19.14" date="Jul 07, 2018">
New Features and Improvements: New Features and Improvements:
- Added a --split-train-test option to imglab. - Added a --split-train-test option to imglab.
- Added a max runtime option to the oca solver and structural object - Added a max runtime option to the oca solver and structural object
@ -55,7 +70,7 @@ Bug fixes:
instead of the bad old way that only really worked for square boxes. This instead of the bad old way that only really worked for square boxes. This
improves placement of such rotated rectangular boxes. improves placement of such rotated rectangular boxes.
</current> </old>
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->