Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Oct 5, 2019
1 parent cd67355 commit 7777946
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dlib 0.17.0 beta1 - 5 Oct, 2019
-------------------------------
- **dlib.core**
- `BufferedStreamReader` in `dlib.core.stream` - a simple input range to read fixed chunks of data from an `InputStream`.
- **dlib.image**
- **Breaking change:** `dlib.image.compleximage` has been removed.
- `dlib.image.signal2d` is now fully GC-free.
- Filtering of indexed images in PNG decoder is now supported (#142).
- **dlib.math**
- `dlib.math.tensor` now uses `dlib.core.memory` for internal allocations.
- **Breaking change:** deprecated function `identityQuaternion` has been removed. Use `Quaternion.identity` instead.
- **dlib.geometry**
- **Breaking change:** deprecated aliases `bezierCurveFunc2D` and `bezierCurveFunc3D` have been removed. Use `bezierVector2` and `bezierVector3` instead.
- **Misc**
- Added latest DMD (2.088.0, 2.087.1) and LDC (1.17.0, 1.16.0) to Travis CI config.

dlib 0.16.0 - 30 Mar, 2019
--------------------------
No changes since dlib 0.16.0 beta1.
Expand Down Expand Up @@ -30,7 +46,6 @@ dlib 0.16.0 beta1 - 4 Mar, 2019
- **Misc**
- Added latest DMD (2.085.0, 2.084.1) and LDC (1.13.0, 1.14.0) to Travis CI config.


dlib 0.15.0 - 9 Nov, 2018
-------------------------
- **dlib.container**
Expand Down

0 comments on commit 7777946

Please sign in to comment.