Skip to content

dlib 0.7.1

Compare
Choose a tag to compare
@gecko0307 gecko0307 released this 02 Dec 20:40
· 804 commits to master since this release

Mostly bugfix release.

  • Fixed wrong iteration of dlib.container.dict.Trie
  • _allocatedMemory in dlib.core.memory is now marked as __gshared, thus working correctly with dlib.core.thread
  • Fixed wrong behaviour of nextPowerOfTwo in dlib.math.utils
  • Ambiguous rotation functions in dlib.math.affine and dlib.math.quaternion are renamed into rotation2D and rotationQuaternion, respectively
  • Added flatten method for matrices.