Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed May 19, 2018
1 parent f5a7faa commit b19097e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/docs/release_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
<!-- ************************************************************************************** -->

<current>
New Features and Improvements:
- Added Python interface to threshold_image() and partition_pixels().

Non-Backwards Compatible Changes:
- In the Python API, renamed dlib.save_rgb_image() to dlib.save_image().

Bug fixes:
- Dlib 19.11 had a bug that caused the Python interface to reject grayscale images.
This has been fixed.
</current>

<!-- ************************************************************************************** -->

<old name="19.11" date="May 17, 2018">
New Features and Improvements:
- Deep Learning
- Added resize_to layer.
Expand Down Expand Up @@ -70,7 +84,7 @@ Bug fixes:
workflows. This has been fixed.
- Fixed matrix objects not working correctly when sized greater than 4GB in
Visual Studio.
</current>
</old>

<!-- ************************************************************************************** -->

Expand Down

0 comments on commit b19097e

Please sign in to comment.