MovingAverage and MovingMedian have been added to the built-in Mathematica kernel. ExponentialSmoothing is replaced by ExponentialMovingAverage.
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
Magnification is an option for Style and Cell that specifies what magnification to use for display.
Tolerance is an option for various numerical options which specifies the tolerance that should be allowed in computing results.
CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
SymbolicCUDABlockDimension[dim] is a symbolic representation of a CUDA kernel block dimension call.
SymbolicCUDABlockIndex[dim] is a symbolic representation of a CUDA kernel block index call.
SymbolicCUDACalculateKernelIndex[dim] is a symbolic representation of a CUDA kernel index calculation.
SymbolicCUDADeclareIndexBlock[dim] is a symbolic representation of a CUDA kernel index declaration.