Skip to content

dlib 0.18.0 beta1

Compare
Choose a tag to compare
@gecko0307 gecko0307 released this 23 Feb 09:08
· 330 commits to master since this release
  • dlib.math
    • All interpolation functions moved to dlib.math.interpolation, which is now a package import. It includes nearest, linear, bezier, catmullrom, hermite, smoothstep, easing modules. Corresponding old modules (dlib.math.easing, dlib.math.smoothstep, dlib.geometry.bezier, dlib.geometry.hermite) are deprecated.
  • dlib.audio
    • SawtoothWaveSynth, TriangleWaveSynth in dlib.audio.synth.
  • dlib.text
    • String is now always null-terminated.
  • dlib.functional
    • The whole package is now deprecated.
    • dlib.functional.hof module moved to dlib.math.hof.
    • dlib.functional.range module is deprecated, use std.range.iota instead.
  • Misc
    • Added latest DMD (2.090.1, 2.089.1) and LDC (1.19.0, 1.18.0) to Travis CI config.