TwoColoring[g] finds a two-coloring of graph g if g is bipartite. It returns a list of the labels 1 and 2 corresponding to the vertices.
All the functionality in Miscellaneous`BlackBodyRadiation` is now available through the newly created Black Body Radiation Package.
All the functionality in Miscellaneous`Music` is now available through the newly created Music Package. Scale is now available as MusicScale.
RamanujanTau, RamanujanTauTheta, and RamanujanTauZ have been added to the built-in Mathematica kernel. RamanujanTauDirichletSeries is now available as the newly added ...
All the functionality of NumericalMath`NSeries` is now available in the newly created Numerical Calculus Package.
PasteBoxFormInlineCells is an option for cells that specifies whether a new inline cell is created when a typeset expression is pasted into a non-box-type cell.
EvaluationObject[n, expr, ...] represents an expression submitted for evaluation on any available parallel kernel.
GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.
GraphDifference[g_1, g_2] gives the graph difference of the graphs g_1 and g_2.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....