dlib 0.18.0 beta1
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 includesnearest
,linear
,bezier
,catmullrom
,hermite
,smoothstep
,easing
modules. Corresponding old modules (dlib.math.easing
,dlib.math.smoothstep
,dlib.geometry.bezier
,dlib.geometry.hermite
) are deprecated.
- All interpolation functions moved to
- dlib.audio
SawtoothWaveSynth
,TriangleWaveSynth
indlib.audio.synth
.
- dlib.text
String
is now always null-terminated.
- dlib.functional
- The whole package is now deprecated.
dlib.functional.hof
module moved todlib.math.hof
.dlib.functional.range
module is deprecated, usestd.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.