Skip to content

Releases: gecko0307/dlib

dlib 1.4.1

Choose a tag to compare

@gecko0307 gecko0307 released this 01 Jan 18:58
  • dlib.geometry
    • Fix setting OBB.center.

dlib 1.4.0

Choose a tag to compare

@gecko0307 gecko0307 released this 01 Dec 10:32

Changes since dlib 1.4.0 beta1:

  • dlib.math
    • Matrix.isAffine, Matrix.inverse, Matrix.getColumn, Quaternion.toMatrix4x4, Quaternion.toMatrix3x3 are now const.

dlib 1.4.0 beta1

Choose a tag to compare

@gecko0307 gecko0307 released this 31 Oct 13:08
  • dlib.memory
    • dlib.memory.arena - a general-purpose region-based memory allocator
  • dlib.container
    • dlib.container.spscqueue - wait-free single-producer single-consumer queue
    • dlib.container.mappedlist - a list with string-mapped indices
  • dlib.math
    • New function wrapAngle in dlib.math.utils.

dlib 1.3.3

Choose a tag to compare

@gecko0307 gecko0307 released this 30 Aug 18:51
  • dlib.serialization
    • Fix bugs in dlib.serialization.json.

dlib 1.3.2

Choose a tag to compare

@gecko0307 gecko0307 released this 01 May 18:59
  • dlib.math
    • lookAtMatrix now checks for matching eye and up directions
    • Fix unittest for vector swizzling

dlib 1.3.1

Choose a tag to compare

@gecko0307 gecko0307 released this 10 Mar 09:50
  • dlib.math
    • Limit dlib.math.sse for x86_64 only
    • dlib.math.complex.zeta was removed due to its broken status.

dlib 1.3.0

Choose a tag to compare

@gecko0307 gecko0307 released this 21 Feb 18:21

No changes since dlib 1.3.0 beta1.

dlib 1.3.0 beta1

Choose a tag to compare

@gecko0307 gecko0307 released this 14 Feb 14:37
  • dlib.random
    • New module dlib.random.random that implements random, a pseudo-random number generator based on C rand
  • dlib.math
    • Function that computes quadratic Bézier curve - dlib.math.interpolation.bezierQuadratic
    • GNU D Compiler (GDC) support in dlib.math.sse

dlib 1.2.1

Choose a tag to compare

@gecko0307 gecko0307 released this 30 Aug 20:39
  • dlib.image
    • Median filter (dlib.image.filters.median)
  • dlib.filesystem
    • Bugfixes in dlib.filesystem.posix.common
  • dlib.core
    • dlib.core.thread: fix deprecations in Windows multithreading API signatures
  • dlib.math
    • Fix unittest for dlib.math.utils.nextPowerOfTen
  • Misc
    • Added AUTHORS.md.

dlib 1.2.0

Choose a tag to compare

@gecko0307 gecko0307 released this 30 Apr 09:00

No changes since dlib 1.2.0 beta1.