ContourPlot3D and ListContourPlot3D have been added to the built-in Mathematica kernel.
All of the functionality in Graphics`PlotField` has been added to the built-in Mathematica kernel.
The functionality of RotateShape, TranslateShape, and AffineShape is provided by the newly added kernel functions Rotate, Translate, Scale and GeometricTransformation. ...
Mathematica's built-in SparseArray function should be used to create tridiagonal matrices. Mathematica kernel's built-in sparse solver LinearSolve has replaced ...
All the functionality in Miscellaneous`PhysicalConstants` is now available through the newly created Physical Constants Package.
All the functionality of Miscellaneous`ResonanceAbsorptionLines`is now available in the newly created Resonance Absorption Lines Package.
NonlinearRegress functionality is now available using the built-in function NonlinearModelFit.
All the functionality of NumericalMath`OrderStar` is now available in the newly created Function Approximations Package. OrderStar has been renamed OrderStarPlot. ...
FindClusters and the distance and dissimilarity functions have been added to the built-in Mathematica kernel. SupDistance is replaced by ChessboardDistance. ...
MovingAverage and MovingMedian have been added to the built-in Mathematica kernel. ExponentialSmoothing is replaced by ExponentialMovingAverage.